Home
last modified time | relevance | path

Searched defs:ProfileRegion (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp244 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in StringRegion
252 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion
268 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion
276 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion
288 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl* D, in ProfileRegion() function in DeclRegion
303 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, in ProfileRegion() function in SymbolicRegion
314 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ElementRegion
327 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in FunctionTextRegion
338 void BlockTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in BlockTextRegion
350 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in BlockDataRegion
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h666 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl* VD, in ProfileRegion() function
739 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FieldDecl* FD, in ProfileRegion() function
756 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl* ivd, in ProfileRegion() function