HomeSort by relevance Sort by last modified time
    Searched refs:IF_LINT (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
system.h 88 # define IF_LINT(Code) Code
90 # define IF_LINT(Code) /* empty */
scan-skel.l 66 int lineno IF_LINT (= 0);
scan-gram.l 168 int braces_level IF_LINT (= 0);
171 int context_state IF_LINT (= 0);
174 int token_type IF_LINT (= 0);
177 location id_loc IF_LINT (= empty_location);
186 boundary token_start IF_LINT (= scanner_cursor);
    [all...]
scan-gram.c     [all...]
scan-skel.c 846 int lineno IF_LINT (= 0);
    [all...]

Completed in 58 milliseconds