Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 42 RegionTy::ProfileRegion(ID, a1, superRegion); in getRegion() 60 RegionTy::ProfileRegion(ID, a1, superRegion); in getSubRegion() 81 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getRegion() 100 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getSubRegion() 119 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion); in getSubRegion() 257 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion 265 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCStringRegion 273 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 282 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 425 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 521 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FunctionDecl *FD, 562 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD, 624 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *, 657 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 677 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 694 ProfileRegion(ID, Str, superRegion); in Profile() 713 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 728 ProfileRegion(ID, Str, superRegion); in Profile() 749 static void ProfileRegion(llvm::FoldingSetNodeID& ID, [all …]
|