| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 266 return emitBreakStmt(cast<BreakStmt>(*s)); in emitSimpleStmt() 428 mlir::LogicalResult CIRGenFunction::emitBreakStmt(const clang::BreakStmt &s) { in emitBreakStmt()
|
| H A D | CIRGenFunction.h | 783 mlir::LogicalResult emitBreakStmt(const clang::BreakStmt &s);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 120 BreakStmt, enumerator 557 return PGOHash::BreakStmt; in DEFINE_NESTABLE_TRAVERSAL() 688 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | CGStmt.cpp | 528 EmitBreakStmt(cast<BreakStmt>(*S)); in EmitSimpleStmt() 1735 void CodeGenFunction::EmitBreakStmt(const BreakStmt &S) { in EmitBreakStmt() 1892 isa<BreakStmt>(S.getSubStmt())) { in EmitCaseStmt() 2034 if (!Case && isa<BreakStmt>(S)) in CollectStatementsForCase()
|
| H A D | CoverageMappingGen.cpp | 1590 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | CodeGenFunction.cpp | 1717 if (isa<BreakStmt>(S)) in containsBreak()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 666 if (isa<BreakStmt>(S)) { in reportDeadCode()
|
| H A D | CFG.cpp | 585 CFGBlock *VisitBreakStmt(BreakStmt *B); 2315 return VisitBreakStmt(cast<BreakStmt>(S)); in Visit() 2756 CFGBlock *CFGBuilder::VisitBreakStmt(BreakStmt *B) { in VisitBreakStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 20 def BreakStmt : StmtNode<Stmt>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 291 friend class BreakStmt; 3090 class BreakStmt : public Stmt { 3092 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass) { 3097 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {}
|
| H A D | RecursiveASTVisitor.h | 2468 DEF_TRAVERSE_STMT(BreakStmt, {})
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 615 bool VisitBreakStmt(const BreakStmt *) { return true; } in VisitBreakStmt() argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 227 bool visitBreakStmt(const BreakStmt *S);
|
| H A D | Compiler.cpp | 5280 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt() 5639 bool Compiler<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 938 const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 306 Stmt *RewriteBreakStmt(BreakStmt *S); 1415 Stmt *RewriteObjC::RewriteBreakStmt(BreakStmt *S) { in RewriteBreakStmt() 4647 if (BreakStmt *StmtBreakStmt = in RewriteFunctionBodyOrGlobalInitializer() 4648 dyn_cast<BreakStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 364 Stmt *RewriteBreakStmt(BreakStmt *S); 1607 Stmt *RewriteModernObjC::RewriteBreakStmt(BreakStmt *S) { in RewriteBreakStmt() 5526 if (BreakStmt *StmtBreakStmt = in RewriteFunctionBodyOrGlobalInitializer() 5527 dyn_cast<BreakStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1969 void VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() 2138 void VisitBreakStmt(const BreakStmt* E) { in VisitBreakStmt() 3342 return new (Context) BreakStmt(BreakLoc); in ActOnBreakStmt()
|
| H A D | AnalysisBasedWarnings.cpp | 1470 if (!(B->empty() && isa_and_nonnull<BreakStmt>(Term))) { in DiagnoseSwitchLabelsFallthrough()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1494 bool WalkUpFromBreakStmt(BreakStmt *S) { in WalkUpFromBreakStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 328 void ASTStmtReader::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() 3124 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 319 void StmtProfiler::VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | StmtPrinter.cpp | 483 void StmtPrinter::VisitBreakStmt(BreakStmt *Node) { in VisitBreakStmt()
|
| /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 | 2300 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;
|