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

  /external/bison/src/
scan-code.l 115 bool in_cpp = false;
225 && skeleton_prio == default_prio && need_semicolon && ! in_cpp)
244 "#" STRING_GROW; in_cpp = true;
247 [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
scan-code.c 1002 bool in_cpp = false; variable
    [all...]

Completed in 210 milliseconds