Home
last modified time | relevance | path

Searched refs:VisitForStmt (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DSimplifyIf.cpp69 bool VisitForStmt(ForStmt *FS);
135 bool SimplifyIfStatementVisitor::VisitForStmt(ForStmt *FS) in VisitForStmt() function in SimplifyIfStatementVisitor
H A DSimplifyCommaExpr.cpp58 bool VisitForStmt(ForStmt *FS);
98 bool SimplifyCommaExprStmtVisitor::VisitForStmt(ForStmt *FS) in VisitForStmt() function in SimplifyCommaExprStmtVisitor
H A DCommonStatementVisitor.h36 bool VisitForStmt(clang::ForStmt *FS);
127 bool CommonStatementVisitor<T>::VisitForStmt(clang::ForStmt *FS) in VisitForStmt() function
H A DLiftAssignmentExpr.cpp61 bool VisitForStmt(ForStmt *FS);
125 bool AssignExprStatementVisitor::VisitForStmt(ForStmt *FS) in VisitForStmt() function in AssignExprStatementVisitor
H A DReplaceArrayIndexVar.cpp56 bool VisitForStmt(ForStmt *FS);
115 bool ReplaceArrayIndexVarCollectionVisitor::VisitForStmt(ForStmt *FS) in VisitForStmt() function in ReplaceArrayIndexVarCollectionVisitor
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/store/
H A Dbodynotinblock.hxx28 bool VisitForStmt( const ForStmt* stmt );
H A Dbodynotinblock.cxx59 bool BodyNotInBlock::VisitForStmt( const ForStmt* stmt ) in VisitForStmt() function in loplugin::BodyNotInBlock
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/store/
H A Dbodynotinblock.hxx28 bool VisitForStmt( const ForStmt* stmt );
H A Dbodynotinblock.cxx59 bool BodyNotInBlock::VisitForStmt( const ForStmt* stmt ) in VisitForStmt() function in loplugin::BodyNotInBlock
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dburiedassign.cxx221 bool VisitForStmt(ForStmt const*);
592 bool BuriedAssign::VisitForStmt(ForStmt const* stmt) in VisitForStmt() function in __anondbcd236e0111::BuriedAssign
H A Dloopvartoosmall.cxx40 bool VisitForStmt( const ForStmt* stmt ) { in VisitForStmt() function in __anonfb7d517c0111::LoopVarTooSmall
H A Dunnecessaryparen.cxx103 bool VisitForStmt(ForStmt const * stmt);
288 bool UnnecessaryParen::VisitForStmt(ForStmt const * stmt) { in VisitForStmt() function in __anon55b5c1140111::UnnecessaryParen
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dloopvartoosmall.cxx40 bool VisitForStmt( const ForStmt* stmt ) { in VisitForStmt() function in __anon3a1cdcd40111::LoopVarTooSmall
H A Dunnecessaryparen.cxx98 bool VisitForStmt(ForStmt const * stmt);
261 bool UnnecessaryParen::VisitForStmt(ForStmt const * stmt) { in VisitForStmt() function in __anon6846b76c0111::UnnecessaryParen
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp85 void VisitForStmt(ForStmt *S);
183 void WalkAST::VisitForStmt(ForStmt *FS) { in VisitForStmt() function in WalkAST
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp251 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon80fc90e00211::CheckOverflowOps
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp248 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anondca82b000211::CheckOverflowOps
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h202 bool VisitForStmt(clang::ForStmt *F);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h197 bool VisitForStmt(clang::ForStmt *F);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp248 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon5de4836d0211::CheckOverflowOps
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h202 bool VisitForStmt(clang::ForStmt *F);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp248 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon95406f990211::CheckOverflowOps
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h202 bool VisitForStmt(clang::ForStmt *F);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DLoopConvertUtils.h197 bool VisitForStmt(clang::ForStmt *F);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp248 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon05b2a8350211::CheckOverflowOps

1234567891011