| /llvm-project-15.0.7/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/ |
| H A D | equal.pass.cpp | 29 constexpr bool operator==(const X &, const nullptr_t &) { in operator ==() 33 constexpr bool operator==(const nullptr_t &, const X &) { in operator ==()
|
| H A D | not_equal.pass.cpp | 29 constexpr bool operator!=(const X &, const nullptr_t &) { in operator !=() 33 constexpr bool operator!=(const nullptr_t &, const X &) { in operator !=()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | stddef.h | 48 typedef decltype(nullptr) nullptr_t; typedef
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | InterfaceSupport.h | 98 Interface(std::nullptr_t) : BaseType(ValueT()), impl(nullptr) {} in Interface() 110 Interface(ValueT t, std::nullptr_t) : BaseType(t), impl(nullptr) {} in Interface()
|
| /llvm-project-15.0.7/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-15.0.7/libcxxabi/test/ |
| H A D | catch_reference_nullptr.pass.cpp | 30 using nullptr_t = decltype(nullptr); in main() typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | STLFunctionalExtras.h | 51 function_ref(std::nullptr_t) {} in function_ref()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-consumed-analysis.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
| H A D | nullptr.cpp | 4 typedef decltype(nullptr) nullptr_t; typedef
|
| H A D | nullability.cpp | 10 typedef decltype(nullptr) nullptr_t; typedef
|
| H A D | compare-cxx2a.cpp | 209 using nullptr_t = decltype(nullptr); typedef 378 using nullptr_t = decltype(nullptr); typedef
|
| /llvm-project-15.0.7/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-15.0.7/libcxx/test/support/ |
| H A D | min_allocator.h | 207 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 224 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 248 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 318 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | Address.h | 78 Address(std::nullptr_t) : A(nullptr, nullptr, CharUnits::Zero()) {} in Address() 141 ConstantAddress(std::nullptr_t) : Address(nullptr) {} in ConstantAddress()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | nullptr.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stddef.h | 93 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | typo-dependent-name.cpp | 3 using nullptr_t = decltype(nullptr); typedef
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.convertible/ |
| H A D | convertible_to.pass.cpp | 21 using nullptr_t = decltype(nullptr); typedef
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
| H A D | p1-11.cpp | 4 typedef decltype(nullptr) nullptr_t; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ClangdLSPServerTests.cpp | 248 void get(const std::nullptr_t &, Callback<int> Reply) { in TEST_F() 344 void increment(const std::nullptr_t &) { in TEST_F()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | attr-noundef.cpp | 119 typedef decltype(nullptr) nullptr_t; typedef
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nullptr.cpp | 106 typedef decltype(nullptr) nullptr_t; typedef
|