Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h65 ReadStringAndDumpToStreamOptions &SetPrefixToken(std::nullptr_t) { in SetPrefixToken()
77 ReadStringAndDumpToStreamOptions &SetSuffixToken(std::nullptr_t) { in SetSuffixToken()
184 ReadBufferAndDumpToStreamOptions &SetPrefixToken(std::nullptr_t) { in SetPrefixToken()
196 ReadBufferAndDumpToStreamOptions &SetSuffixToken(std::nullptr_t) { in SetSuffixToken()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h214 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol()
244 JITSymbol(std::nullptr_t) in JITSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h76 TypedDINodeRef(std::nullptr_t) {} in TypedDINodeRef()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DFunctionExtras.h175 unique_function(std::nullptr_t /*null_callable*/) {} in unique_function()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DJSON.h324 Value(std::nullptr_t) : Type(T_Null) {} in Value()
/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h271 Ucl(std::nullptr_t) noexcept { in Ucl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h174 inline SharingPtr<T>::SharingPtr(std::nullptr_t) in SharingPtr()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h642 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } in PrintTo()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp47 MCInst const &Inst, std::nullptr_t) in PacketIterator()