Home
last modified time | relevance | path

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

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