Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h81 uintptr_t AlignedP = in allocArray() local
83 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()
84 size_t Adjustment = AlignedP - P; in allocArray()
101 uintptr_t AlignedP = in alloc() local
103 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
104 size_t Adjustment = AlignedP - P; in alloc()