Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c1665 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() function
1688 return preprocessor_if(stream, token, arg); in handle_ifdef()
1713 return preprocessor_if(stream, token, arg); in handle_ifndef()
1827 return preprocessor_if(stream, token, value); in handle_if()