Home
last modified time | relevance | path

Searched defs:isCalled (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp323 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h270 bool isCalled(const FirstCallDesc &First, const CallDescs &... Rest) const { in isCalled() function