Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__stddef_nullptr_t.h21 typedef decltype(nullptr) nullptr_t; typedef
26 typedef typeof(nullptr) nullptr_t; typedef
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDstddef.h41 typedef decltype(nullptr) nullptr_t; typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDAddress.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-13-stable/contrib/llvm-project/libcxx/include/__exception/
HDexception_ptr.h73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSTLFunctionalExtras.h51 function_ref(std::nullptr_t) {} in function_ref()
HDLazyAtomicPointer.h142 LazyAtomicPointer(std::nullptr_t) : Storage(0) {} in LazyAtomicPointer()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDStringPrinter.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-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDJITSymbol.h234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol()
271 JITSymbol(std::nullptr_t) in JITSymbol()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
HDwin32.h94 locale_t(std::nullptr_t) : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t()
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDStringPrinter.cpp36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer()
/freebsd-13-stable/contrib/libucl/include/
Ducl++.h283 Ucl(std::nullptr_t) noexcept { in Ucl()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h181 FunctionCallee(std::nullptr_t) {} in FunctionCallee()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDJSON.h335 Value(std::nullptr_t) : Type(T_Null) {} in Value()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.cpp46 MCInst const &Inst, std::nullptr_t) in PacketIterator()
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest.h1432 std::nullptr_t /* lhs */, T* rhs) { in Compare()
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp14922 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) { in convert()