Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp113 bool CallEvent::hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const { in hasNonNullArgumentsWithType() function in CallEvent
137 return hasNonNullArgumentsWithType(isCallback); in hasNonZeroCallbackArg()
141 return hasNonNullArgumentsWithType(isVoidPointerToNonConst); in hasVoidPointerToNonConstArg()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h311 bool hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const;