HomeSort by relevance Sort by last modified time
    Searched refs:ProfileRegion (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 42 RegionTy::ProfileRegion(ID, a1, superRegion);
60 RegionTy::ProfileRegion(ID, a1, superRegion);
81 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
100 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
119 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion);
257 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
265 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
273 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
282 ProfileRegion(ID, Ex, Cnt, superRegion);
286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 452 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
550 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FunctionDecl *FD,
591 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
668 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *,
701 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
721 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
738 ProfileRegion(ID, Str, superRegion);
757 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
772 ProfileRegion(ID, Str, superRegion);
793 static void ProfileRegion(llvm::FoldingSetNodeID& ID
    [all...]

Completed in 152 milliseconds