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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/wtf/
NullPtr.h 31 // nullptr_t type and nullptr object. They are defined in the same namespaces they
38 // libstdc++ supports nullptr_t starting with gcc 4.6. STLport doesn't define it.
41 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
48 class nullptr_t {
50 // Required in order to create const nullptr_t objects without an
53 // const std::nullptr_t nullptr;
54 nullptr_t() { }
65 WTF_EXPORT extern const std::nullptr_t nullptr;
  /external/clang/test/CodeGenCXX/
nullptr.cpp 12 typedef decltype(nullptr) nullptr_t; typedef
14 nullptr_t get_nullptr();
23 return typeid(nullptr_t);
mangle-ms-cxx11.cpp 13 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef in namespace:std
14 void Null(std::nullptr_t) {}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
83 using ::std::nullptr_t;
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
83 using ::std::nullptr_t;
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
83 using ::std::nullptr_t;
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
83 using ::std::nullptr_t;
  /external/clang/lib/Headers/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
106 using ::std::nullptr_t;
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 125 typedef decltype(nullptr) nullptr_t; typedef in namespace:PR14281_part2
126 template <class P, nullptr_t> struct A;
128 template <template <class, nullptr_t> class S, class T> struct A<S<T, nullptr>, nullptr> {
131 template <class T, nullptr_t i> struct B {};
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
106 using ::std::nullptr_t;
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
106 using ::std::nullptr_t;
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
106 using ::std::nullptr_t;
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
106 using ::std::nullptr_t;
  /external/clang/test/Analysis/
nullptr.cpp 85 typedef decltype(nullptr) nullptr_t; typedef
88 const nullptr_t &r = nullptr;
  /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/clang/test/SemaCXX/
nullptr.cpp 4 typedef decltype(nullptr) nullptr_t; typedef
13 nullptr_t f(nullptr_t null)
60 (void)&nullptr; // expected-error {{cannot take the address of an rvalue of type 'nullptr_t'}}
61 nullptr_t *pn = &null;
117 static_assert(__is_scalar(nullptr_t), "");
118 static_assert(__is_pod(nullptr_t), "");
119 static_assert(sizeof(nullptr_t) == sizeof(void*), "");
151 operator nullptr_t() const;
165 template<typename T, nullptr_t Value
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stddef.h 432 typedef decltype(nullptr) nullptr_t; typedef

Completed in 1170 milliseconds

1 2 3