Searched refs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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() 264 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 292 ProfileRegion(ID, getDecl(), superRegion); in Profile() 304 ProfileRegion(ID, getDecl(), superRegion); in Profile() 316 ProfileRegion(ID, getDecl(), superRegion); in Profile() 363 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion); in Profile() 402 ProfileRegion(ID, Ex, getSuperRegion()); in Profile() 416 ProfileRegion(ID, Ex, ExD, getSuperRegion()); in Profile() 429 ProfileRegion(ID, getDecl(), isVirtual(), superRegion); in Profile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 487 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, 812 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 834 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 847 ProfileRegion(ID, Str, superRegion); in Profile() 869 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 882 ProfileRegion(ID, Str, superRegion); in Profile() 908 static void ProfileRegion(llvm::FoldingSetNodeID& ID, 1041 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, 1080 static void ProfileRegion(llvm::FoldingSetNodeID &ID, 1244 static void ProfileRegion(llvm::FoldingSetNodeID &ID, [all …]
|