HomeSort by relevance Sort by last modified time
    Searched refs:never_throw_value (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
count_new.hpp 56 static const unsigned never_throw_value = static_cast<unsigned>(-1); member in class:MemCounter
75 throw_after = never_throw_value;
77 } else if (throw_after != never_throw_value) {
97 throw_after = never_throw_value;
128 throw_after = never_throw_value;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 56 static const unsigned never_throw_value = static_cast<unsigned>(-1); member in class:MemCounter
75 throw_after = never_throw_value;
77 } else if (throw_after != never_throw_value) {
97 throw_after = never_throw_value;
128 throw_after = never_throw_value;

Completed in 117 milliseconds