Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/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() 254 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 282 ProfileRegion(ID, getDecl(), superRegion); in Profile() 294 ProfileRegion(ID, getDecl(), superRegion); in Profile() 306 ProfileRegion(ID, getDecl(), superRegion); in Profile() 353 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion); in Profile() 392 ProfileRegion(ID, Ex, getSuperRegion()); in Profile() 405 ProfileRegion(ID, getDecl(), isVirtual(), superRegion); in Profile() 416 ProfileRegion(ID, getDecl(), superRegion); in Profile() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 488 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 795 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 817 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 830 ProfileRegion(ID, Str, superRegion); in Profile() 852 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 865 ProfileRegion(ID, Str, superRegion); in Profile() 891 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 977 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const VarDecl *VD, 1024 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, 1063 static void ProfileRegion(llvm::FoldingSetNodeID &ID, [all …]
|