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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 178 const Expr &getCall() const {
240 return getStatusFor(Index).getCall();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1400 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx))
1414 // All other cases are handled by getCall.
1444 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 160 const CallBase *getCall() const {
213 MLOC.getCall()->getCalledOperand()));
215 for (const Value *Arg : MLOC.getCall()->args())

Completed in 27 milliseconds