Home
last modified time | relevance | path

Searched refs:ignoringParenImpCasts (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNumberObjectConversionChecker.cpp199 auto CSuspiciousNumberObjectExprM = expr(ignoringParenImpCasts( in checkASTCodeBody()
207 expr(ignoringParenImpCasts( in checkASTCodeBody()
219 expr(ignoringParenImpCasts( in checkASTCodeBody()
264 expr(ignoringParenImpCasts(expr(hasType(SuspiciousScalarTypeM)))); in checkASTCodeBody()
279 ignoringParenImpCasts( in checkASTCodeBody()
HDObjCAutoreleaseWriteChecker.cpp187 ignoringParenImpCasts(ReferencedParamM)) in checkASTCodeBody()
193 ignoringParenImpCasts(ReferencedParamM)); in checkASTCodeBody()
HDGCDAntipatternChecker.cpp65 return hasLHS(ignoringParenImpCasts( in bindAssignmentToDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp91 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()
95 ignoringParenImpCasts(integerLiteral().bind("boundNum")))) in simpleCondition()
103 hasUnaryOperand(ignoringParenImpCasts( in changeIntBoundNode()
106 hasLHS(ignoringParenImpCasts( in changeIntBoundNode()
151 varDecl(allOf(hasInitializer(ignoringParenImpCasts( in forLoopMatcher()
156 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
HDBugReporterVisitors.cpp624 hasLHS(ignoringParenImpCasts( in potentiallyWritesIntoIvar()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.cpp577 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()
617 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()
656 hasBase(ignoringParenImpCasts( in matcher()
853 hasRHS(ignoringParenImpCasts( in matcher()
902 hasRHS(ignoringParenImpCasts( in matcher()
1051 ignoringParenImpCasts(declRefExpr(ArrayOrPtr, toSupportedVariable()))); in matcher()
1092 auto target = expr(ignoringParenImpCasts( in matcher()
1127 has(expr(ignoringParenImpCasts( in matcher()
1169 ignoringParenImpCasts(declRefExpr(toSupportedVariable())))))) in matcher()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
HDUncheckedOptionalAccessModel.cpp694 auto SmartPtrUse = expr(ignoringParenImpCasts(cxxOperatorCallExpr( in ignorableOptional()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp390 REGISTER_MATCHER(ignoringParenImpCasts); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h970 AST_MATCHER_P(Expr, ignoringParenImpCasts, in AST_MATCHER_P() argument