Searched refs:binaryOperation (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/ |
| H A D | MutatingCopyCheck.cpp | 33 TK_AsIs, binaryOperation(hasOperatorName("="), hasLHS(IsPartOfSource)) in registerMatchers() 42 binaryOperation(isAssignmentOperator(), hasLHS(IsPartOfSelf)); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | UnhandledSelfAssignmentCheck.cpp | 44 binaryOperation(hasAnyOperatorName("==", "!="), in registerMatchers()
|
| H A D | UseAfterMoveCheck.cpp | 320 binaryOperation(hasOperatorName("="), hasLHS(DeclRefMatcher)), in getReinits()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseEqualsDefaultCheck.cpp | 187 compoundStmt(has(ignoringParenImpCasts(binaryOperation( in isCopyAssignmentAndCanBeDefaulted()
|
| H A D | LoopConvertCheck.cpp | 203 hasCondition(ignoringImplicit(binaryOperation( in makeIteratorLoopMatcher()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 167 binaryOperation(hasAnyOperatorName("==", "!="), in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 698 binaryOperation( in TEST_P() 706 binaryOperation( in TEST_P() 714 binaryOperation( in TEST_P() 722 binaryOperation( in TEST_P() 771 binaryOperation(hasOperatorName("!="), in TEST_P() 781 binaryOperation(hasOperatorName("!="), in TEST_P()
|
| H A D | ASTMatchersTraversalTest.cpp | 4356 binaryOperation( in TEST() 4372 traverse(TK_AsIs, binaryOperation(hasOperatorName("!="), in TEST() 4380 traverse(TK_AsIs, binaryOperation(hasOperatorName("=="), in TEST() 4388 traverse(TK_AsIs, binaryOperation(hasOperatorName("=="), in TEST() 4397 binaryOperation( in TEST() 4410 binaryOperation(hasOperatorName("!="), in TEST() 4418 binaryOperation(hasOperatorName("=="), in TEST() 4426 binaryOperation(hasOperatorName("=="), in TEST()
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 163 return binaryOperation(hasOperatorName("!="), in isValueOrNotEqX()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 149 REGISTER_MATCHER(binaryOperation); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 951 binaryOperation; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2900 binaryOperation;
|