Searched defs:nullptr_t (Results 1 – 15 of 15) sorted by relevance
50 typedef decltype(nullptr) nullptr_t; global() typedef
48 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()
73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() argument
51 function_ref(std::nullptr_t) {} in function_ref()
142 LazyAtomicPointer(std::nullptr_t) : Storage(0) {} in LazyAtomicPointer()
39 void SetPrefixToken(std::nullptr_t) { m_prefix_token.clear(); } in SetPrefixToken()45 void SetSuffixToken(std::nullptr_t) { m_suffix_token.clear(); } in SetSuffixToken()
234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol() argument 271 JITSymbol(std::nullptr_t) in JITSymbol() argument
94 locale_t(std::nullptr_t) : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t()
36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer() argument
283 Ucl(std::nullptr_t) noexcept { in Ucl()
181 FunctionCallee(std::nullptr_t) {} in FunctionCallee()
335 Value(std::nullptr_t) : Type(T_Null) {} in Value()
46 MCInst const &Inst, std::nullptr_t) in PacketIterator() argument
1432 std::nullptr_t /* lhs */, T* rhs) { in Compare()
14922 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) { in convert()