Home
last modified time | relevance | path

Searched refs:explicitCastExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp126 auto ExplicitCast = explicitCastExpr(anyOf(MatchExprPtr, MatchExprRefTypeDef, in checkASTCodeBody()
171 explicitCastExpr(anyOf(MatchExprPtrUnrelatedTypes, in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp314 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody()
318 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp541 explicitCastExpr(hasDestinationType( in findCastMutation()
552 anyOf(explicitCastExpr(hasDestinationType( in findCastMutation()
782 explicitCastExpr(hasSourceExpression(canResolveToExprPointee(Exp)), in findPointeeToNonConst()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp246 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1015 explicitCastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2783 explicitCastExpr;