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

1 2 3

  /external/clang/test/CodeGenCXX/
nullptr.cpp 12 typedef decltype(nullptr) nullptr_t; typedef
14 nullptr_t get_nullptr();
23 return typeid(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 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx-std-suppression.h 116 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
122 constexpr shared_ptr(nullptr_t);
141 shared_ptr<_Tp>::shared_ptr(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/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef

Completed in 4573 milliseconds

1 2 3