Searched defs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 246 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion 254 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in AllocaRegion 279 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CXXThisRegion 238 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in StringRegion 271 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in CompoundLiteralRegion 295 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in ObjCIvarRegion 307 void NonParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in NonParamVarRegion 319 void ParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, ProfileRegion() function in ParamVarRegion 331 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, ProfileRegion() function in SymbolicRegion 342 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in ElementRegion 355 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in FunctionCodeRegion 366 void BlockCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in BlockCodeRegion 378 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, ProfileRegion() function in BlockDataRegion 394 void CXXTempObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in CXXTempObjectRegion 405 void CXXLifetimeExtendedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in CXXLifetimeExtendedObjectRegion 419 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in CXXBaseObjectRegion 432 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, ProfileRegion() function in CXXDerivedObjectRegion [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1116 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const FieldDecl *FD, ProfileRegion() function [all...] |