HomeSort by relevance Sort by last modified time
    Searched refs:nullptr (Results 101 - 125 of 337) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 30 initializer_list() : __begin_(nullptr), __size_(0) {}
179 H h2({1, nullptr});
180 (void) new H({1, nullptr});
181 (void) H({1, nullptr});
190 H h1{1, nullptr};
191 H h2 = {1, nullptr};
279 c->foo({ nullptr, 1 }); // expected-error{{initialization of incomplete type 'const PR12498::ArrayRef'}}
builtins.cpp 32 struct T { constexpr T *operator&() const { return nullptr; } int n; } t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 139 if (__exception_ != nullptr)
197 __state_ = nullptr;
222 if (__state_ == nullptr)
232 if (__state_ == nullptr)
242 if (__state_ == nullptr)
252 if (__state_ == nullptr)
262 if (__state_ == nullptr)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_in.pass.cpp 35 wchar_t* wp = nullptr;
37 const char* np = nullptr;
74 wchar_t* wp = nullptr;
76 const char* np = nullptr;
113 wchar_t* wp = nullptr;
115 const char* np = nullptr;
152 wchar_t* wp = nullptr;
154 const char* np = nullptr;
191 wchar_t* wp = nullptr;
193 const char* np = nullptr;
    [all...]
  /art/compiler/
compiled_method.h 143 DCHECK(mapping_table_ != nullptr);
148 DCHECK(vmap_table_ != nullptr);
153 DCHECK(gc_map_ != nullptr);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 80 return nullptr;
84 return nullptr;
88 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 56 void clearValueForQuirksMode() { m_classNamesForQuirksMode = nullptr; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModule.cpp 53 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.cpp 76 m_chooser = nullptr;
PageOverlay.cpp 99 m_layer = nullptr;
100 m_layerClient = nullptr;
  /external/clang/lib/Headers/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; }
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 46 method m(nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter.pass.cpp 34 std::shared_ptr<A> p(nullptr, test_deleter<A>(3));
nullptr_t_deleter_allocator.pass.cpp 33 std::shared_ptr<A> p(nullptr, test_deleter<A>(3), test_allocator<A>(5));
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 32 return nullptr;
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 82 namespace std { typedef decltype(nullptr) nullptr_t; }
  /art/compiler/dex/
arena_allocator.h 110 if (UNLIKELY(ptr_ == nullptr)) {
111 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.cpp 97 return nullptr;
106 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp 117 return nullptr; // validation failed.
126 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 89 , m_marginBounds(nullptr)
90 , m_paddingBounds(nullptr)
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 190 template <decltype(nullptr)> struct S1 {};
191 void f(S1<nullptr>) {}
  /art/runtime/gc/accounting/
mod_union_table.cc 208 DCHECK(space != nullptr);
249 DCHECK(space != nullptr);
293 space::ContinuousSpace* space = nullptr;
294 SpaceBitmap* bitmap = nullptr;
299 if (UNLIKELY(space == nullptr || !space->Contains(obj_start))) {
301 DCHECK(space != nullptr);
303 DCHECK(bitmap != nullptr);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 74 return nullptr;
78 return nullptr;
97 return nullptr;
109 return nullptr;
171 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/wtf/
MessageQueue.h 156 return nullptr;
161 return nullptr;
176 return nullptr;
178 return nullptr;
188 return nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp 196 return nullptr;
206 return nullptr;
223 return nullptr;

Completed in 463 milliseconds

1 2 3 45 6 7 8 91011>>