Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 43 RegionTy::ProfileRegion(ID, a1, superRegion); in getRegion() 61 RegionTy::ProfileRegion(ID, a1, superRegion); in getSubRegion() 82 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getRegion() 101 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getSubRegion() 120 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion); in getSubRegion() 262 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion 270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCStringRegion 278 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 288 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 465 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 575 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD, 616 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD, 693 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *, 729 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 749 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 766 ProfileRegion(ID, Str, superRegion); in Profile() 785 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 800 ProfileRegion(ID, Str, superRegion); in Profile() 821 static void ProfileRegion(llvm::FoldingSetNodeID& ID, [all …]
|