HomeSort by: relevance | last modified time | path
    Searched defs:isCalled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 265 bool isCalled(const CallDescription &CD) const;
270 bool isCalled(const FirstCallDesc &First, const CallDescs &... Rest) const {
271 return isCalled(First) || isCalled(Rest...);
1314 if (Call.isCalled(I.first))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 323 bool CallEvent::isCalled(const CallDescription &CD) const {

Completed in 27 milliseconds