Searched refs:intptr_t (Results 1 – 2 of 2) sorted by relevance
70 intptr_t ret = 0; in hash()72 ret ^= reinterpret_cast<intptr_t>(callers_[n]); in hash()84 int diff = reinterpret_cast<intptr_t>(callers_[n]) in cmp()85 - reinterpret_cast<intptr_t>(bt.callers_[n]); in cmp()
115 typedef signed __int64 intptr_t; typedef118 typedef _W64 signed int intptr_t; typedef