Searched defs:IntPtrLessThan (Results 1 – 2 of 2) sorted by relevance
26 inline bool IntPtrLessThan(intptr_t a, intptr_t b) { return a < b; } in IntPtrLessThan() function
70 inline Value<bool> IntPtrLessThan(d::MemoryAccessor accessor, intptr_t a, in IntPtrLessThan() function