Home
last modified time | relevance | path

Searched refs:ifStmt (Results 251 – 275 of 738) sorted by relevance

1...<<11121314151617181920>>...30

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp43 ifStmt(hasCondition( in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp43 ifStmt(hasCondition( in registerMatchers()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp43 ifStmt(hasCondition(anyOf(PointerCondition, BinaryPointerCheckCondition)), in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp43 ifStmt(hasCondition(anyOf(PointerCondition, BinaryPointerCheckCondition)), in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp43 ifStmt(hasCondition( in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2006 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3166 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4065 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4797 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4800 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4806 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4906 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5087 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5148 compoundStmt(hasParent(ifStmt())))); in TEST()
5151 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DMustUseChecker.cpp15 AstMatcher->addMatcher(ifStmt().bind("if"), this); in registerMatchers()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DMustUseChecker.cpp15 AstMatcher->addMatcher(ifStmt().bind("if"), this); in registerMatchers()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DMustUseChecker.cpp15 AstMatcher->addMatcher(ifStmt().bind("if"), this); in registerMatchers()
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DMustUseChecker.cpp15 AstMatcher->addMatcher(ifStmt().bind("if"), this); in registerMatchers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedvarsglobal.cxx394 bool UnusedVarsGlobal::TraverseIfStmt(IfStmt* ifStmt) in TraverseIfStmt() argument
397 Expr const* cond = ifStmt->getCond()->IgnoreParenImpCasts(); in TraverseIfStmt()
416 bool ret = RecursiveASTVisitor::TraverseIfStmt(ifStmt); in TraverseIfStmt()
490 else if (auto ifStmt = dyn_cast<IfStmt>(parent)) in checkIfReadFrom() local
492 bPotentiallyReadFrom = ifStmt->getCond() == child; in checkIfReadFrom()
H A Dconstfields.cxx322 bool ConstFields::TraverseIfStmt(IfStmt* ifStmt) in TraverseIfStmt() argument
325 Expr const* cond = ifStmt->getCond()->IgnoreParenImpCasts(); in TraverseIfStmt()
331 bool ret = RecursiveASTVisitor::TraverseIfStmt(ifStmt); in TraverseIfStmt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstfields.cxx315 bool ConstFields::TraverseIfStmt(IfStmt* ifStmt) in TraverseIfStmt() argument
318 Expr const* cond = ifStmt->getCond()->IgnoreParenImpCasts(); in TraverseIfStmt()
324 bool ret = RecursiveASTVisitor::TraverseIfStmt(ifStmt); in TraverseIfStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp153 ifStmt(eachOf(hasThen(MatchedCallExpr), hasElse(MatchedCallExpr))); in registerMatchers()
H A DBoolPointerImplicitConversionCheck.cpp23 ifStmt( in registerMatchers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp70 ifStmt(eachOf(hasThen(MatchedCallExpr), hasElse(MatchedCallExpr))); in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp153 ifStmt(eachOf(hasThen(MatchedCallExpr), hasElse(MatchedCallExpr))); in registerMatchers()
H A DBoolPointerImplicitConversionCheck.cpp23 ifStmt( in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp153 ifStmt(eachOf(hasThen(MatchedCallExpr), hasElse(MatchedCallExpr))); in registerMatchers()
H A DBoolPointerImplicitConversionCheck.cpp23 ifStmt( in registerMatchers()

1...<<11121314151617181920>>...30