#include "token/ellipsis-tdict.h"
Go to the source code of this file.
Macros | |
#define | tdict ellipsis‿token‿dictionary |
#define | token ellipsis‿token |
Functions | |
token * | ellipsis‿pragma‿error (token h[static 1]) |
token * | ellipsis‿pragma‿find (ellipsis‿str32 const *prefix, ellipsis‿str32 const *suffix) |
token * | ellipsis‿pragma‿forward (token h[static 1]) |
token * | ellipsis‿pragma‿ignore (token h[static 1]) |
void | ellipsis‿pragma‿insert (ellipsis‿str32 const *prefix, ellipsis‿str32 const *suffix, token *(*cb)(token *), bool back_in) |
token * | ellipsis‿pragma‿once (token h[static 1]) |
token * | ellipsis‿pragma‿warning (token h[static 1]) |
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.
#define tdict ellipsis‿token‿dictionary |
References ellipsis‿pragma‿diagnostic(), and ELLIPSIS_ERROR.
Referenced by ellipsis‿pragma‿_Once‿init‿user().
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().
References nominal, and punctuator.
Referenced by ellipsis‿directive‿pragma(), and ellipsis‿language‿c‿_Once‿init‿user().
void ellipsis‿pragma‿insert | ( | ellipsis‿str32 const * | prefix, |
ellipsis‿str32 const * | suffix, | ||
token *(*)(token *) | cb, | ||
bool | back_in | ||
) |
References __FILE__, ellipsis‿token::back_in, ellipsis‿token::callback, ellipsis‿token::cat, ellipsis‿macros‿insert(), ellipsis‿pragma‿_Once‿init(), ellipsis‿pragma‿_Once‿strong, ellipsis‿token‿what‿callback, GNU_ATTR_USED, ellipsis‿token::is_functional, ellipsis‿token::is_undefinable, ellipsis‿token::is_what, macro, and pragma_name.
Referenced by ellipsis‿language‿c‿_Once‿init‿user(), and ellipsis‿pragma‿_Once‿init‿user().
References directive, ellipsis‿token‿list‿append(), ellipsis‿token‿list‿close(), ELLIPSIS_CONTRACT, and ellipsis‿token::payload.
Referenced by ellipsis‿pragma‿_Once‿init‿user().
References ellipsis‿pragma‿diagnostic(), and ELLIPSIS_WARNING.
Referenced by ellipsis‿pragma‿_Once‿init‿user().