Home
last modified time | relevance | path

Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp70 RegionTy::ProfileRegion(ID, arg1, superRegion); in getSubRegion()
87 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion); in getSubRegion()
106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion); in getSubRegion()
225 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in StringRegion
233 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion
241 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion
251 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile()
255 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
258 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion
266 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h480 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
581 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
633 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
683 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockCodeRegion *,
777 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
799 static void ProfileRegion(llvm::FoldingSetNodeID &ID,
811 ProfileRegion(ID, Str, superRegion); in Profile()
833 static void ProfileRegion(llvm::FoldingSetNodeID &ID,
845 ProfileRegion(ID, Str, superRegion); in Profile()
871 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
[all …]