Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect()
H A DCodeGenPGO.cpp118 GotoStmt, enumerator
553 return PGOHash::GotoStmt; in DEFINE_NESTABLE_TRAVERSAL()
674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DCGStmt.cpp478 EmitGotoStmt(cast<GotoStmt>(*S)); in EmitSimpleStmt()
763 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
H A DCoverageMappingGen.cpp1534 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp97 void CheckGotoStmt(GotoStmt *GS);
670 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
944 if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) { in CheckJump()
1006 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
H A DSemaStmt.cpp1874 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
3137 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td140 class GotoStmt {
H A DTextNodeDumper.h261 void VisitGotoStmt(const GotoStmt *Node);
H A DJSONNodeDumper.h337 void VisitGotoStmt(const GotoStmt *GS);
H A DStmt.h268 friend class GotoStmt;
2867 class GotoStmt : public Stmt {
2872 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL)
2878 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {}
H A DRecursiveASTVisitor.h2433 DEF_TRAVERSE_STMT(GotoStmt, {})
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp351 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() argument
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td17 def GotoStmt : StmtNode<Stmt>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp292 bool IsStmtEquivalent(const GotoStmt *S1, const GotoStmt *S2) { in IsStmtEquivalent()
H A DJSONNodeDumper.cpp1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
H A DStmtProfile.cpp306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DTextNodeDumper.cpp1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
H A DStmtPrinter.cpp461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
H A DASTImporter.cpp545 ExpectedStmt VisitGotoStmt(GotoStmt *S);
7032 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
7041 return new (Importer.getToContext()) GotoStmt( in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp592 CFGBlock *VisitGotoStmt(GotoStmt *G);
1637 if (auto *G = dyn_cast<GotoStmt>(B->getTerminator())) { in buildCFG()
2311 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
3451 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2993 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1327 } else if (isa<BreakStmt, ContinueStmt, GotoStmt>(Term)) { in generatePathDiagnosticsForNode()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2294 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;

12