Home
last modified time | relevance | path

Searched refs:hasEitherOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp289 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody()
290 hasEitherOperand(SuspiciousScalarExprM in checkASTCodeBody()
297 hasEitherOperand(SuspiciousNumberObjectExprM), in checkASTCodeBody()
298 hasEitherOperand(SuspiciousScalarExprM))) in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp87 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()
89 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp266 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4391 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function