Searched defs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 257 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion 265 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCStringRegion 273 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 289 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion 297 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion 309 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCIvarRegion 315 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D, in ProfileRegion() function in DeclRegion 330 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, in ProfileRegion() function in SymbolicRegion 341 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ElementRegion 354 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in FunctionTextRegion [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 841 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl *VD, in ProfileRegion() function 914 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FieldDecl *FD, in ProfileRegion() function
|