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 454 VarDecl *ConditionVar = nullptr;
456 ConditionVar = cast<VarDecl>(CondVar);
457 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
474 return new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
583 VarDecl *ConditionVar = nullptr;
585 ConditionVar = cast<VarDecl>(CondVar);
586 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
662 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
    [all...]
TreeTransform.h     [all...]

Completed in 114 milliseconds