Home
last modified time | relevance | path

Searched defs:alignAddr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp22 inline uintptr_t alignAddr(const void *Addr, size_t Alignment) { in alignAddr() function
/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h187 inline uintptr_t alignAddr(const void *Addr, Align Alignment) { in alignAddr() function