Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h75 uintptr_t AlignedP = in allocArray() local
77 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()
78 size_t Adjustment = AlignedP - P; in allocArray()
94 uintptr_t AlignedP = in alloc() local
96 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
97 size_t Adjustment = AlignedP - P; in alloc()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp66 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local
68 memset(AlignedP, 'A', Size); in testSecondaryBasic()
139 void *AlignedP = reinterpret_cast<void *>( in TEST_F() local
141 memset(AlignedP, 0xff, UserSize); in TEST_F()