/external/lldb/include/lldb/Core/ |
D | ClangForward.h | 72 class GotoStmt; variable
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>()); in TEST()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
|
D | SemaStmt.cpp | 1357 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 2368 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
D | TreeTransform.h | 5746 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) { in TransformGotoStmt()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 21 def GotoStmt : Stmt;
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 876 VISIT(GotoStmt); in VisitStmt() 904 IGNORE_STMT(GotoStmt);
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1206 class GotoStmt : public Stmt { 1211 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function 1215 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
|
D | DataRecursiveASTVisitor.h | 1909 DEF_TRAVERSE_STMT(GotoStmt, {})
|
D | RecursiveASTVisitor.h | 1926 DEF_TRAVERSE_STMT(GotoStmt, {})
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 381 CFGBlock *VisitGotoStmt(GotoStmt *G); 945 const GotoStmt *G = cast<GotoStmt>(B->getTerminator()); in buildCFG() 1414 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit() 2215 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 215 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt() 442 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
|
D | CodeGenPGO.cpp | 441 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
D | CodeGenFunction.h | 1860 void EmitGotoStmt(const GotoStmt &S);
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 306 void VisitGotoStmt(const GotoStmt *Node); 1559 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
|
D | StmtProfile.cpp | 139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
D | StmtPrinter.cpp | 340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 73 class GotoStmt; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1026 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1835 void VisitGotoStmt(const GotoStmt *GS); 2166 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() 4623 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 2095 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1857 isa<GotoStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 1728 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
|
D | RewriteModernObjC.cpp | 1951 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
|