/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __stddef_nullptr_t.h | 21 typedef decltype(nullptr) nullptr_t; typedef 26 typedef typeof(nullptr) nullptr_t; typedef
|
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | stddef.h | 41 typedef decltype(nullptr) nullptr_t; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 35 Address(std::nullptr_t) Address() argument 121 ConstantAddress(std::nullptr_t) ConstantAddress() argument
|
/freebsd-src/contrib/llvm-project/libcxx/include/__exception/ |
H A D | exception_ptr.h | 64 exception_ptr(nullptr_t) exception_ptr() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | STLFunctionalExtras.h | 51 function_ref(std::nullptr_t) {} in function_ref()
|
H A D | LazyAtomicPointer.h | 142 LazyAtomicPointer(std::nullptr_t) : Storage(0) {} in LazyAtomicPointer() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 39 void SetPrefixToken(std::nullptr_t) { m_prefix_token.clear(); } in SetPrefixToken() 45 void SetSuffixToken(std::nullptr_t) { m_suffix_token.clear(); } in SetSuffixToken()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 234 JITEvaluatedSymbol(std::nullptr_t) {} in JITEvaluatedSymbol() 271 JITSymbol(std::nullptr_t) in JITSymbol()
|
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer()
|
/freebsd-src/contrib/libucl/include/ |
H A D | ucl++.h | 283 Ucl(std::nullptr_t) noexcept { in Ucl()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 181 FunctionCallee(std::nullptr_t) {} in FunctionCallee() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 335 Value(std::nullptr_t) : Type(T_Null) {} in Value() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 46 MCInst const &Inst, std::nullptr_t) in PacketIterator()
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1417 Compare(const char * lhs_expression,const char * rhs_expression,std::nullptr_t,T * rhs) Compare() argument
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 14922 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) { in convert()
|