Searched refs:intptr_t (Results 1 – 5 of 5) sorted by relevance
70 typedef __intptr_t intptr_t; typedef
351 typedef _Atomic(intptr_t) atomic_intptr_t;
150 if (reinterpret_cast<intptr_t>(got[g]) < 0) { in mips_relocate_got()
109 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()
1225 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()