eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-directive.h File Reference
Include dependency graph for ellipsis-directive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ellipsis‿directive‿define (ellipsis‿token h[static 1], ellipsis‿token‿list *unbind)
 
ellipsis‿tokenellipsis‿directive‿define_process (ellipsis‿token‿list tpl[static 1], ellipsis‿token‿list *unbind)
 
void ellipsis‿directive‿embed (ellipsis‿token h[static 1], ellipsis‿token‿list in[static 1], ellipsis‿token‿list out[static 1])
 
void ellipsis‿directive‿embed_resource (ellipsis‿token h[static 1], ellipsis‿token‿list in[static 1], ellipsis‿token‿list out[static 1])
 
void ellipsis‿directive‿environment (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿error (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿expand (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿gather (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿include (ellipsis‿token h[restrict static 1], ellipsis‿token‿list in[restrict static 1], ellipsis‿token‿list *restrict out)
 
void ellipsis‿directive‿include_directives (ellipsis‿token h[restrict static 1], ellipsis‿token‿list in[restrict static 1])
 
void ellipsis‿directive‿include_next (ellipsis‿token h[restrict static 1], ellipsis‿token‿list in[restrict static 1], ellipsis‿token‿list *restrict out)
 
void ellipsis‿directive‿include_source (ellipsis‿token h[restrict static 1], ellipsis‿token‿list in[restrict static 1], ellipsis‿token‿list *restrict out)
 
void ellipsis‿directive‿line (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿linenumber (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿move (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿pragma (ellipsis‿token h[static 1], ellipsis‿token‿list *restrict in, ellipsis‿token‿list *restrict out)
 
void ellipsis‿directive‿scatter (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿undef (ellipsis‿token h[static 1])
 
void ellipsis‿directive‿warning (ellipsis‿token h[static 1])
 

Variables

ellipsis‿str32 const *const ellipsis‿directive‿marker
 
ellipsis‿str32 const *const ellipsis‿directive‿marker_return
 
ellipsis‿str32 const *const ellipsis‿directive‿marker_start
 
constexpr unsigned ellipsis_expand_prefix_max = 32
 

Detailed Description

Warning
This is a file generated by eĿlipsis version 20250309, do not modify

Function Documentation

◆ ellipsis‿directive‿define()

void ellipsis‿directive‿define ( ellipsis‿token  h[static 1],
ellipsis‿token‿list unbind 
)

References ellipsis‿directive‿define_process(), ellipsis‿macros‿insert(), and ellipsis‿token::payload.

Referenced by ellipsis‿directive‿environment(), ellipsis‿filter(), and ellipsis‿macros‿cb‿bind().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿define_process()

◆ ellipsis‿directive‿embed()

void ellipsis‿directive‿embed ( ellipsis‿token  h[static 1],
ellipsis‿token‿list  in[static 1],
ellipsis‿token‿list  out[static 1] 
)

start inner defer anchor at level 1

defer needs braces and a semicolon

end inner defer anchor, level 1

References ellipsis‿directive‿embed_common(), ellipsis‿filter(), ellipsis‿if_case‿open, ellipsis‿token‿list‿destroy(), ELLIPSIS_BUG, and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿embed_resource()

void ellipsis‿directive‿embed_resource ( ellipsis‿token  h[static 1],
ellipsis‿token‿list  in[static 1],
ellipsis‿token‿list  out[static 1] 
)

start inner defer anchor at level 1

defer needs braces and a semicolon

end inner defer anchor, level 1

References ellipsis‿directive‿embed_common(), ellipsis‿token‿list‿destroy(), ellipsis‿token‿list‿flush(), and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿environment()

void ellipsis‿directive‿environment ( ellipsis‿token  h[static 1])

◆ ellipsis‿directive‿error()

void ellipsis‿directive‿error ( ellipsis‿token  h[static 1])

References ellipsis‿str32‿fputs(), ellipsis‿token‿list‿pop(), ELLIPSIS_ERROR, and ellipsis‿token::payload.

Referenced by ellipsis‿filter(), and ellipsis‿macros‿cb‿error().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿expand()

void ellipsis‿directive‿expand ( ellipsis‿token  h[static 1])

◆ ellipsis‿directive‿gather()

◆ ellipsis‿directive‿include()

void ellipsis‿directive‿include ( ellipsis‿token  h[restrict static 1],
ellipsis‿token‿list  in[restrict static 1],
ellipsis‿token‿list *restrict  out 
)

◆ ellipsis‿directive‿include_directives()

void ellipsis‿directive‿include_directives ( ellipsis‿token  h[restrict static 1],
ellipsis‿token‿list  in[restrict static 1] 
)

References ellipsis‿directive‿include_source().

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿include_next()

void ellipsis‿directive‿include_next ( ellipsis‿token  h[restrict static 1],
ellipsis‿token‿list  in[restrict static 1],
ellipsis‿token‿list *restrict  out 
)

◆ ellipsis‿directive‿include_source()

void ellipsis‿directive‿include_source ( ellipsis‿token  h[restrict static 1],
ellipsis‿token‿list  in[restrict static 1],
ellipsis‿token‿list *restrict  out 
)

References ellipsis‿directive‿include_common(), ellipsis‿token‿list‿close(), and ellipsis‿token‿list‿flush().

Referenced by ellipsis‿directive‿include_directives(), and ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿line()

void ellipsis‿directive‿line ( ellipsis‿token  h[static 1])

start inner defer anchor at level 1

defer needs braces and a semicolon

end inner defer anchor, level 1

References ellipsis‿directive‿line_common(), ellipsis‿filter(), ellipsis‿if_case‿open, ellipsis‿token‿list‿close(), ellipsis‿token‿list‿destroy(), ELLIPSIS_BUG, and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿linenumber()

void ellipsis‿directive‿linenumber ( ellipsis‿token  h[static 1])

start inner defer anchor at level 1

defer needs braces and a semicolon

end inner defer anchor, level 1

References ellipsis‿directive‿line_common(), ellipsis‿token‿list‿close(), ellipsis‿token‿list‿destroy(), ellipsis‿token‿list‿flush(), and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿move()

void ellipsis‿directive‿move ( ellipsis‿token  h[static 1])

start inner defer anchor at level 1

defer needs braces and a semicolon

defer needs braces and a semicolon

start inner defer anchor at level 2

defer needs braces and a semicolon

end inner defer anchor, level 2

end inner defer anchor, level 1

References ellipsis‿token::cat, ellipsis‿token::contents, ellipsis‿directive‿macro_get(), ellipsis‿macros‿find(), ellipsis‿macros‿insert(), ellipsis‿token‿list‿destroy(), ellipsis‿token‿list‿flush(), ellipsis‿token‿list‿last(), ellipsis‿token‿list‿pop(), ellipsis‿token‿list‿top(), ELLIPSIS_CONTRACT, last, macro, nominal, and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿pragma()

◆ ellipsis‿directive‿scatter()

void ellipsis‿directive‿scatter ( ellipsis‿token  h[static 1])

start inner defer anchor at level 1

defer needs braces and a semicolon

start inner defer anchor at level 2

defer needs braces and a semicolon

end inner defer anchor, level 2

end inner defer anchor, level 1

References ellipsis‿directive‿macro_get(), ellipsis‿macros‿find(), ellipsis‿macros‿insert(), ellipsis‿str32‿dup, ellipsis‿token‿list‿all(), ellipsis‿token‿list‿append(), ellipsis‿token‿list‿close(), ellipsis‿token‿list‿destroy(), ellipsis‿token‿list‿flush(), ellipsis‿token‿list‿last(), ellipsis‿token‿list‿scatter(), ELLIPSIS_BUG, ELLIPSIS_CONTRACT, ELLIPSIS_WARNING, last, macro, nominal, and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿undef()

void ellipsis‿directive‿undef ( ellipsis‿token  h[static 1])

References ellipsis‿token::contents, ellipsis‿macros‿remove(), ellipsis‿token‿list‿pop(), and ellipsis‿token::payload.

Referenced by ellipsis‿filter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ellipsis‿directive‿warning()

void ellipsis‿directive‿warning ( ellipsis‿token  h[static 1])

References ellipsis‿str32‿fputs(), ellipsis‿token‿list‿pop(), ELLIPSIS_WARNING, and ellipsis‿token::payload.

Referenced by ellipsis‿filter(), and ellipsis‿macros‿cb‿warning().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ellipsis‿directive‿marker

ellipsis‿str32 const* const ellipsis‿directive‿marker
extern

Referenced by ellipsis‿filter().

◆ ellipsis‿directive‿marker_return

ellipsis‿str32 const* const ellipsis‿directive‿marker_return
extern

◆ ellipsis‿directive‿marker_start

ellipsis‿str32 const* const ellipsis‿directive‿marker_start
extern

◆ ellipsis_expand_prefix_max

constexpr unsigned ellipsis_expand_prefix_max = 32
constexpr