| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | VarBypassDetector.cpp | 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect()
|
| HD | CodeGenPGO.cpp | 118 GotoStmt, enumerator 553 return PGOHash::GotoStmt; in DEFINE_NESTABLE_TRAVERSAL() 674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| HD | CGStmt.cpp | 478 EmitGotoStmt(cast<GotoStmt>(*S)); in EmitSimpleStmt() 763 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
|
| HD | CoverageMappingGen.cpp | 1534 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | JumpDiagnostics.cpp | 97 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()
|
| HD | SemaStmt.cpp | 1874 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 3137 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtDataCollectors.td | 140 class GotoStmt {
|
| HD | TextNodeDumper.h | 261 void VisitGotoStmt(const GotoStmt *Node);
|
| HD | JSONNodeDumper.h | 337 void VisitGotoStmt(const GotoStmt *GS);
|
| HD | Stmt.h | 268 friend class GotoStmt; in alignas() local 2867 class GotoStmt : public Stmt { 2872 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function 2878 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() function
|
| HD | RecursiveASTVisitor.h | 2433 DEF_TRAVERSE_STMT(GotoStmt, {})
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | PtrTypesSemantics.cpp | 351 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexBody.cpp | 147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 17 def GotoStmt : StmtNode<Stmt>;
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTStructuralEquivalence.cpp | 292 bool IsStmtEquivalent(const GotoStmt *S1, const GotoStmt *S2) { in IsStmtEquivalent()
|
| HD | JSONNodeDumper.cpp | 1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
|
| HD | StmtProfile.cpp | 306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| HD | StmtPrinter.cpp | 461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
|
| HD | TextNodeDumper.cpp | 1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 911 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | CFG.cpp | 592 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-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 2993 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporter.cpp | 1327 } else if (isa<BreakStmt, ContinueStmt, GotoStmt>(Term)) { in generatePathDiagnosticsForNode()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 2294 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|