Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h77 uintptr_t AlignedP = in allocArray() local
79 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()
80 size_t Adjustment = AlignedP - P; in allocArray()
96 uintptr_t AlignedP = in alloc() local
98 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
99 size_t Adjustment = AlignedP - P; in alloc()
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h77 uintptr_t AlignedP = in allocArray() local
79 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()
80 size_t Adjustment = AlignedP - P; in allocArray()
96 uintptr_t AlignedP = in alloc() local
98 uint8_t *PP = (uint8_t *)AlignedP; in alloc()
99 size_t Adjustment = AlignedP - P; in alloc()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dsecondary_test.cpp39 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local
41 memset(AlignedP, 'A', Size); in testSecondaryBasic()
87 void *AlignedP = reinterpret_cast<void *>( in TEST() local
89 memset(AlignedP, 0xff, UserSize); in TEST()
/external/scudo/standalone/tests/
Dsecondary_test.cpp42 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local
44 memset(AlignedP, 'A', Size); in testSecondaryBasic()
105 void *AlignedP = reinterpret_cast<void *>( in TEST() local
107 memset(AlignedP, 0xff, UserSize); in TEST()