| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 114 BreakStmt, enumerator 322 return PGOHash::BreakStmt; in DEFINE_NESTABLE_TRAVERSAL() 453 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | CGStmt.cpp | 357 case Stmt::BreakStmtClass: EmitBreakStmt(cast<BreakStmt>(*S)); break; in EmitSimpleStmt() 1115 void CodeGenFunction::EmitBreakStmt(const BreakStmt &S) { in EmitBreakStmt() 1245 isa<BreakStmt>(S.getSubStmt())) { in EmitCaseStmt() 1369 if (!Case && isa<BreakStmt>(S)) in CollectStatementsForCase()
|
| H A D | CoverageMappingGen.cpp | 925 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | CodeGenFunction.cpp | 1458 if (isa<BreakStmt>(S)) in containsBreak()
|
| H A D | CodeGenFunction.h | 2869 void EmitBreakStmt(const BreakStmt &S);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 24 def BreakStmt : Stmt;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 246 friend class BreakStmt; in alignas() local 2410 class BreakStmt : public Stmt { 2412 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass) { in BreakStmt() function 2417 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() function
|
| H A D | RecursiveASTVisitor.h | 2159 DEF_TRAVERSE_STMT(BreakStmt, {})
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 617 if (isa<BreakStmt>(S)) { in reportDeadCode()
|
| H A D | CFG.cpp | 524 CFGBlock *VisitBreakStmt(BreakStmt *B); 2019 return VisitBreakStmt(cast<BreakStmt>(S)); in Visit() 2386 CFGBlock *CFGBuilder::VisitBreakStmt(BreakStmt *B) { in VisitBreakStmt()
|
| H A D | ThreadSafety.cpp | 2406 if (isa<ContinueStmt>(Terminator) || isa<BreakStmt>(Terminator)) { in runAnalysis()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 700 const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 309 Stmt *RewriteBreakStmt(BreakStmt *S); 1409 Stmt *RewriteObjC::RewriteBreakStmt(BreakStmt *S) { in RewriteBreakStmt() 4665 if (BreakStmt *StmtBreakStmt = in RewriteFunctionBodyOrGlobalInitializer() 4666 dyn_cast<BreakStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 366 Stmt *RewriteBreakStmt(BreakStmt *S); 1604 Stmt *RewriteModernObjC::RewriteBreakStmt(BreakStmt *S) { in RewriteBreakStmt() 5566 if (BreakStmt *StmtBreakStmt = in RewriteFunctionBodyOrGlobalInitializer() 5567 dyn_cast<BreakStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1449 void VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() 1618 void VisitBreakStmt(const BreakStmt* E) { in VisitBreakStmt() 2916 return new (Context) BreakStmt(BreakLoc); in ActOnBreakStmt()
|
| H A D | AnalysisBasedWarnings.cpp | 1286 if (!(B->empty() && Term && isa<BreakStmt>(Term))) { in DiagnoseSwitchLabelsFallthrough()
|
| H A D | TreeTransform.h | 6879 TreeTransform<Derived>::TransformBreakStmt(BreakStmt *S) { in TransformBreakStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 324 void ASTStmtReader::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() 2426 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 244 void ASTStmtWriter::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 299 void StmtProfiler::VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
|
| H A D | StmtPrinter.cpp | 396 void StmtPrinter::VisitBreakStmt(BreakStmt *Node) { in VisitBreakStmt()
|
| H A D | ASTImporter.cpp | 528 ExpectedStmt VisitBreakStmt(BreakStmt *S); 5859 ExpectedStmt ASTNodeImporter::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() 5863 return new (Importer.getToContext()) BreakStmt(*ToBreakLocOrErr); in VisitBreakStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1932 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1239 } else if (isa<BreakStmt>(Term) || isa<ContinueStmt>(Term) || in generatePathDiagnosticsForNode()
|