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

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
insert_iter_size_value.pass.cpp 18 int throw_next = 0xFFFF; variable
23 if (throw_next == 0)
25 --throw_next;
44 throw_next = 4;
54 throw_next = 0xFFFF;
insert_iter_value.pass.cpp 18 int throw_next = 0xFFFF; variable
23 if (throw_next == 0)
25 --throw_next;
46 throw_next = 0;
56 throw_next = 0xFFFF;
insert_iter_iter_iter.pass.cpp 19 int throw_next = 0xFFFF; variable
24 if (throw_next == 0)
26 --throw_next;
68 throw_next = 2;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 33 bool throw_next = false; variable
37 if (throw_next)
49 throw_next = true;
pointer_throw.pass.cpp 30 bool throw_next = false; variable
34 if (throw_next)
48 throw_next = true;
pointer_deleter_throw.pass.cpp 33 bool throw_next = false; variable
37 if (throw_next)
50 throw_next = true;
unique_ptr.pass.cpp 19 bool throw_next = false; variable
23 if (throw_next)
72 throw_next = true;
auto_ptr.pass.cpp 19 bool throw_next = false; variable
23 if (throw_next)
76 throw_next = true;

Completed in 270 milliseconds