Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c1670 stream->top_if = token; in preprocessor_if()
1832 struct token *top_if = stream->top_if; in handle_elif() local
1835 if (!top_if) { in handle_elif()
1865 struct token *top_if = stream->top_if; in handle_else() local
1868 if (!top_if) { in handle_else()
1890 struct token *top_if = stream->top_if; in handle_endif() local
1892 if (!top_if) { in handle_endif()
1899 stream->top_if = top_if->next; in handle_endif()
1900 __free_token(top_if); in handle_endif()
2273 if (stream->top_if) { in do_preprocess()
[all …]
H A Dtoken.h62 struct token *top_if; member