Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp42 RegionTy::ProfileRegion(ID, a1, superRegion); in getRegion()
60 RegionTy::ProfileRegion(ID, a1, superRegion); in getSubRegion()
80 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getRegion()
98 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getSubRegion()
116 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion); in getSubRegion()
258 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion
266 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCStringRegion
274 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion
284 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile()
288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h461 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
571 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
612 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
689 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockCodeRegion *,
725 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
745 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
762 ProfileRegion(ID, Str, superRegion); in Profile()
781 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
796 ProfileRegion(ID, Str, superRegion); in Profile()
817 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
[all …]