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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp 208 else if (getAs<PostAllocatorCall>())
209 Out << "PostAllocatorCall";
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 614 class PostAllocatorCall : public StmtPoint {
616 PostAllocatorCall(const Stmt *S, const LocationContext *L,
622 PostAllocatorCall() = default;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 190 Loc.getAs<PostAllocatorCall>());
CheckerManager.cpp 525 PostAllocatorCall(Call.getOriginExpr(), Pred->getLocationContext());

Completed in 19 milliseconds