Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h76 uintptr_t AlignedP = in allocArray() local
78 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()
79 size_t Adjustment = AlignedP - P; in allocArray()
95 uintptr_t AlignedP = in alloc() local
97 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
98 size_t Adjustment = AlignedP - P; in alloc()