| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | IntegerDivisionCheck.cpp | 29 anyOf(BinaryOperators, conditionalOperator(), binaryConditionalOperator(), in registerMatchers()
|
| H A D | AssertSideEffectCheck.cpp | 104 anyOf(conditionalOperator(ConditionWithSideEffect), in registerMatchers()
|
| H A D | SuspiciousStringCompareCheck.cpp | 102 const auto MacroStringCompareCallExpr = conditionalOperator(anyOf( in registerMatchers()
|
| H A D | DanglingHandleCheck.cpp | 41 conditionalOperator(hasTrueExpression(cxxBindTemporaryExpr()), in handleFromTemporaryValue()
|
| H A D | BranchCloneCheck.cpp | 79 Finder->addMatcher(conditionalOperator().bind("condOp"), this); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProBoundsArrayToPointerDecayCheck.cpp | 64 unless(hasSourceExpression(ignoringParens(conditionalOperator( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseBoolLiteralsCheck.cpp | 42 conditionalOperator( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantSmartptrGetCheck.cpp | 85 Finder->addMatcher(conditionalOperator(hasCondition(CallToGetAsBool)), in registerMatchersForGetArrowStart()
|
| H A D | ContainerSizeEmptyCheck.cpp | 68 conditionalOperator) in AST_MATCHER()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | StaticAssertCheck.cpp | 63 Finder->addMatcher(conditionalOperator(hasCondition(Condition), in registerMatchers()
|
| H A D | RedundantExpressionCheck.cpp | 896 conditionalOperator(expressionsAreEquivalent(), in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringCallbacksTest.cpp | 71 conditionalOperator(hasCondition(cxxBoolLiteral(equals(false))), in TEST()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 301 conditionalOperator(allOf( in checkASTCodeBody()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 551 stmt(anyOf(ifStmt(), switchStmt(), conditionalOperator(), AssertLikeM, in hasUnguardedAccess()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 66 auto const ConditionalOperator = conditionalOperator(anyOf( in AST_MATCHER_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 172 REGISTER_MATCHER(conditionalOperator); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1095 conditionalOperator(hasCondition(cxxBoolLiteral(equals(true))), in TEST_P() 1103 conditionalOperator(hasFalseExpression(cxxBoolLiteral(equals(false)))); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 955 conditionalOperator; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2509 conditionalOperator;
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 460 functionDecl(hasDescendant(conditionalOperator( in TEST_P()
|