Home
last modified time | relevance | path

Searched refs:hasNonNullArgumentsWithType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp114 bool CallEvent::hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const { in hasNonNullArgumentsWithType() function in CallEvent
138 return hasNonNullArgumentsWithType(isCallback); in hasNonZeroCallbackArg()
142 return hasNonNullArgumentsWithType(isVoidPointerToNonConst); in hasVoidPointerToNonConstArg()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h301 bool hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const;