Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 72 RegionTy::ProfileRegion(ID, arg1, superRegion); in getSubRegion() 88 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion); in getSubRegion() 106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion); in getSubRegion() 238 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in StringRegion 246 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion 254 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 264 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 268 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile() 271 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion 279 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 492 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 594 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD, 646 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD, 699 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockCodeRegion *, 817 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 839 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 852 ProfileRegion(ID, Str, superRegion); in Profile() 874 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 887 ProfileRegion(ID, Str, superRegion); in Profile() 913 static void ProfileRegion(llvm::FoldingSetNodeID& ID, [all …]
|