Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect()
H A DCodeGenPGO.cpp114 GotoStmt, enumerator
337 return PGOHash::GotoStmt; in DEFINE_NESTABLE_TRAVERSAL()
458 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DCGStmt.cpp454 EmitGotoStmt(cast<GotoStmt>(*S)); in EmitSimpleStmt()
731 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
H A DCoverageMappingGen.cpp1046 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt()
H A DCodeGenFunction.h3240 void EmitGotoStmt(const GotoStmt &S);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp97 void CheckGotoStmt(GotoStmt *GS);
657 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
934 if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) { in CheckJump()
991 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
H A DSemaStmt.cpp1841 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
3287 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtDataCollectors.td140 class GotoStmt {
H A DTextNodeDumper.h247 void VisitGotoStmt(const GotoStmt *Node);
H A DJSONNodeDumper.h323 void VisitGotoStmt(const GotoStmt *GS);
H A DStmt.h236 friend class GotoStmt; in alignas() local
2649 class GotoStmt : public Stmt {
2654 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
2660 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() function
H A DRecursiveASTVisitor.h2392 DEF_TRAVERSE_STMT(GotoStmt, {})
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td17 def GotoStmt : StmtNode<Stmt>;
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp905 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp579 CFGBlock *VisitGotoStmt(GotoStmt *G);
1618 if (auto *G = dyn_cast<GotoStmt>(B->getTerminator())) { in buildCFG()
2307 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
3448 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1548 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
H A DStmtProfile.cpp290 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DTextNodeDumper.cpp986 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
H A DStmtPrinter.cpp455 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
H A DASTImporter.cpp589 ExpectedStmt VisitGotoStmt(GotoStmt *S);
6681 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
6690 return new (Importer.getToContext()) GotoStmt( in VisitGotoStmt()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2119 void VisitGotoStmt(const GotoStmt *GS);
2882 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
6585 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp310 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2877 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp232 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1316 } else if (isa<BreakStmt, ContinueStmt, GotoStmt>(Term)) { in generatePathDiagnosticsForNode()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2231 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;

12