/frameworks/compile/slang/ |
slang_rs_ast_replace.h | 74 void VisitForStmt(clang::ForStmt *FS);
|
slang_rs_ast_replace.cpp | 115 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
|
slang_rs_object_ref_count.cpp | 258 void VisitForStmt(clang::ForStmt *FS); 329 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) { 473 // (ForStmt 593 clang::ForStmt *DestructorLoop = 594 new(C) clang::ForStmt(C, [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 69 void VisitForStmt(ForStmt *S); 82 void checkLoopConditionForFloat(const ForStmt *FS); 162 void WalkAST::VisitForStmt(ForStmt *FS) { 209 void WalkAST::checkLoopConditionForFloat(const ForStmt *FS) {
|
MallocOverflowSecurityChecker.cpp | 178 void VisitForStmt(ForStmt *S) {
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p3.cpp | 154 constexpr int ForStmt() {
|
/external/clang/lib/AST/ |
ParentMap.cpp | 183 return DirectChild == cast<ForStmt>(P)->getCond();
|
Stmt.cpp | 853 ForStmt::ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, 865 VarDecl *ForStmt::getConditionVariable() const { 873 void ForStmt::setConditionVariable(ASTContext &C, VarDecl *V) { [all...] |
StmtPrinter.cpp | 276 void StmtPrinter::VisitForStmt(ForStmt *Node) { [all...] |
StmtProfile.cpp | 136 void StmtProfiler::VisitForStmt(const ForStmt *S) { [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | 833 const internal::VariadicDynCastAllOfMatcher<Stmt, ForStmt> forStmt; 847 /// forStmt(hasIncrement(unaryOperator(hasOperatorName("++")))) 852 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, 862 /// forStmt(hasLoopInit(declStmt())) 867 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | 429 if (cast<ForStmt>(Parent)->getBody() == S) [all...] |
CoreEngine.cpp | 393 HandleBranch(cast<ForStmt>(Term)->getCond(), Term, B, Pred);
|
/external/clang/include/clang/AST/ |
Stmt.h | 438 /// and declarations (variables, types). Another example is ForStmt, where [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 283 bool VisitForStmt(ForStmt *S) {
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 892 VISIT(ForStmt); 1039 DECL_VISIT_STMT(ForStmt) { [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 894 VISIT(ForStmt); 1041 DECL_VISIT_STMT(ForStmt) { [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 377 CFGBlock *VisitForStmt(ForStmt *F); [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | [all...] |
AnalysisBasedWarnings.cpp | 578 Range = cast<ForStmt>(Term)->getCond()->getSourceRange(); [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 132 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break; 616 void CodeGenFunction::EmitForStmt(const ForStmt &S) { [all...] |
CodeGenFunction.cpp | 784 isa<ForStmt>(S)) [all...] |
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | 236 void ASTStmtReader::VisitForStmt(ForStmt *S) { [all...] |