Home
last modified time | relevance | path

Searched refs:IGNORE_CPP (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Drclex.c53 #define IGNORE_CPP(x) (suppress_cpp_data ? IGNORED_TOKEN : (x)) macro
790 ch = IGNORE_CPP (BEG); in yylex()
794 ch = IGNORE_CPP (END); in yylex()
808 ch = IGNORE_CPP (NUMBER); in yylex()
812 ch = IGNORE_CPP ((! rcdata_mode ? QUOTEDSTRING : SIZEDSTRING)); in yylex()
829 ch = IGNORE_CPP ((! rcdata_mode ? QUOTEDUNISTRING : SIZEDUNISTRING)); in yylex()
848 ch = IGNORE_CPP (rclex_translatekeyword (rclex_tok)); in yylex()
881 ch = IGNORE_CPP (ch); in yylex()