reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 4794         if (!EvaluateAsBooleanCondition(FS->getCond(), Continue, Info))
tools/clang/lib/CodeGen/CGStmt.cpp
  993   llvm::Value *BoolCondVal = EvaluateExprAsBool(S.getCond());
  996       createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  577     CountMap[S->getCond()] = CondCount;
  578     Visit(S->getCond());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1387       return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  346         HandleBranch(cast<CXXForRangeStmt>(Term)->getCond(), Term, B, Pred);