Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Drclex.c53 #define IGNORE_CPP(x) (suppress_cpp_data ? IGNORED_TOKEN : (x)) macro
802 ch = IGNORE_CPP (BEG); in yylex()
806 ch = IGNORE_CPP (END); in yylex()
820 ch = IGNORE_CPP (NUMBER); in yylex()
824 ch = IGNORE_CPP ((! rcdata_mode ? QUOTEDSTRING : SIZEDSTRING)); in yylex()
841 ch = IGNORE_CPP ((! rcdata_mode ? QUOTEDUNISTRING : SIZEDUNISTRING)); in yylex()
864 ch = IGNORE_CPP (rclex_translatekeyword (rclex_tok)); in yylex()
897 ch = IGNORE_CPP (ch); in yylex()