HomeSort by relevance Sort by last modified time
    Searched refs:ConditionVar (Results 1 - 5 of 5) 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 494 VarDecl *ConditionVar = nullptr;
496 ConditionVar = cast<VarDecl>(CondVar);
497 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
514 return new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
582 VarDecl *ConditionVar = nullptr;
584 ConditionVar = cast<VarDecl>(CondVar);
585 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
661 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
    [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 176 milliseconds