Home
last modified time | relevance | path

Searched refs:BreakStmt (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp266 return emitBreakStmt(cast<BreakStmt>(*s)); in emitSimpleStmt()
428 mlir::LogicalResult CIRGenFunction::emitBreakStmt(const clang::BreakStmt &s) { in emitBreakStmt()
H A DCIRGenFunction.h783 mlir::LogicalResult emitBreakStmt(const clang::BreakStmt &s);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp120 BreakStmt, enumerator
557 return PGOHash::BreakStmt; in DEFINE_NESTABLE_TRAVERSAL()
688 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
H A DCGStmt.cpp528 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 DCoverageMappingGen.cpp1590 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
H A DCodeGenFunction.cpp1717 if (isa<BreakStmt>(S)) in containsBreak()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp666 if (isa<BreakStmt>(S)) { in reportDeadCode()
H A DCFG.cpp585 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 DStmtNodes.td20 def BreakStmt : StmtNode<Stmt>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h291 friend class BreakStmt;
3090 class BreakStmt : public Stmt {
3092 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass) {
3097 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {}
H A DRecursiveASTVisitor.h2468 DEF_TRAVERSE_STMT(BreakStmt, {})
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp615 bool VisitBreakStmt(const BreakStmt *) { return true; } in VisitBreakStmt() argument
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h227 bool visitBreakStmt(const BreakStmt *S);
H A DCompiler.cpp5280 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 DASTMatchersInternal.cpp938 const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp306 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 DRewriteModernObjC.cpp364 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 DSemaStmt.cpp1969 void VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt()
2138 void VisitBreakStmt(const BreakStmt* E) { in VisitBreakStmt()
3342 return new (Context) BreakStmt(BreakLoc); in ActOnBreakStmt()
H A DAnalysisBasedWarnings.cpp1470 if (!(B->empty() && isa_and_nonnull<BreakStmt>(Term))) { in DiagnoseSwitchLabelsFallthrough()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1494 bool WalkUpFromBreakStmt(BreakStmt *S) { in WalkUpFromBreakStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp328 void ASTStmtReader::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt()
3124 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp319 void StmtProfiler::VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt()
H A DStmtPrinter.cpp483 void StmtPrinter::VisitBreakStmt(BreakStmt *Node) { in VisitBreakStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1344 } else if (isa<BreakStmt, ContinueStmt, GotoStmt>(Term)) { in generatePathDiagnosticsForNode()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2300 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BreakStmt> breakStmt;

12