HomeSort by: relevance | last modified time | path
    Searched defs:elif (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-parse.y 110 } elif;
119 %token ELIF
127 %type <elif> elif elif1
284 if_elif : ELIF expanded
326 | if_open '\n' statements elif if_close
340 | if_open '\n' statements elif if_else '\n' statements if_close
357 elif : if_elif '\n' statements label
368 | if_elif '\n' statements elif
1360 if (strcmp(yylval.token, "%elif") == 0)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 52 /// Tracks where #if and #elif directives get evaluated and whether to true.
85 void Elif(SourceLocation Loc, SourceRange ConditionRange,
214 void InclusionRewriter::Elif(SourceLocation Loc, SourceRange ConditionRange,
219 assert(P.second && "Unexpected revisitation of the same elif directive");
472 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == local
488 if (elif) {
498 OS << (elif ? "#elif " : "#if ") << (isTrue ? "1" : "0")
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 377 # The outermost '.if' must not have an '.elif' branch.
378 CASES+= elif
379 LINES.elif= \
380 '.ifndef ELIF' \
381 'ELIF=' \
382 '.elif 1' \
384 # expect: Parse_PushInput: elif.tmp:1
385 # expect: Parse_PushInput: elif.tmp:1
387 # When a file with an '.if/.elif/.endif' conditional at the top level is
389 CASES+= elif-reus
    [all...]

Completed in 21 milliseconds