Home
last modified time | relevance | path

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

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