Searched defs:pint (Results 1 – 8 of 8) sorted by relevance
58 # define TEST_TAKES_INT_BY_PTR(cmd, pint) \ argument64 # define TEST_RETURNS_INT_BY_PTR(cmd, pint) \ argument
5 typedef int *pint; typedef
59 std::uintptr_t pint = reinterpret_cast<std::uintptr_t>(p); in main() local
61 std::uintptr_t pint = reinterpret_cast<std::uintptr_t>(p); in main() local
4 int * pint; field
261 static void pint(const char *tag, int v) in pint() function