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

Go to the source code of this file.

Macros

#define tdict   ellipsis‿token‿dictionary
 
#define token   ellipsis‿token
 

Functions

tokenellipsis‿pragma‿error (token h[static 1])
 
tokenellipsis‿pragma‿find (ellipsis‿str32 const *prefix, ellipsis‿str32 const *suffix)
 
tokenellipsis‿pragma‿forward (token h[static 1])
 
tokenellipsis‿pragma‿ignore (token h[static 1])
 
void ellipsis‿pragma‿insert (ellipsis‿str32 const *prefix, ellipsis‿str32 const *suffix, token *(*cb)(token *), bool back_in)
 
tokenellipsis‿pragma‿once (token h[static 1])
 
tokenellipsis‿pragma‿warning (token h[static 1])
 

Detailed Description

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

Pragmas should usually use combined names such as STDC‿FP_CONTRACT similar to attributes in C. So to be suitable these should always be mangled to a single identifier. A pragma that is found in a source will have the same effect as calling a macro with the mangled name and the remainder of the pragma as an argument to that macro.

Macro Definition Documentation

◆ tdict

◆ token

Function Documentation

◆ ellipsis‿pragma‿error()

token * ellipsis‿pragma‿error ( token  h[static 1])

References ellipsis‿pragma‿diagnostic(), and ELLIPSIS_ERROR.

Referenced by ellipsis‿pragma‿_Once‿init‿user().

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

◆ ellipsis‿pragma‿find()

token * ellipsis‿pragma‿find ( ellipsis‿str32 const *  prefix,
ellipsis‿str32 const *  suffix 
)

References __FILE__, ellipsis‿token::contents, ellipsis‿macros‿find(), ellipsis‿pragma‿_Once‿init(), ellipsis‿pragma‿_Once‿strong, GNU_ATTR_USED, and pragma_name.

Referenced by ellipsis‿directive‿pragma().

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

◆ ellipsis‿pragma‿forward()

token * ellipsis‿pragma‿forward ( token  h[static 1])

References nominal, and punctuator.

Referenced by ellipsis‿directive‿pragma(), and ellipsis‿language‿c‿_Once‿init‿user().

Here is the caller graph for this function:

◆ ellipsis‿pragma‿ignore()

token * ellipsis‿pragma‿ignore ( token  h[static 1])

◆ ellipsis‿pragma‿insert()

◆ ellipsis‿pragma‿once()

token * ellipsis‿pragma‿once ( token  h[static 1])

References directive, ellipsis‿token‿list‿append(), ellipsis‿token‿list‿close(), ELLIPSIS_CONTRACT, and ellipsis‿token::payload.

Referenced by ellipsis‿pragma‿_Once‿init‿user().

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

◆ ellipsis‿pragma‿warning()

token * ellipsis‿pragma‿warning ( token  h[static 1])

References ellipsis‿pragma‿diagnostic(), and ELLIPSIS_WARNING.

Referenced by ellipsis‿pragma‿_Once‿init‿user().

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