Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp87 bool CallEvent::hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const { in hasNonNullArgumentsWithType() function in CallEvent
114 return hasNonNullArgumentsWithType(isCallback); in hasNonZeroCallbackArg()
118 return hasNonNullArgumentsWithType(isVoidPointerToNonConst); in hasVoidPointerToNonConstArg()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h291 bool hasNonNullArgumentsWithType(bool (*Condition)(QualType)) const;