Searched defs:nullptr_t (Results 1 – 11 of 11) sorted by relevance
93 namespace std { typedef decltype(nullptr) nullptr_t; } typedef103 typedef typeof(nullptr) nullptr_t; typedef
50 typedef decltype(nullptr) nullptr_t; typedef
78 Address(std::nullptr_t) : A(nullptr, nullptr, CharUnits::Zero()) {} in Address()141 ConstantAddress(std::nullptr_t) : Address(nullptr) {} in ConstantAddress()
51 function_ref(std::nullptr_t) {} in function_ref()
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()271 JITSymbol(std::nullptr_t) in JITSymbol()
100 locale_t(std::nullptr_t) in locale_t()
36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer()
178 FunctionCallee(std::nullptr_t) {} in FunctionCallee()
329 Value(std::nullptr_t) : Type(T_Null) {} in Value()
46 MCInst const &Inst, std::nullptr_t) in PacketIterator()