Searched refs:nullptr_t (Results 1 - 19 of 19) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp856 std::nullptr_t ErrorOperand(SMLoc Loc, StringRef Msg, SMRange R = SMRange()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp35 llvm::Optional<std::nullptr_t> Object::getNull(StringRef K) const {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h139 llvm::Optional<std::nullptr_t> getNull(StringRef K) const;
235 /// null (nullptr_t)
329 Value(std::nullptr_t) : Type(T_Null) {}
395 llvm::Optional<std::nullptr_t> getAsNull() const {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h183 FunctionCallee(std::nullptr_t) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h213 JITEvaluatedSymbol(std::nullptr_t) {}
243 JITSymbol(std::nullptr_t)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h278 /*implicit*/ Twine(std::nullptr_t) = delete; member in class:llvm::Twine
H A DStringRef.h100 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
H A DSTLExtras.h114 function_ref(std::nullptr_t) {}
H A DPointerUnion.h174 PointerUnion(std::nullptr_t) : PointerUnion() {}
226 const PointerUnion &operator=(std::nullptr_t) {
H A DIntrusiveRefCntPtr.h228 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
233 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
238 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
243 bool operator!=(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
H A DFunctionExtras.h174 unique_function(std::nullptr_t /*null_callable*/) {}
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h37 void SetPrefixToken(std::nullptr_t) { m_prefix_token.clear(); }
43 void SetSuffixToken(std::nullptr_t) { m_suffix_token.clear(); }
155 StringPrinterBufferPointer(std::nullptr_t ptr)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h52 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t);
H A DHexagonMCInstrInfo.cpp45 MCInst const &Inst, std::nullptr_t)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h123 SharingPtr(std::nullptr_t);
138 void reset(std::nullptr_t);
171 inline SharingPtr<T>::SharingPtr(std::nullptr_t)
238 template <class T> inline void SharingPtr<T>::reset(std::nullptr_t p) {
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstddef.h35 nullptr_t
51 using std::nullptr_t;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstddef.h93 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
94 using ::std::nullptr_t;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h58 OpaquePtr(std::nullptr_t = nullptr) {}
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h271 Ucl(std::nullptr_t) noexcept {

Completed in 188 milliseconds