Home
last modified time | relevance | path

Searched refs:identifyKnownAlignedObject (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp287 return G->getAllocator().identifyKnownAlignedObject<ExplodedNode>(this); in getID()
H A DProgramState.cpp73 return getStateManager().Alloc.identifyKnownAlignedObject<ProgramState>(this); in getID()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h335 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp314 return Context.getAllocator().identifyKnownAlignedObject<Stmt>(this); in getID()
H A DDeclBase.cpp958 return getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this); in getID()
H A DDeclCXX.cpp2256 .identifyKnownAlignedObject<CXXCtorInitializer>(this); in getID()