Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/
H A Dequal.pass.cpp29 constexpr bool operator==(const X &, const nullptr_t &) { in operator ==()
33 constexpr bool operator==(const nullptr_t &, const X &) { in operator ==()
H A Dnot_equal.pass.cpp29 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 Dstddef.h48 typedef decltype(nullptr) nullptr_t; typedef
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h98 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 Dsystem-header-simulator-cxx-std-suppression.h116 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 Dcatch_reference_nullptr.pass.cpp30 using nullptr_t = decltype(nullptr); in main() typedef
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h51 function_ref(std::nullptr_t) {} in function_ref()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-consumed-analysis.cpp12 typedef decltype(nullptr) nullptr_t; typedef
H A Dnullptr.cpp4 typedef decltype(nullptr) nullptr_t; typedef
H A Dnullability.cpp10 typedef decltype(nullptr) nullptr_t; typedef
H A Dcompare-cxx2a.cpp209 using nullptr_t = decltype(nullptr); typedef
378 using nullptr_t = decltype(nullptr); typedef
/llvm-project-15.0.7/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h207 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 DAddress.h78 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 Dnullptr.cpp12 typedef decltype(nullptr) nullptr_t; typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstddef.h93 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtypo-dependent-name.cpp3 using nullptr_t = decltype(nullptr); typedef
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h39 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 Dnamed-parameter.cpp126 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 DJITSymbol.h234 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 Dconvertible_to.pass.cpp21 using nullptr_t = decltype(nullptr); typedef
/llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp4 typedef decltype(nullptr) nullptr_t; typedef
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp248 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 Dattr-noundef.cpp119 typedef decltype(nullptr) nullptr_t; typedef
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullptr.cpp106 typedef decltype(nullptr) nullptr_t; typedef

12