Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 71 RegionTy::ProfileRegion(ID, arg1, superRegion); in getSubRegion() 88 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion); in getSubRegion() 107 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion); in getSubRegion() 228 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in StringRegion 236 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion 244 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 254 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 258 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile() 261 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion 269 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 488 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 590 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD, 642 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD, 695 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockCodeRegion *, 807 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 829 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 842 ProfileRegion(ID, Str, superRegion); in Profile() 864 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 877 ProfileRegion(ID, Str, superRegion); in Profile() 903 static void ProfileRegion(llvm::FoldingSetNodeID& ID, [all …]
|