Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__stddef_nullptr_t.h21 typedef decltype(nullptr) nullptr_t; typedef
26 typedef typeof(nullptr) nullptr_t; typedef
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstddef.h41 typedef decltype(nullptr) nullptr_t; typedef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h35 Address(std::nullptr_t) : ElementType(nullptr) {} in Address()
121 ConstantAddress(std::nullptr_t) : Address(nullptr) {} in ConstantAddress()
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h64 _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()
271 JITSymbol(std::nullptr_t) in JITSymbol()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer()
/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()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1417 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()