OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lhs_uint
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/comparisons/
pointer_comparison_test_helper.hpp
31
std::uintptr_t
lhs_uint
= reinterpret_cast<std::uintptr_t>(lhs);
local
33
assert(comp(lhs, rhs) == ucomp(
lhs_uint
, rhs_uint));
34
assert(vcomp(lhs, rhs) == ucomp(
lhs_uint
, rhs_uint));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
pointer_comparison_test_helper.hpp
31
std::uintptr_t
lhs_uint
= reinterpret_cast<std::uintptr_t>(lhs);
local
33
assert(comp(lhs, rhs) == ucomp(
lhs_uint
, rhs_uint));
34
assert(vcomp(lhs, rhs) == ucomp(
lhs_uint
, rhs_uint));
Completed in 108 milliseconds