Home
last modified time | relevance | path

Searched refs:isAssignmentOperator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp100 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp197 binaryOperator(isAssignmentOperator(), hasLHS(equalsNode(Exp))); in findDirectMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp338 REGISTER_MATCHER(isAssignmentOperator); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp318 bool isAssignmentOperator(OverloadedOperatorKind OK);
610 if (isAssignmentOperator(Op)) { in checkPostCall()
1827 bool isAssignmentOperator(OverloadedOperatorKind OK) { return OK == OO_Equal; } in isAssignmentOperator() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4353 AST_POLYMORPHIC_MATCHER(isAssignmentOperator, in AST_POLYMORPHIC_MATCHER() argument