Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dstddef.h50 typedef decltype(nullptr) nullptr_t; global() typedef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h48 RawAddress(std::nullptr_t) : ElementType(nullptr) {} in RawAddress()
151 Address(std::nullptr_t) : ElementType(nullptr) {} in Address()
295 ConstantAddress(std::nullptr_t) : RawAddress(nullptr) {} in ConstantAddress()
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h51 function_ref(std::nullptr_t) {} in function_ref()
H A DLazyAtomicPointer.h142 LazyAtomicPointer(std::nullptr_t) : Storage(0) {} in LazyAtomicPointer()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol() argument
271 JITSymbol(std::nullptr_t) in JITSymbol() argument
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h94 locale_t(std::nullptr_t) : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer() argument
/freebsd/contrib/libucl/include/
H A Ducl++.h283 Ucl(std::nullptr_t) noexcept { in Ucl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h181 FunctionCallee(std::nullptr_t) {} in FunctionCallee()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h335 Value(std::nullptr_t) : Type(T_Null) {} in Value()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp46 MCInst const &Inst, std::nullptr_t) in PacketIterator() argument
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1432 std::nullptr_t /* lhs */, T* rhs) { in Compare()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp14922 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) { in convert()