Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2316 #define TOK_FLAG_ENDIF 0x0004 /* a endif was found matching starting #ifdef */ macro
8691 tok_flags |= TOK_FLAG_ENDIF; in preprocess()
9204 if (tok_flags & TOK_FLAG_ENDIF) { in next_nomacro1()