Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h302 bool hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const;