HomeSort by: relevance | last modified time | path
    Searched refs:preprocessing (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/xlint/lint1/
scan.l 64 %x preprocessing
135 BEGIN preprocessing;
138 <preprocessing>[_A-Za-z][_A-Za-z0-9]* lex_pp_identifier(yytext);
139 <preprocessing>\.?[0-9]('?[_A-Za-z0-9]|[EePp][-+][0-9]+|\.)* lex_pp_number(yytext);
140 <preprocessing>\' lex_pp_character_constant();
141 <preprocessing>\" lex_pp_string_literal();
142 <preprocessing>{punctuator} lex_pp_punctuator(yytext);
143 <preprocessing>\/\* lex_pp_comment();
144 <preprocessing>[ \f\t\v]+ lex_pp_whitespace();
145 <preprocessing>. lex_unknown_character(yytext[0])
    [all...]
  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 269 #define preprocessing macro
270 (preprocessing)();
317 #define preprocessing
318 (preprocessing)();
316 #define preprocessing macro
  /src/usr.bin/make/unit-tests/
directive.mk 3 # Tests for the preprocessing directives, such as .if or .info.
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 195 -- TODO: Fix crashes in tests with '# line file' preprocessing directives.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 987 """Holds 3 copies of all lines with different preprocessing applied to them.

Completed in 48 milliseconds