Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp131 bool CallEvent::hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const { in hasNonNullArgumentsWithType() function in CallEvent
155 return hasNonNullArgumentsWithType(isCallback); in hasNonZeroCallbackArg()
159 return hasNonNullArgumentsWithType(isVoidPointerToNonConst); in hasVoidPointerToNonConstArg()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h323 bool hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const;