Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp225 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in StringRegion
233 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion
241 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion
258 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion
266 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion
282 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCIvarRegion
294 void NonParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in NonParamVarRegion
306 void ParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, in ProfileRegion() function in ParamVarRegion
318 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, in ProfileRegion() function in SymbolicRegion
329 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ElementRegion
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1062 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const FieldDecl *FD, in ProfileRegion() function