Home
last modified time | relevance | path

Searched refs:cnd (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-64.c12 extern int cnd[];
16 char *p0 = cnd[0] ? a3 : 0; in f2()
17 char *p1 = cnd[1] ? a5 : p0; in f2()
24 char *p0 = cnd[0] ? a3 : 0; in f3()
25 char *p1 = cnd[1] ? a5 : 0; in f3()
26 char *p2 = cnd[2] ? p0 : p1; in f3()
33 char *p0 = cnd[0] ? a3 : 0; in f3_2()
34 char *p1 = cnd[1] ? a5 : 0; in f3_2()
35 char *p2 = cnd[2] ? p1 : p0; in f3_2()
42 char *p0 = cnd[0] ? a5 : 0; in f3_3()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-64.c12 extern int cnd[];
16 char *p0 = cnd[0] ? a3 : 0; in f2()
17 char *p1 = cnd[1] ? a5 : p0; in f2()
24 char *p0 = cnd[0] ? a3 : 0; in f3()
25 char *p1 = cnd[1] ? a5 : 0; in f3()
26 char *p2 = cnd[2] ? p0 : p1; in f3()
33 char *p0 = cnd[0] ? a3 : 0; in f3_2()
34 char *p1 = cnd[1] ? a5 : 0; in f3_2()
35 char *p2 = cnd[2] ? p1 : p0; in f3_2()
42 char *p0 = cnd[0] ? a5 : 0; in f3_3()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-64.c12 extern int cnd[];
16 char *p0 = cnd[0] ? a3 : 0; in f2()
17 char *p1 = cnd[1] ? a5 : p0; in f2()
24 char *p0 = cnd[0] ? a3 : 0; in f3()
25 char *p1 = cnd[1] ? a5 : 0; in f3()
26 char *p2 = cnd[2] ? p0 : p1; in f3()
33 char *p0 = cnd[0] ? a3 : 0; in f3_2()
34 char *p1 = cnd[1] ? a5 : 0; in f3_2()
35 char *p2 = cnd[2] ? p1 : p0; in f3_2()
42 char *p0 = cnd[0] ? a5 : 0; in f3_3()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-64.c12 extern int cnd[];
16 char *p0 = cnd[0] ? a3 : 0; in f2()
17 char *p1 = cnd[1] ? a5 : p0; in f2()
24 char *p0 = cnd[0] ? a3 : 0; in f3()
25 char *p1 = cnd[1] ? a5 : 0; in f3()
26 char *p2 = cnd[2] ? p0 : p1; in f3()
33 char *p0 = cnd[0] ? a3 : 0; in f3_2()
34 char *p1 = cnd[1] ? a5 : 0; in f3_2()
35 char *p2 = cnd[2] ? p1 : p0; in f3_2()
42 char *p0 = cnd[0] ? a5 : 0; in f3_3()
[all …]
/dports/devel/R-cran-vctrs/vctrs/R/
H A Dsubscript-loc.R318 cnd$subscript_arg <- append_arg("Subscript", cnd$subscript_arg)
324 cnd$subscript_arg <- append_arg("Subscript", cnd$subscript_arg)
330 cnd$subscript_arg <- append_arg("Subscript", cnd$subscript_arg)
344 cnd$subscript_arg <- append_arg("Subscript", cnd$subscript_arg)
384 cnd$subscript_arg <- append_arg("Subscript", cnd$subscript_arg)
409 cnd$subscript_arg <- append_arg("subscript", cnd$subscript_arg)
411 cnd,
453 i <- cnd$i
472 cnd$size,
480 oob <- cnd$i[!cnd$i %in% cnd$names]
[all …]
H A Dsubscript.R185 action <- cnd_subscript_action(cnd)
186 elt <- cnd_subscript_element(cnd)
187 if (cnd_subscript_scalar(cnd)) {
196 type <- obj_type(cnd$i)
205 function(cnd, ...) { argument
212 allowed <- cnd[types] != "error"
256 dim <- length(dim(cnd$i))
302 action <- cnd$subscript_action
305 if (cnd_subscript_scalar(cnd)) {
326 cnd_subscript_type <- function(cnd) { argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/conversions/
H A DTestMoveConvI2LOrCastIIThruAddIs.java63 int a = cnd ? 1 : 2; in testChain()
72 int a0 = cnd ? 1 : 2; in testTree()
73 int a1 = cnd ? 1 : 2; in testTree()
74 int a2 = cnd ? 1 : 2; in testTree()
75 int a3 = cnd ? 1 : 2; in testTree()
76 int a4 = cnd ? 1 : 2; in testTree()
111 int a = cnd ? 1 : 2; in testStress1()
123 int a = cnd ? 1 : 2; in testStress2()
166 Asserts.assertEQ(testChain(cnd), cnd ? 8L : 16L); in main()
167 Asserts.assertEQ(testTree(cnd), cnd ? 8L : 16L); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/conversions/
H A DTestMoveConvI2LOrCastIIThruAddIs.java63 int a = cnd ? 1 : 2; in testChain()
72 int a0 = cnd ? 1 : 2; in testTree()
73 int a1 = cnd ? 1 : 2; in testTree()
74 int a2 = cnd ? 1 : 2; in testTree()
75 int a3 = cnd ? 1 : 2; in testTree()
76 int a4 = cnd ? 1 : 2; in testTree()
111 int a = cnd ? 1 : 2; in testStress1()
123 int a = cnd ? 1 : 2; in testStress2()
166 Asserts.assertEQ(testChain(cnd), cnd ? 8L : 16L); in main()
167 Asserts.assertEQ(testTree(cnd), cnd ? 8L : 16L); in main()
[all …]
/dports/devel/R-cran-rlang/rlang/R/
H A Dcnd-message.R47 cnd_message <- function(cnd) { argument
49 cnd_header(cnd),
50 cnd_body(cnd),
51 cnd_footer(cnd)
62 cnd$message
67 cnd_body <- function(cnd, ...) { argument
68 if (is_null(cnd$body)) {
71 override_cnd_body(cnd, ...)
80 body <- cnd$body
83 body(cnd, ...)
[all …]
H A Dcnd-abort.R162 cnd <- error_cnd(class, functionVar
168 signal_abort(cnd)
174 fallback <- cnd
179 signalCondition(cnd)
188 last_error_env$cnd <- cnd
310 trace <- cnd$trace
314 cnd <- cnd$parent
316 trace <- cnd$trace
408 cnd <- last_error_env$cnd functionVar
410 cnd
[all …]
H A Dcnd-signal.R43 if (is_null(cnd)) {
47 if (inherits(cnd, "rlang_error") && is_null(cnd$trace)) {
50 signal_abort(cnd)
63 if (is_character(cnd)) {
68 env$cnd <- cnd(cnd)
80 .cnd <- cnd(.cnd)
82 env$cnd <- .cnd
121 warning(cnd)
157 signalCondition(cnd)
168 cnd <- cnd(class, ..., message = message) functionVar
[all …]
H A Dcnd-entrace.R40 if (!missing(cnd) && is_trace(cnd$trace)) {
51 if (missing(cnd)) {
54 abort(conditionMessage(cnd) %||% "", error = cnd, trace = trace)
63 if (!is_null(cnd$trace)) {
64 return(cnd)
74 cnd
171 cnd <- stop_frame$cond functionVar
177 if (from_stop && (is_trace(cnd$trace) || is_true(cnd$rlang_entraced))) {
182 if (is_null(cnd)) {
186 msg <- cnd$message
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Derrors2.R3 cnd <- new_cond(..., call. = call.) functionVar
4 cnd[names(data)] <- data
5 class(cnd) <- c(class, "pkgcache_condition", class(cnd))
6 cnd
10 cnd <- new_cond(..., call. = call.) functionVar
11 cnd[names(data)] <- data
12 class(cnd) <- c(class, "pkgcache_condition", "warning", class(cnd))
13 cnd
/dports/games/nextgo/NeXTGo-3.0/
H A Dfindpatn.c80 static int cnd, mtype; /* game tree node number, move type */ in findpatn() local
102 cnd = 0; in findpatn()
104 opening(i, j, &cnd, mtype); /* get new node for next move */ in findpatn()
105 if (opening(i, j, &cnd, mtype)) opn[4] = 1; in findpatn()
116 cnd = 0; in findpatn()
118 opening(i, j, &cnd, mtype); /* get new node for next move */ in findpatn()
119 if (opening(i, j, &cnd, mtype)) opn[4] = 1; in findpatn()
130 cnd = 0; in findpatn()
133 if (opening(i, j, &cnd, mtype)) opn[4] = 1; in findpatn()
144 cnd = 0; in findpatn()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dvhal.h699 if( (cnd) == 0 ) { \
702 __FILE__, __LINE__, __FUNCTION__, #cnd, msg); \
707 #define VASSERT_MSG1(cnd, msg, arg) \ argument
709 if( (cnd) == 0 ) { \
714 __FILE__, __LINE__, __FUNCTION__, #cnd, buff); \
719 #define VASSERT_MSG2(cnd, msg, arg0, arg1) \ argument
721 if( (cnd) == 0 ) { \
726 __FILE__, __LINE__, __FUNCTION__, #cnd, buff); \
733 if( (cnd) == 0 ) { \
736 __FUNCTION__, #cnd, msg); \
[all …]
/dports/devel/R-cran-tibble/tibble/R/
H A Dnames.R48 vctrs_error_names_cannot_be_empty = function(cnd) { argument
49cnd <- error_column_names_cannot_be_empty(detect_empty_names(name), parent = cnd, repair_hint = re…
50 cnd$body <- details
52 cnd_signal(cnd)
54 vctrs_error_names_cannot_be_dot_dot = function(cnd) { argument
55cnd <- error_column_names_cannot_be_dot_dot(detect_dot_dot(name), parent = cnd, repair_hint = repa…
56 cnd_signal(cnd)
58 vctrs_error_names_must_be_unique = function(cnd) { argument
59cnd <- error_column_names_must_be_unique(detect_duplicates(name), parent = cnd, repair_hint = repa…
60 cnd_signal(cnd)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c44 static ErlDrvCond *cnd; variable
63 erl_drv_cond_broadcast(cnd); in tf()
65 erl_drv_cond_wait(cnd, mtx); in tf()
74 erl_drv_cond_broadcast(cnd); in tf()
76 erl_drv_cond_wait(cnd, mtx); in tf()
83 erl_drv_cond_wait(cnd, mtx); in tf()
139 erl_drv_cond_wait(cnd, mtx); in testcase_run()
181 erl_drv_cond_destroy(cnd); in testcase_run()
182 cnd = NULL; in testcase_run()
211 if (cnd) in testcase_cleanup()
[all …]
H A Dbasic.c36 static ErlDrvCond *cnd; variable
61 erl_drv_cond_wait(cnd, mtx); in tf0()
70 erl_drv_cond_wait(cnd, mtx); in tf0()
95 erl_drv_cond_wait(cnd, mtx); in tf1()
104 erl_drv_cond_wait(cnd, mtx); in tf1()
151 cnd = NULL; in testcase_run()
156 ASSERT(tcs, cnd); in testcase_run()
191 erl_drv_cond_signal(cnd); in testcase_run()
259 cnd = NULL; in testcase_run()
288 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c46 static ErlDrvCond *cnd; variable
65 erl_drv_cond_broadcast(cnd); in tf()
67 erl_drv_cond_wait(cnd, mtx); in tf()
76 erl_drv_cond_broadcast(cnd); in tf()
78 erl_drv_cond_wait(cnd, mtx); in tf()
85 erl_drv_cond_wait(cnd, mtx); in tf()
141 erl_drv_cond_wait(cnd, mtx); in testcase_run()
183 erl_drv_cond_destroy(cnd); in testcase_run()
184 cnd = NULL; in testcase_run()
213 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c46 static ErlDrvCond *cnd; variable
65 erl_drv_cond_broadcast(cnd); in tf()
67 erl_drv_cond_wait(cnd, mtx); in tf()
76 erl_drv_cond_broadcast(cnd); in tf()
78 erl_drv_cond_wait(cnd, mtx); in tf()
85 erl_drv_cond_wait(cnd, mtx); in tf()
141 erl_drv_cond_wait(cnd, mtx); in testcase_run()
183 erl_drv_cond_destroy(cnd); in testcase_run()
184 cnd = NULL; in testcase_run()
213 if (cnd) in testcase_cleanup()
[all …]
H A Dbasic.c36 static ErlDrvCond *cnd; variable
61 erl_drv_cond_wait(cnd, mtx); in tf0()
70 erl_drv_cond_wait(cnd, mtx); in tf0()
95 erl_drv_cond_wait(cnd, mtx); in tf1()
104 erl_drv_cond_wait(cnd, mtx); in tf1()
151 cnd = NULL; in testcase_run()
156 ASSERT(tcs, cnd); in testcase_run()
191 erl_drv_cond_signal(cnd); in testcase_run()
259 cnd = NULL; in testcase_run()
288 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c46 static ErlDrvCond *cnd; variable
65 erl_drv_cond_broadcast(cnd); in tf()
67 erl_drv_cond_wait(cnd, mtx); in tf()
76 erl_drv_cond_broadcast(cnd); in tf()
78 erl_drv_cond_wait(cnd, mtx); in tf()
85 erl_drv_cond_wait(cnd, mtx); in tf()
141 erl_drv_cond_wait(cnd, mtx); in testcase_run()
183 erl_drv_cond_destroy(cnd); in testcase_run()
184 cnd = NULL; in testcase_run()
213 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c46 static ErlDrvCond *cnd; variable
65 erl_drv_cond_broadcast(cnd); in tf()
67 erl_drv_cond_wait(cnd, mtx); in tf()
76 erl_drv_cond_broadcast(cnd); in tf()
78 erl_drv_cond_wait(cnd, mtx); in tf()
85 erl_drv_cond_wait(cnd, mtx); in tf()
141 erl_drv_cond_wait(cnd, mtx); in testcase_run()
183 erl_drv_cond_destroy(cnd); in testcase_run()
184 cnd = NULL; in testcase_run()
213 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c46 static ErlDrvCond *cnd; variable
65 erl_drv_cond_broadcast(cnd); in tf()
67 erl_drv_cond_wait(cnd, mtx); in tf()
76 erl_drv_cond_broadcast(cnd); in tf()
78 erl_drv_cond_wait(cnd, mtx); in tf()
85 erl_drv_cond_wait(cnd, mtx); in tf()
141 erl_drv_cond_wait(cnd, mtx); in testcase_run()
183 erl_drv_cond_destroy(cnd); in testcase_run()
184 cnd = NULL; in testcase_run()
213 if (cnd) in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Drwlock.c44 static ErlDrvCond *cnd; variable
63 erl_drv_cond_broadcast(cnd); in tf()
65 erl_drv_cond_wait(cnd, mtx); in tf()
74 erl_drv_cond_broadcast(cnd); in tf()
76 erl_drv_cond_wait(cnd, mtx); in tf()
83 erl_drv_cond_wait(cnd, mtx); in tf()
139 erl_drv_cond_wait(cnd, mtx); in testcase_run()
181 erl_drv_cond_destroy(cnd); in testcase_run()
182 cnd = NULL; in testcase_run()
211 if (cnd) in testcase_cleanup()
[all …]

12345678910>>...72