Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dstddef.h93 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
103 typedef typeof(nullptr) nullptr_t; typedef
/openbsd-src/gnu/llvm/libcxx/include/
H A Dstddef.h50 typedef decltype(nullptr) nullptr_t; typedef
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DAddress.h78 Address(std::nullptr_t) : A(nullptr, nullptr, CharUnits::Zero()) {} in Address()
141 ConstantAddress(std::nullptr_t) : Address(nullptr) {} in ConstantAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h51 function_ref(std::nullptr_t) {} in function_ref()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol()
271 JITSymbol(std::nullptr_t) in JITSymbol()
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h100 locale_t(std::nullptr_t) in locale_t()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h178 FunctionCallee(std::nullptr_t) {} in FunctionCallee()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h329 Value(std::nullptr_t) : Type(T_Null) {} in Value()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp46 MCInst const &Inst, std::nullptr_t) in PacketIterator()