HomeSort by relevance Sort by last modified time
    Searched refs:ForStmt (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 28 return cast<ForStmt>(LoopStmt)->getCond();
43 assert(isa<ForStmt>(LoopStmt) || isa<WhileStmt>(LoopStmt) ||
BugReporter.cpp 465 if (cast<ForStmt>(Parent)->getBody() == S)
    [all...]
CoreEngine.cpp 399 HandleBranch(cast<ForStmt>(Term)->getCond(), Term, B, Pred);
  /frameworks/compile/slang/
slang_rs_ast_replace.h 74 void VisitForStmt(clang::ForStmt *FS);
slang_rs_ast_replace.cpp 120 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
slang_rs_object_ref_count.cpp 208 void VisitForStmt(clang::ForStmt *FS);
243 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) {
367 // (ForStmt
491 clang::ForStmt *DestructorLoop =
492 new(C) clang::ForStmt(C,
875 clang::ForStmt *DestructorLoop =
876 new(C) clang::ForStmt(C,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 374 const ForStmt *ForStmt1 = cast<ForStmt>(Stmt1);
375 const ForStmt *ForStmt2 = cast<ForStmt>(Stmt2);
CheckSecuritySyntaxOnly.cpp 80 void VisitForStmt(ForStmt *S);
92 void checkLoopConditionForFloat(const ForStmt *FS);
172 void WalkAST::VisitForStmt(ForStmt *FS) {
219 void WalkAST::checkLoopConditionForFloat(const ForStmt *FS) {
MallocOverflowSecurityChecker.cpp 246 void VisitForStmt(ForStmt *S) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 158 constexpr int ForStmt() {
  /external/clang/lib/AST/
ParentMap.cpp 183 return DirectChild == cast<ForStmt>(P)->getCond();
Stmt.cpp 788 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
800 VarDecl *ForStmt::getConditionVariable() const {
808 void ForStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
StmtPrinter.cpp 264 void StmtPrinter::VisitForStmt(ForStmt *Node) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 595 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) {
CFG.cpp 457 CFGBlock *VisitForStmt(ForStmt *F);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 78 ForStmt,
163 return PGOHash::ForStmt;
370 void VisitForStmt(const ForStmt *S) {
CGStmt.cpp 137 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break;
495 EmitForStmt(cast<ForStmt>(*SubStmt), S.getAttrs());
757 void CodeGenFunction::EmitForStmt(const ForStmt &S,
    [all...]
CoverageMappingGen.cpp 668 void VisitForStmt(const ForStmt *S) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 428 /// and declarations (variables, types). Another example is ForStmt, where
    [all...]
StmtOpenMP.h 649 Body = cast<ForStmt>(Body)->getBody();
652 Body = cast<ForStmt>(Body)->getBody();
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 284 bool VisitForStmt(ForStmt *S) {
  /external/v8/tools/gcmole/
gcmole.cc 875 VISIT(ForStmt);
1022 DECL_VISIT_STMT(ForStmt) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1112 milliseconds

1 2