Searched defs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 258 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion 266 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCStringRegion 274 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion 291 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion 299 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion 311 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCIvarRegion 317 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D, in ProfileRegion() function in DeclRegion 332 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, in ProfileRegion() function in SymbolicRegion 343 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ElementRegion 356 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in FunctionCodeRegion [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 865 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl *VD, in ProfileRegion() function 939 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FieldDecl *FD, in ProfileRegion() function
|