Home
last modified time | relevance | path

Searched refs:throw_on (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/
H A Dcounted.h20 static int throw_on; member
40 throw_on = -1; in reset()
69 if (throw_on == total_objects) { in check_throw()
83 int Counted::throw_on = -1;
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp458 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument
460 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()
464 bool throw_on, in GetDefaultExceptionResolverDescription() argument
467 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
H A Dranges_uninitialized_default_construct.pass.cpp141 Counted::throw_on = 3; // When constructing the fourth object (counting from one). in main()
156 Counted::throw_on = 3; // When constructing the fourth object. in main()
H A Dranges_uninitialized_default_construct_n.pass.cpp68 Counted::throw_on = 3; // When constructing the fourth object (counting from one). in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
H A Dranges_uninitialized_value_construct.pass.cpp159 Counted::throw_on = 3; // When constructing the fourth object (counting from one). in main()
175 Counted::throw_on = 3; // When constructing the fourth object. in main()
H A Dranges_uninitialized_value_construct_n.pass.cpp86 Counted::throw_on = 3; // When constructing the fourth object (counting from one). in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Dranges_uninitialized_fill.pass.cpp171 Counted::throw_on = N; // When constructing the fourth object. in main()
189 Counted::throw_on = N; // When constructing the fourth object. in main()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h264 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
268 bool throw_on, Stream &s);
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Dranges_uninitialized_fill_n.pass.cpp92 Counted::throw_on = 3; // When constructing the fourth object. in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Dranges_uninitialized_copy_n.pass.cpp90 Counted::throw_on = M; // When constructing out[3]. in main()
H A Dranges_uninitialized_copy.pass.cpp241 Counted::throw_on = M; // When constructing out[3]. in main()
265 Counted::throw_on = M; // When constructing out[3]. in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Dranges_uninitialized_move.pass.cpp238 Counted::throw_on = N; // When constructing out[3]. in main()
264 Counted::throw_on = N; // When constructing out[3]. in main()
H A Dranges_uninitialized_move_n.pass.cpp89 Counted::throw_on = N; // When constructing out[3]. in main()