Home
last modified time | relevance | path

Searched refs:binaryOperation (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DMutatingCopyCheck.cpp33 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 DUnhandledSelfAssignmentCheck.cpp44 binaryOperation(hasAnyOperatorName("==", "!="), in registerMatchers()
H A DUseAfterMoveCheck.cpp320 binaryOperation(hasOperatorName("="), hasLHS(DeclRefMatcher)), in getReinits()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp187 compoundStmt(has(ignoringParenImpCasts(binaryOperation( in isCopyAssignmentAndCanBeDefaulted()
H A DLoopConvertCheck.cpp203 hasCondition(ignoringImplicit(binaryOperation( in makeIteratorLoopMatcher()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp167 binaryOperation(hasAnyOperatorName("==", "!="), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp698 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 DASTMatchersTraversalTest.cpp4356 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 DUncheckedOptionalAccessModel.cpp163 return binaryOperation(hasOperatorName("!="), in isValueOrNotEqX()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp149 REGISTER_MATCHER(binaryOperation); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp951 binaryOperation; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2900 binaryOperation;