Home
last modified time | relevance | path

Searched defs:Except (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/devel/boost-docs/boost_1_72_0/libs/outcome/test/tests/
H A Dnoexcept-propagation.cpp60 struct Except struct
63 Except() = delete; argument
64 Except(const Except & /*unused*/) noexcept(false) in Except() function
68 Except(Except && /*unused*/) noexcept(false) in Except() function
72 Except &operator=(const Except & /*unused*/) noexcept(false) { return *this; } in operator =() argument
73 Except &operator=(Except && /*unused*/) noexcept(false) { return *this; } in operator =() argument
74 ~Except() noexcept(false) { n = 0; } in ~Except() argument
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/test/tests/
H A Dnoexcept-propagation.cpp60 struct Except struct
63 Except() = delete; argument
64 Except(const Except & /*unused*/) noexcept(false) in Except() function
68 Except(Except && /*unused*/) noexcept(false) in Except() function
72 Except &operator=(const Except & /*unused*/) noexcept(false) { return *this; } in operator =() argument
73 Except &operator=(Except && /*unused*/) noexcept(false) { return *this; } in operator =() argument
74 ~Except() noexcept(false) { n = 0; } in ~Except() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/test/tests/
H A Dnoexcept-propagation.cpp60 struct Except struct
63 Except() = delete; argument
64 Except(const Except & /*unused*/) noexcept(false) in Except() function
68 Except(Except && /*unused*/) noexcept(false) in Except() function
72 Except &operator=(const Except & /*unused*/) noexcept(false) { return *this; } in operator =() argument
73 Except &operator=(Except && /*unused*/) noexcept(false) { return *this; } in operator =() argument
74 ~Except() noexcept(false) { n = 0; } in ~Except() argument
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/test/tests/
H A Dnoexcept-propagation.cpp60 struct Except struct
63 Except() = delete; argument
64 Except(const Except & /*unused*/) noexcept(false) in Except() argument
68 Except(Except && /*unused*/) noexcept(false) in Except() function
72 Except &operator=(const Except & /*unused*/) noexcept(false) { return *this; } in operator =() argument
73 Except &operator=(Except && /*unused*/) noexcept(false) { return *this; } in operator =() argument
74 ~Except() noexcept(false) { n = 0; } in ~Except() argument
/dports/net/cjdns/cjdns-cjdns-v21.1/exception/
H A DExcept.h26 struct Except struct
28 struct Except* next; argument
30 void (* exception)(char* message, struct Except* handler); argument
32 char message[Except_BUFFER_SZ]; argument
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/
H A DCompat.hs18 type Except e = ErrorT e Identity type
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/
H A DCompat.hs18 type Except e = ErrorT e Identity type
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/extra/
H A Dghostwriter.py136 Except = Union[Type[Exception], Tuple[Type[Exception], ...]] variable
157 def _check_except(except_: Except) -> Tuple[Type[Exception], ...]:
579 func: Callable, *pass_variables: str, except_: Except, assign: str = ""
755 except_: Except = (),
901 def fuzz(func: Callable, *, except_: Except = (), style: str = "pytest") -> str:
955 def idempotent(func: Callable, *, except_: Except = (), style: str = "pytest") -> str:
1028 def roundtrip(*funcs: Callable, except_: Except = (), style: str = "pytest") -> str:
1074 def equivalent(*funcs: Callable, except_: Except = (), style: str = "pytest") -> str:
1109 except_: Except = (),
1294 def ufunc(func: Callable, *, except_: Except = (), style: str = "pytest") -> str:
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/src/System/Linq/
H A DExcept.cs11 …public static IEnumerable<TSource> Except<TSource>(this IEnumerable<TSource> first, IEnumerable<TS… in Except() method in System.Linq.Enumerable
26 …public static IEnumerable<TSource> Except<TSource>(this IEnumerable<TSource> first, IEnumerable<TS… in Except() method in System.Linq.Enumerable
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DRejectsOrders.cs25 public readonly HashSet<string> Except = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.RejectsOrdersInfo
33 public HashSet<string> Except { get { return Info.Except; } } property in OpenRA.Mods.Common.Traits.RejectsOrders
/dports/misc/netron/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ansi-escapes/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/read-pkg/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/meow/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/misc/netron/node_modules/ansi-escapes/node_modules/type-fest/source/
H A Dexcept.d.ts22 export type Except<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Drapid-cxx-test.h209 # define TEST_CHECK_THROW(Except, ...) \ argument
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument
346 # define TEST_ASSERT_THROW(Except, ...) \ argument
378 #define TEST_ASSERT_THROW(Except, ...) ((void)0) argument

12345678910>>...22