HomeSort by relevance Sort by last modified time
    Searched defs:ConditionVar (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
warn-unreachable.cpp 158 static const bool ConditionVar = 1;
160 if (ConditionVar)
  /external/clang/lib/Sema/
SemaStmt.cpp 497 VarDecl *ConditionVar = nullptr;
499 ConditionVar = cast<VarDecl>(CondVar);
500 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
519 return new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
587 VarDecl *ConditionVar = nullptr;
589 ConditionVar = cast<VarDecl>(CondVar);
590 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
664 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
    [all...]
TreeTransform.h     [all...]

Completed in 206 milliseconds