HomeSort by relevance Sort by last modified time
    Searched refs:nullptr_t (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/catch2/projects/SelfTest/UsageTests/
ToStringVariant.tests.cpp 85 using type = std::variant<std::nullptr_t,int,const char *>;
  /external/pdfium/core/fxcrt/
retain_ptr.h 37 RetainPtr(std::nullptr_t ptr) {}
  /external/catch2/include/internal/
catch_tostring.cpp 233 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) {
  /external/clang/test/CodeGenCXX/
mangle-ms-cxx11.cpp 73 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef in namespace:std
74 void Null(std::nullptr_t) {}
  /external/clang/test/SemaCXX/
conversion.cpp 204 typedef decltype(nullptr) nullptr_t; typedef in namespace:test9
205 nullptr_t EXIT();
warn-consumed-analysis.cpp 12 typedef decltype(nullptr) nullptr_t; typedef
20 ConsumableClass(nullptr_t p) RETURN_TYPESTATE(consumed);
27 ConsumableClass<T>& operator=(nullptr_t) SET_TYPESTATE(consumed);
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed);
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed);
  /external/flatbuffers/include/flatbuffers/
base.h 101 #ifndef nullptr_t
102 const class nullptr_t { class
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 162 JITEvaluatedSymbol(std::nullptr_t) {}
192 JITSymbol(std::nullptr_t)
  /external/llvm/include/llvm/ADT/
PointerUnion.h 161 const PointerUnion &operator=(std::nullptr_t) {
295 const PointerUnion3 &operator=(std::nullptr_t) {
397 const PointerUnion4 &operator=(std::nullptr_t) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PointerUnion.h 166 const PointerUnion &operator=(std::nullptr_t) {
302 const PointerUnion3 &operator=(std::nullptr_t) {
411 const PointerUnion4 &operator=(std::nullptr_t) {
FunctionExtras.h 175 unique_function(std::nullptr_t /*null_callable*/) {}
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
PointerUnion.h 165 const PointerUnion &operator=(std::nullptr_t) {
300 const PointerUnion3 &operator=(std::nullptr_t) {
403 const PointerUnion4 &operator=(std::nullptr_t) {
  /external/libbrillo/brillo/
any_internal_impl_unittest.cc 42 EXPECT_STREQ(GetTypeTag<std::nullptr_t>(),
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {}
  /external/skia/include/core/
SkFont.h 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const {
  /external/skqp/include/core/
SkFont.h 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const {
  /external/swiftshader/third_party/subzero/src/
IceMemory.h 147 static void set_current(std::nullptr_t);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
JSON.h 135 llvm::Optional<std::nullptr_t> getNull(StringRef K) const;
230 /// null (nullptr_t)
320 Value(std::nullptr_t) : Type(T_Null) {}
386 llvm::Optional<std::nullptr_t> getAsNull() const {
  /device/generic/goldfish-opengl/android-emu/android/base/
StringView.h 119 constexpr StringView(std::nullptr_t) :
  /external/clang/include/clang/Sema/
Ownership.h 53 OpaquePtr(std::nullptr_t = nullptr) {}
  /external/clang/test/CXX/drs/
dr1xx.cpp 302 using nullptr_t = decltype(nullptr);
303 virtual void np() throw(nullptr_t*); // expected-error {{more lax}} FIXME: This is valid.
304 virtual void npm() throw(nullptr_t*); // expected-error {{more lax}} FIXME: This is valid.
305 virtual void nr() throw(nullptr_t&); // expected-error {{more lax}} This is not.
  /external/skia/experimental/svg/model/
SkPEG.h 26 MatchResult(std::nullptr_t) : fNext(nullptr) {}
  /external/skqp/experimental/svg/model/
SkPEG.h 26 MatchResult(std::nullptr_t) : fNext(nullptr) {}
  /external/tensorflow/tensorflow/core/platform/default/
logging.cc 292 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p) {
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 4997 milliseconds

1 2 34 5 6