Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
100 uintptr_t AlignedP = in alloc() local
102 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
103 size_t Adjustment = AlignedP - P; in alloc()