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.h283 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp68 return getStateManager().Alloc.identifyKnownAlignedObject<ProgramState>(this); in getID()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp371 return Context.getAllocator().identifyKnownAlignedObject<Stmt>(this); in getID()
H A DDeclBase.cpp1201 return getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this); in getID()
H A DDeclCXX.cpp2879 .identifyKnownAlignedObject<CXXCtorInitializer>(this); in getID()