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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/
NullPtr.h 31 // nullptr_t type and nullptr object. They are defined in the same namespaces they
43 typedef decltype(nullptr) nullptr_t;
52 extern std::nullptr_t nullptr;
  /ndk/sources/cxx-stl/gabi++/tests/
catch_member_pointer_nullptr.cpp 27 throw nullptr;
43 throw nullptr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
default.pass.cpp 23 assert(s.str() == nullptr);
28 assert(s.str() == nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
nullptr.pass.cpp 38 std::unique_ptr<int[]> p(nullptr);
42 std::unique_ptr<int[], Deleter> p(nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
nullptr.pass.cpp 38 std::unique_ptr<int> p(nullptr);
42 std::unique_ptr<int, Deleter> p(nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
U_V.pass.cpp 25 P p(std::unique_ptr<int>(new int(3)), nullptr); local
27 assert(p.second == nullptr);
default.pass.cpp 24 assert(p.second == nullptr);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 4 typedef decltype(nullptr) nullptr_t;
13 constexpr std::nullptr_t get_nullptr() { return nullptr; }
15 constexpr std::nullptr_t np = nullptr;
23 IP<nullptr> ip2;
41 PM<nullptr> pm2;
52 PMF<nullptr> pmf2;
62 NP<nullptr> np1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
make_exception_ptr.pass.cpp 41 assert(p != nullptr);
42 p = nullptr;
43 assert(p == nullptr);
rethrow_exception.pass.cpp 49 assert(p != nullptr);
50 p = nullptr;
51 assert(p == nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 71 : __cbeg_(nullptr),
72 __cend_(nullptr),
74 __ibeg_(nullptr),
75 __iend_(nullptr),
86 if (*p != nullptr)
98 if (*p != nullptr)
113 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database.");
114 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr;
129 _LIBCPP_ASSERT(c != nullptr, errmsg)
    [all...]
strstream.cpp 20 __palloc_(nullptr),
21 __pfree_(nullptr)
40 if (__pbeg == nullptr)
52 __palloc_(nullptr),
53 __pfree_(nullptr)
61 __palloc_(nullptr),
62 __pfree_(nullptr)
64 __init((char*)__gnext, __n, nullptr);
70 __palloc_(nullptr),
71 __pfree_(nullptr)
    [all...]
  /external/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/
c++98.cc 17 nullptr, enumerator in enum:cxx11_keywords
  /external/clang/test/CodeGenCXX/
reinterpret-cast.cpp 9 return reinterpret_cast<unsigned long>(nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
default.pass.cpp 23 assert(ul.mutex() == nullptr);
copy_ctor.fail.cpp 27 assert(lk0.mutex() == nullptr);
  /art/compiler/dex/
arena_allocator.cc 47 map_(nullptr),
48 next_(nullptr) {
80 free_arenas_(nullptr) {
84 while (free_arenas_ != nullptr) {
93 Arena* ret = nullptr;
96 if (free_arenas_ != nullptr && LIKELY(free_arenas_->Size() >= size)) {
101 if (ret == nullptr) {
127 begin_(nullptr),
128 end_(nullptr),
129 ptr_(nullptr),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
assign.pass.cpp 34 assert(e.nested_ptr() == nullptr);
47 assert(e.nested_ptr() != nullptr);
ctor_copy.pass.cpp 33 assert(e.nested_ptr() == nullptr);
45 assert(e.nested_ptr() != nullptr);
ctor_default.pass.cpp 32 assert(e.nested_ptr() == nullptr);
43 assert(e.nested_ptr() != nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/
make_pair.pass.cpp 35 P1 p1 = std::make_pair(nullptr, 4);
36 assert(p1.first == nullptr);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Panner.cpp 58 return nullptr;
  /external/clang/test/SemaCXX/
format-strings-0x.cpp 13 printf(nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
rdbuf.pass.cpp 27 assert(b.rdbuf() == nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
native_handle.pass.cpp 26 assert(h != nullptr);

Completed in 2522 milliseconds

12 3 4 5 6 7 8 91011>>