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