Home
last modified time | relevance | path

Searched refs:GotoStmt (Results 1 – 25 of 25) sorted by relevance

/external/lldb/include/lldb/Core/
DClangForward.h72 class GotoStmt; variable
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>()); in TEST()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
DSemaStmt.cpp1357 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2368 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
DTreeTransform.h5746 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) { in TransformGotoStmt()
/external/clang/include/clang/Basic/
DStmtNodes.td21 def GotoStmt : Stmt;
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc876 VISIT(GotoStmt); in VisitStmt()
904 IGNORE_STMT(GotoStmt);
/external/clang/include/clang/AST/
DStmt.h1206 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
DDataRecursiveASTVisitor.h1909 DEF_TRAVERSE_STMT(GotoStmt, {})
DRecursiveASTVisitor.h1926 DEF_TRAVERSE_STMT(GotoStmt, {})
/external/clang/lib/Analysis/
DCFG.cpp381 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/
DCGStmt.cpp215 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt()
442 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
DCodeGenPGO.cpp441 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
DCodeGenFunction.h1860 void EmitGotoStmt(const GotoStmt &S);
/external/clang/lib/AST/
DASTDumper.cpp306 void VisitGotoStmt(const GotoStmt *Node);
1559 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
DStmtProfile.cpp139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
/external/clang/include/clang/Serialization/
DASTReader.h73 class GotoStmt; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1026 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/external/clang/tools/libclang/
DCIndex.cpp1835 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/
DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2095 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1857 isa<GotoStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1728 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
DRewriteModernObjC.cpp1951 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()