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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp 622 Template->setRetEffect(RetEffect::MakeNoRet());
987 Template->setRetEffect(*RetE);
1014 Template->setRetEffect(*RetE);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 333 /// setRetEffect - Set the effect of the return value of the call.
334 void setRetEffect(RetEffect E) { Ret = E; }

Completed in 15 milliseconds