HomeSort by relevance Sort by last modified time
    Searched refs:bit_zero (Results 26 - 47 of 47) sorted by null

12

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_default_constructible.pass.cpp 40 struct bit_zero struct
63 test_is_nothrow_default_constructible<bit_zero>();
is_trivially_default_constructible.pass.cpp 45 struct bit_zero struct
75 test_is_trivially_default_constructible<bit_zero>();
is_trivially_destructible.pass.cpp 45 struct bit_zero struct
82 test_is_trivially_destructible<bit_zero>();
is_trivially_move_constructible.pass.cpp 40 struct bit_zero struct
83 test_is_trivially_move_constructible<bit_zero>();
is_default_constructible.pass.cpp 51 struct bit_zero struct
83 test_is_default_constructible<bit_zero>();
is_nothrow_destructible.pass.cpp 45 struct bit_zero struct
89 test_is_nothrow_destructible<bit_zero>();
is_polymorphic.pass.cpp 45 struct bit_zero struct
75 test_is_not_polymorphic<bit_zero>();
is_destructible.pass.cpp 43 struct bit_zero struct
91 test_is_destructible<bit_zero>();
is_nothrow_constructible.pass.cpp 58 struct bit_zero struct
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
has_virtual_destructor.pass.cpp 45 struct bit_zero struct
73 test_has_not_virtual_destructor<bit_zero>();
is_abstract.pass.cpp 45 struct bit_zero struct
67 test_is_not_abstract<bit_zero>();
is_default_constructible.pass.cpp 46 struct bit_zero struct
78 test_is_default_constructible<bit_zero>();
is_destructible.pass.cpp 45 struct bit_zero struct
73 test_is_destructible<bit_zero>();
is_empty.pass.cpp 45 struct bit_zero struct
64 test_is_empty<bit_zero>();
is_nothrow_default_constructible.pass.cpp 40 struct bit_zero struct
63 test_is_nothrow_default_constructible<bit_zero>();
is_trivially_default_constructible.pass.cpp 45 struct bit_zero struct
75 test_is_trivially_default_constructible<bit_zero>();
is_trivially_destructible.pass.cpp 45 struct bit_zero struct
76 test_is_trivially_destructible<bit_zero>();
is_trivially_move_constructible.pass.cpp 40 struct bit_zero struct
83 test_is_trivially_move_constructible<bit_zero>();
is_nothrow_destructible.pass.cpp 45 struct bit_zero struct
83 test_is_nothrow_destructible<bit_zero>();
is_polymorphic.pass.cpp 45 struct bit_zero struct
75 test_is_not_polymorphic<bit_zero>();
is_nothrow_constructible.pass.cpp 58 struct bit_zero struct
  /external/vixl/src/vixl/a64/
simulator-a64.cc 876 bool bit_zero = ((xreg(instr->Rt()) >> bit_pos) & 1) == 0;
879 case TBZ: take_branch = bit_zero; break;
880 case TBNZ: take_branch = !bit_zero; break;
    [all...]

Completed in 590 milliseconds

12