Home
last modified time | relevance | path

Searched refs:false_nesting (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c48 static int false_nesting = 0; variable
284 if (false_nesting) { in collect_arg()
1558 token_type(token) = false_nesting ? TOKEN_SKIP_GROUPS : TOKEN_IF; in preprocessor_if()
1562 if (false_nesting || cond != 1) in preprocessor_if()
1563 false_nesting++; in preprocessor_if()
1575 if (!false_nesting) in handle_ifdef()
1599 if (!false_nesting) in handle_ifndef()
1672 if (!false_nesting) in handle_if()
1693 if (!false_nesting) in handle_elif()
1694 false_nesting in handle_elif()
[all...]

Completed in 3 milliseconds