/llvm-project/clang/lib/Headers/ |
H A D | __stddef_nullptr_t.h | 21 typedef decltype(nullptr) nullptr_t; typedef 26 typedef typeof(nullptr) nullptr_t; typedef
|
/llvm-project/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/ |
H A D | equal.pass.cpp | 29 operator ==(const X &,const nullptr_t &) operator ==() argument 33 operator ==(const nullptr_t &,const X &) operator ==() argument
|
H A D | not_equal.pass.cpp | 29 operator !=(const X &,const nullptr_t &) operator !=() argument 33 operator !=(const nullptr_t &,const X &) operator !=() argument
|
/llvm-project/libcxx/include/ |
H A D | stddef.h | 41 typedef decltype(nullptr) nullptr_t; global() typedef
|
/llvm-project/libc/src/__support/CPP/type_traits/ |
H A D | is_null_pointer.h | 18 using nullptr_t = decltype(nullptr); global() variable
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | InterfaceSupport.h | 100 Interface(std::nullptr_t) : BaseType(ValueT()), conceptImpl(nullptr) {} in Interface() 120 Interface(ValueT t, std::nullptr_t) : BaseType(t), conceptImpl(nullptr) {} in Interface()
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-cxx-std-suppression.h | 116 typedef decltype(nullptr) nullptr_t; typedef 141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | nullptr.c | 4 typedef typeof(nullptr) nullptr_t; typedef
|
/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 73 exception_ptr(nullptr_t) exception_ptr() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | STLFunctionalExtras.h | 51 function_ref(std::nullptr_t) function_ref() argument
|
H A D | LazyAtomicPointer.h | 142 LazyAtomicPointer(std::nullptr_t) : Storage(0) {} in LazyAtomicPointer()
|
/llvm-project/clang/test/Sema/ |
H A D | nullptr.c | 4 typedef typeof(nullptr) nullptr_t; typedef
|
H A D | atomic-expr.c | 163 typedef typeof(nullptr) nullptr_t; in func_17() typedef 196 typedef typeof(nullptr) nullptr_t; typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 47 RawAddress(std::nullptr_t) RawAddress() argument 130 Address(std::nullptr_t) Address() argument 261 ConstantAddress(std::nullptr_t) ConstantAddress() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-consumed-analysis.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
/llvm-project/clang/test/Lexer/ |
H A D | cxx0x_keyword_as_cxx98.cpp | 9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
|
/llvm-project/libcxx/test/support/ |
H A D | min_allocator.h | 209 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() argument 226 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() argument 250 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() argument 320 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | nullptr.cpp | 12 typedef decltype(nullptr) nullptr_t; global() typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | typo-dependent-name.cpp | 3 using nullptr_t = decltype(nullptr); typedef
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 39 void SetPrefixToken(std::nullptr_t) { m_prefix_token.clear(); } in SetPrefixToken() 45 void SetSuffixToken(std::nullptr_t) { m_suffix_token.clear(); } in SetSuffixToken()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol() 271 JITSymbol(std::nullptr_t) in JITSymbol()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | named-parameter.cpp | 126 typedef decltype(nullptr) nullptr_t; typedef 129 void f(std::nullptr_t) {} in f()
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.convertible/ |
H A D | convertible_to.pass.cpp | 21 using nullptr_t = decltype(nullptr); typedef
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | memory.h | 65 constexpr RT_API_ATTRS OwningPtr(std::nullptr_t) : OwningPtr() {} in OwningPtr()
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 4 typedef decltype(nullptr) nullptr_t; global() typedef
|