| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 145 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect()
|
| H A D | CodeGenPGO.cpp | 118 GotoStmt, enumerator 553 return PGOHash::GotoStmt; in DEFINE_NESTABLE_TRAVERSAL() 674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| H A D | CGStmt.cpp | 525 EmitGotoStmt(cast<GotoStmt>(*S)); in EmitSimpleStmt() 842 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
|
| H A D | CoverageMappingGen.cpp | 1579 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 97 void CheckGotoStmt(GotoStmt *GS); 682 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() 976 if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) { in CheckJump() 1040 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
|
| H A D | SemaStmt.cpp | 1973 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 3244 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 139 class GotoStmt {
|
| H A D | TextNodeDumper.h | 262 void VisitGotoStmt(const GotoStmt *Node);
|
| H A D | JSONNodeDumper.h | 341 void VisitGotoStmt(const GotoStmt *GS);
|
| H A D | Stmt.h | 270 friend class GotoStmt; 2972 class GotoStmt : public Stmt { 2977 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) 2983 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {}
|
| H A D | RecursiveASTVisitor.h | 2476 DEF_TRAVERSE_STMT(GotoStmt, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 151 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 17 def GotoStmt : StmtNode<Stmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 617 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 614 CFGBlock *VisitGotoStmt(GotoStmt *G); 1725 if (auto *G = dyn_cast<GotoStmt>(B->getTerminator())) { in buildCFG() 2400 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit() 3563 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 294 bool IsStmtEquivalent(const GotoStmt *S1, const GotoStmt *S2) { in IsStmtEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1678 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
|
| H A D | StmtProfile.cpp | 306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| H A D | StmtPrinter.cpp | 466 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
|
| H A D | TextNodeDumper.cpp | 1452 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 942 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 309 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 3112 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1344 } else if (isa<BreakStmt, ContinueStmt, GotoStmt>(Term)) { in generatePathDiagnosticsForNode()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2343 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|