Home
last modified time | relevance | path

Searched refs:DO_THROW (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtbb_misc.cpp62 #define DO_THROW(exc, init_args) throw exc init_args; macro
69 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
122 case eid_bad_alloc: DO_THROW( bad_alloc, () ); in throw_exception_v4()
123 case eid_bad_last_alloc: DO_THROW( bad_last_alloc, () ); in throw_exception_v4()
124 case eid_nonpositive_step: DO_THROW( invalid_argument, ("Step must be positive") ); in throw_exception_v4()
127 case eid_index_range_error: DO_THROW( range_error, ("Index is not allocated") ); in throw_exception_v4()
128 case eid_missing_wait: DO_THROW( missing_wait, () ); in throw_exception_v4()
129 case eid_invalid_multiple_scheduling: DO_THROW( invalid_multiple_scheduling, () ); in throw_exception_v4()
130 case eid_improper_lock: DO_THROW( improper_lock, () ); in throw_exception_v4()
138 case eid_invalid_key: DO_THROW( out_of_range, ("invalid key") ); in throw_exception_v4()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dtbb_misc.cpp62 #define DO_THROW(exc, init_args) throw exc init_args; macro
69 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
122 case eid_bad_alloc: DO_THROW( bad_alloc, () ); in throw_exception_v4()
123 case eid_bad_last_alloc: DO_THROW( bad_last_alloc, () ); in throw_exception_v4()
124 case eid_nonpositive_step: DO_THROW( invalid_argument, ("Step must be positive") ); in throw_exception_v4()
127 case eid_index_range_error: DO_THROW( range_error, ("Index is not allocated") ); in throw_exception_v4()
128 case eid_missing_wait: DO_THROW( missing_wait, () ); in throw_exception_v4()
129 case eid_invalid_multiple_scheduling: DO_THROW( invalid_multiple_scheduling, () ); in throw_exception_v4()
130 case eid_improper_lock: DO_THROW( improper_lock, () ); in throw_exception_v4()
138 case eid_invalid_key: DO_THROW( out_of_range, ("invalid key") ); in throw_exception_v4()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dtbb_misc.cpp60 #define DO_THROW(exc, init_args) throw exc init_args; macro
67 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
129 case eid_bad_alloc: DO_THROW(std::bad_alloc, () ); in throw_exception_v4()
130 case eid_bad_last_alloc: DO_THROW( bad_last_alloc, () ); in throw_exception_v4()
131 case eid_nonpositive_step: DO_THROW(std::invalid_argument, ("Step must be positive") ); in throw_exception_v4()
134 case eid_index_range_error: DO_THROW(std::range_error, ("Index is not allocated") ); in throw_exception_v4()
135 case eid_missing_wait: DO_THROW( missing_wait, () ); in throw_exception_v4()
136 case eid_invalid_multiple_scheduling: DO_THROW( invalid_multiple_scheduling, () ); in throw_exception_v4()
137 case eid_improper_lock: DO_THROW( improper_lock, () ); in throw_exception_v4()
145 case eid_invalid_key: DO_THROW(std::out_of_range, ("invalid key") ); in throw_exception_v4()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dtbb_misc.cpp60 #define DO_THROW(exc, init_args) throw exc init_args; macro
67 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
129 case eid_bad_alloc: DO_THROW(std::bad_alloc, () ); in throw_exception_v4()
130 case eid_bad_last_alloc: DO_THROW( bad_last_alloc, () ); in throw_exception_v4()
131 case eid_nonpositive_step: DO_THROW(std::invalid_argument, ("Step must be positive") ); in throw_exception_v4()
134 case eid_index_range_error: DO_THROW(std::range_error, ("Index is not allocated") ); in throw_exception_v4()
135 case eid_missing_wait: DO_THROW( missing_wait, () ); in throw_exception_v4()
136 case eid_invalid_multiple_scheduling: DO_THROW( invalid_multiple_scheduling, () ); in throw_exception_v4()
137 case eid_improper_lock: DO_THROW( improper_lock, () ); in throw_exception_v4()
145 case eid_invalid_key: DO_THROW(std::out_of_range, ("invalid key") ); in throw_exception_v4()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dtbb_misc.cpp60 #define DO_THROW(exc, init_args) throw exc init_args; macro
67 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
129 case eid_bad_alloc: DO_THROW(std::bad_alloc, () ); in throw_exception_v4()
130 case eid_bad_last_alloc: DO_THROW( bad_last_alloc, () ); in throw_exception_v4()
131 case eid_nonpositive_step: DO_THROW(std::invalid_argument, ("Step must be positive") ); in throw_exception_v4()
134 case eid_index_range_error: DO_THROW(std::range_error, ("Index is not allocated") ); in throw_exception_v4()
135 case eid_missing_wait: DO_THROW( missing_wait, () ); in throw_exception_v4()
136 case eid_invalid_multiple_scheduling: DO_THROW( invalid_multiple_scheduling, () ); in throw_exception_v4()
137 case eid_improper_lock: DO_THROW( improper_lock, () ); in throw_exception_v4()
145 case eid_invalid_key: DO_THROW(std::out_of_range, ("invalid key") ); in throw_exception_v4()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dexception.cpp69 #define DO_THROW(exc, init_args) do_throw( []{ throw exc init_args; } ); macro
76 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args) macro
81 case exception_id::bad_alloc: DO_THROW(std::bad_alloc, ()); break; in throw_exception()
82 case exception_id::bad_last_alloc: DO_THROW(bad_last_alloc, ()); break; in throw_exception()
83 case exception_id::user_abort: DO_THROW( user_abort, () ); break; in throw_exception()
84 …case exception_id::nonpositive_step: DO_THROW(std::invalid_argument, ("Step must be positive") ); … in throw_exception()
87 case exception_id::missing_wait: DO_THROW(missing_wait, ()); break; in throw_exception()
88 …case exception_id::invalid_load_factor: DO_THROW(std::out_of_range, ("Invalid hash load factor"));… in throw_exception()
89 case exception_id::invalid_key: DO_THROW(std::out_of_range, ("invalid key")); break; in throw_exception()
90 …case exception_id::bad_tagged_msg_cast: DO_THROW(std::runtime_error, ("Illegal tagged_msg cast"));… in throw_exception()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cc17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp19 #ifndef DO_THROW
20 # define DO_THROW 1 macro
28 else if (DO_THROW) in Func()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp19 #ifndef DO_THROW
20 # define DO_THROW 1 macro
28 else if (DO_THROW) in Func()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp19 #ifndef DO_THROW
20 # define DO_THROW 1 macro
28 else if (DO_THROW) in Func()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp19 #ifndef DO_THROW
20 # define DO_THROW 1 macro
28 else if (DO_THROW) in Func()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/asan/TestCases/
H A Duar_and_exceptions.cpp17 #ifndef DO_THROW
18 # define DO_THROW 1 macro
26 else if (DO_THROW) in Func()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Duar_and_exceptions.cpp19 #ifndef DO_THROW
20 # define DO_THROW 1 macro
28 else if (DO_THROW) in Func()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jvmci/
H A DjvmciEnv.hpp310 #define DO_THROW(name) \ macro
313 DO_THROW(InternalError)
314 DO_THROW(ArrayIndexOutOfBoundsException)
315 DO_THROW(IllegalStateException)
316 DO_THROW(NullPointerException)
317 DO_THROW(IllegalArgumentException)
318 DO_THROW(InvalidInstalledCodeException)
319 DO_THROW(UnsatisfiedLinkError)
320 DO_THROW(UnsupportedOperationException)
321 DO_THROW(ClassNotFoundException)
[all …]
H A DjvmciEnv.cpp637 #define DO_THROW(name) \ macro
648 DO_THROW(InternalError)
649 DO_THROW(ArrayIndexOutOfBoundsException) in DO_THROW() function
650 DO_THROW(IllegalStateException) in DO_THROW()
651 DO_THROW(NullPointerException) in DO_THROW()
652 DO_THROW(IllegalArgumentException) in DO_THROW()
653 DO_THROW(InvalidInstalledCodeException) in DO_THROW()
654 DO_THROW(UnsatisfiedLinkError) in DO_THROW()
655 DO_THROW(UnsupportedOperationException) in DO_THROW()
656 DO_THROW(ClassNotFoundException) in DO_THROW()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jvmci/
H A DjvmciEnv.hpp317 #define DO_THROW(name) \ macro
320 DO_THROW(InternalError)
321 DO_THROW(ArrayIndexOutOfBoundsException)
322 DO_THROW(IllegalStateException)
323 DO_THROW(NullPointerException)
324 DO_THROW(IllegalArgumentException)
325 DO_THROW(InvalidInstalledCodeException)
326 DO_THROW(UnsatisfiedLinkError)
327 DO_THROW(UnsupportedOperationException)
328 DO_THROW(ClassNotFoundException)
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jvmci/
H A DjvmciEnv.hpp316 #define DO_THROW(name) \ macro
319 DO_THROW(InternalError)
320 DO_THROW(ArrayIndexOutOfBoundsException)
321 DO_THROW(IllegalStateException)
322 DO_THROW(NullPointerException)
323 DO_THROW(IllegalArgumentException)
324 DO_THROW(InvalidInstalledCodeException)
325 DO_THROW(UnsatisfiedLinkError)
326 DO_THROW(UnsupportedOperationException)
327 DO_THROW(ClassNotFoundException)
[all …]
H A DjvmciEnv.cpp599 #define DO_THROW(name) \ macro
610 DO_THROW(InternalError)
611 DO_THROW(ArrayIndexOutOfBoundsException) in DO_THROW() function
612 DO_THROW(IllegalStateException) in DO_THROW()
613 DO_THROW(NullPointerException) in DO_THROW()
614 DO_THROW(IllegalArgumentException) in DO_THROW()
615 DO_THROW(InvalidInstalledCodeException) in DO_THROW()
616 DO_THROW(UnsatisfiedLinkError) in DO_THROW()
617 DO_THROW(UnsupportedOperationException) in DO_THROW()
618 DO_THROW(ClassNotFoundException) in DO_THROW()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jvmci/
H A DjvmciEnv.hpp312 #define DO_THROW(name) \ macro
315 DO_THROW(InternalError)
316 DO_THROW(ArrayIndexOutOfBoundsException)
317 DO_THROW(IllegalStateException)
318 DO_THROW(NullPointerException)
319 DO_THROW(IllegalArgumentException)
320 DO_THROW(InvalidInstalledCodeException)
321 DO_THROW(UnsatisfiedLinkError)
322 DO_THROW(UnsupportedOperationException)
323 DO_THROW(ClassNotFoundException)
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jvmci/
H A DjvmciEnv.hpp310 #define DO_THROW(name) \ macro
313 DO_THROW(InternalError)
314 DO_THROW(ArrayIndexOutOfBoundsException)
315 DO_THROW(IllegalStateException)
316 DO_THROW(NullPointerException)
317 DO_THROW(IllegalArgumentException)
318 DO_THROW(InvalidInstalledCodeException)
319 DO_THROW(UnsatisfiedLinkError)
320 DO_THROW(UnsupportedOperationException)
321 DO_THROW(ClassNotFoundException)
[all …]

12