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 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...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 495 milliseconds