HomeSort by relevance Sort by last modified time
    Searched refs:nullptr_t (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxxabi/test/
catch_reference_nullptr.pass.cpp 30 using nullptr_t = decltype(nullptr);
32 // A reference to nullptr_t can catch nullptr.
33 catch_nullptr_test<nullptr_t, true>();
34 catch_nullptr_test<const nullptr_t, true>();
35 catch_nullptr_test<volatile nullptr_t, true>();
36 catch_nullptr_test<const volatile nullptr_t, true>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_reference_nullptr.pass.cpp 30 using nullptr_t = decltype(nullptr);
32 // A reference to nullptr_t can catch nullptr.
33 catch_nullptr_test<nullptr_t, true>();
34 catch_nullptr_test<const nullptr_t, true>();
35 catch_nullptr_test<volatile nullptr_t, true>();
36 catch_nullptr_test<const volatile nullptr_t, true>();
  /external/clang/test/CodeGenCXX/
nullptr.cpp 12 typedef decltype(nullptr) nullptr_t; typedef
14 nullptr_t get_nullptr();
23 return typeid(nullptr_t);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 4 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
13 constexpr std::nullptr_t get_nullptr() { return nullptr; }
15 constexpr std::nullptr_t np = nullptr;
17 std::nullptr_t nonconst_np; // expected-note{{declared here}}
27 IP<nonconst_np> ip5; // expected-error{{non-type template argument of type 'std::nullptr_t' (aka 'nullptr_t') is not a constant expression}} \
58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}}
65 NP<0> np4; // expected-error{{null non-type template argument must be cast to template parameter type 'std::nullptr_t' (aka 'nullptr_t')}}
67 NP<i> np5; // expected-error{{non-type template argument of type 'const int' cannot be converted to a value of type 'std::nullptr_t'}}
    [all...]
  /external/libcxx/test/std/language.support/support.types/
nullptr_t.pass.cpp 16 // typedef decltype(nullptr) nullptr_t;
20 A(std::nullptr_t) {}
80 static_assert(sizeof(std::nullptr_t) == sizeof(void*),
81 "sizeof(std::nullptr_t) == sizeof(void*)");
84 test_conversions<std::nullptr_t>();
93 static_assert(!has_less<std::nullptr_t>::value, "");
99 // static_assert(!has_less<std::nullptr_t>::value, "");
101 test_comparisons<std::nullptr_t>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
nullptr_t.pass.cpp 16 // typedef decltype(nullptr) nullptr_t;
20 A(std::nullptr_t) {}
80 static_assert(sizeof(std::nullptr_t) == sizeof(void*),
81 "sizeof(std::nullptr_t) == sizeof(void*)");
84 test_conversions<std::nullptr_t>();
93 static_assert(!has_less<std::nullptr_t>::value, "");
99 // static_assert(!has_less<std::nullptr_t>::value, "");
101 test_comparisons<std::nullptr_t>();
  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/
equal.pass.cpp 23 using std::nullptr_t;
29 constexpr bool operator==(const X &, const nullptr_t &) {
33 constexpr bool operator==(const nullptr_t &, const X &) {
not_equal.pass.cpp 23 using std::nullptr_t;
29 constexpr bool operator!=(const X &, const nullptr_t &) {
33 constexpr bool operator!=(const nullptr_t &, const X &) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/
equal.pass.cpp 23 using std::nullptr_t;
29 constexpr bool operator==(const X &, const nullptr_t &) {
33 constexpr bool operator==(const nullptr_t &, const X &) {
not_equal.pass.cpp 23 using std::nullptr_t;
29 constexpr bool operator!=(const X &, const nullptr_t &) {
33 constexpr bool operator!=(const nullptr_t &, const X &) {
  /frameworks/ml/nn/runtime/
VersionedIDevice.h 166 bool operator!=(nullptr_t);
174 bool operator==(nullptr_t);
  /external/gemmlowp/profiling/
pthread_everywhere.h 37 // structs; ours take nullptr_t. That is because gemmlowp always passes
48 inline void pthread_create(pthread_t *thread, std::nullptr_t,
52 inline void pthread_join(pthread_t thread, std::nullptr_t) { thread->join(); }
53 inline void pthread_mutex_init(pthread_mutex_t *mutex, std::nullptr_t) {
59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) {
  /external/libcxx/include/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stddef.h 36 nullptr_t
52 using std::nullptr_t;

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>