Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DAllocator.h270 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp72 return getStateManager().Alloc.identifyKnownAlignedObject<ProgramState>(this); in getID()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclBase.cpp1002 return getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this); in getID()
DStmt.cpp361 return Context.getAllocator().identifyKnownAlignedObject<Stmt>(this); in getID()
DDeclCXX.cpp2527 .identifyKnownAlignedObject<CXXCtorInitializer>(this); in getID()