Home
last modified time | relevance | path

Searched refs:guard0 (Results 1 – 25 of 101) sorted by relevance

12345

/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/
H A Dscopeguardtest.cpp55 auto guard0 = scopeGuard([&] { setByGuard0 = true; }); in TEST() local
56 guard0.dismiss(); in TEST()
67 auto guard0 = scopeGuard([&] { setByGuard0 += 1; }); in TEST() local
/dports/devel/loki/loki-0.1.7/test/ScopeGuard/
H A Dmain.cpp214 ::Loki::ScopeGuard guard0 = ::Loki::MakeGuard( &HasNone ); in DoStandaloneFunctionTests()
220 (void)guard0; in DoStandaloneFunctionTests()
230 ::Loki::ScopeGuard guard0 = ::Loki::MakeObjGuard( user, &User::HasNone ); in DoMemberFunctionTests()
234 (void)guard0; in DoMemberFunctionTests()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/basic_SUITE_data/
H A Dbasic_guards.erl14 ok = guard0(4.2),
25 guard0(X) when X /= 0, is_float(X) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/basic_SUITE_data/
H A Dbasic_guards.erl14 ok = guard0(4.2),
25 guard0(X) when X /= 0, is_float(X) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/basic_SUITE_data/
H A Dbasic_guards.erl14 ok = guard0(4.2),
25 guard0(X) when X /= 0, is_float(X) -> function
/dports/lang/guile2/guile-2.2.7/module/rnrs/
H A Dexceptions.scm112 (define-syntax guard0
124 (guard0 (variable cond-clause ... (else else-clause ...)) . body))
126 (guard0 (variable cond-clause ... (else (raise variable))) . body))))
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dsys_expand_pmod.erl174 [guard0(G0,St) | guard(Gs,St)];
176 guard0(L,St).
178 guard0([G0|Gs],St) -> function
180 [G1|guard0(Gs,St)];
181 guard0([],_St) -> []. function
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/qmgr/
H A DQmgrMain.cpp3229 UintR guard0; in execPREP_FAILREQ() local
3259 guard0 = cnoPrepFailedNodes - 1; in execPREP_FAILREQ()
3260 arrGuard(guard0, MAX_NDB_NODES); in execPREP_FAILREQ()
3303 UintR guard0; in execCLOSE_COMCONF() local
3311 guard0 = cnoFailedNodes - 1; in execCLOSE_COMCONF()
3312 arrGuard(guard0, MAX_NDB_NODES); in execCLOSE_COMCONF()
3351 guard0 = cnoPrepFailedNodes - 1; in execCLOSE_COMCONF()
3496 UintR guard0; in execPREP_FAILREF() local
3500 guard0 = cnoPrepFailedNodes - 1; in execPREP_FAILREF()
3501 arrGuard(guard0, MAX_NDB_NODES); in execPREP_FAILREF()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/examples/
H A Derl_id_trans.erl268 [guard0(G0) | guard(Gs)];
270 guard0(L).
272 guard0([G0|Gs]) -> function
274 [G1|guard0(Gs)];
275 guard0([]) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/examples/
H A Derl_id_trans.erl271 [guard0(G0) | guard(Gs)];
273 guard0(L).
275 guard0([G0|Gs]) -> function
277 [G1|guard0(Gs)];
278 guard0([]) -> []. function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dprefetch_manager_impl.cpp238 CMutexGuard guard0(GetMainPoolMutex()); in AddAction() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dprefetch_manager_impl.cpp238 CMutexGuard guard0(GetMainPoolMutex()); in AddAction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/xray/
H A Dxray.c92 uint32_t guard0; member
138 assert(capture->guard0 == XRAY_GUARD_VALUE_0x12345678); in XRayCheckGuards()
741 capture->guard0 = XRAY_GUARD_VALUE_0x12345678;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/qmgr/
H A DQmgrMain.cpp4044 UintR guard0; in execPREP_FAILREQ() local
4075 guard0 = cnoPrepFailedNodes - 1; in execPREP_FAILREQ()
4076 arrGuard(guard0, MAX_NDB_NODES); in execPREP_FAILREQ()
4201 UintR guard0; in execCLOSE_COMCONF() local
4217 guard0 = cnoFailedNodes - 1; in execCLOSE_COMCONF()
4218 arrGuard(guard0, MAX_NDB_NODES); in execCLOSE_COMCONF()
4268 guard0 = cnoPrepFailedNodes - 1; in execCLOSE_COMCONF()
4427 UintR guard0; in execPREP_FAILREF() local
4431 guard0 = cnoPrepFailedNodes - 1; in execPREP_FAILREF()
4432 arrGuard(guard0, MAX_NDB_NODES); in execPREP_FAILREF()
[all …]

12345