Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp490 explicitCastExpr(hasDestinationType( in findCastMutation()
501 anyOf(explicitCastExpr(hasDestinationType( in findCastMutation()
H A DUnsafeBufferUsage.cpp1014 explicitCastExpr(anyOf(has(callExpr), has(parenExpr(has(callExpr))))) in lookup()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp245 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp984 explicitCastExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2713 explicitCastExpr;