Home
last modified time | relevance | path

Searched refs:is_condition (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/R-cran-rlang/rlang/man/
H A Dis_condition.Rd3 \name{is_condition}
4 \alias{is_condition}
7 is_condition(x)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Dactions.py34 def is_condition(self) -> bool: member in Action
188 def is_condition(self) -> bool: member in Lookahead
225 def is_condition(self) -> bool: member in CheckNotOnNewLine
253 def is_condition(self) -> bool: member in FilterFlag
377 assert all([not a.is_condition() for a in actions])
387 def is_condition(self) -> bool: member in Seq
388 return self.actions[0].is_condition()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Dactions.py103 def is_condition(self) -> bool: member in Action
113 assert self.is_condition()
118 assert self.is_condition()
354 def is_condition(self) -> bool: member in Lookahead
397 def is_condition(self) -> bool: member in CheckNotOnNewLine
430 def is_condition(self) -> bool: member in FilterStates
476 def is_condition(self) -> bool: member in FilterFlag
608 assert all([not a.is_condition() for a in actions])
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dactions.py103 def is_condition(self) -> bool: member in Action
113 assert self.is_condition()
118 assert self.is_condition()
354 def is_condition(self) -> bool: member in Lookahead
397 def is_condition(self) -> bool: member in CheckNotOnNewLine
430 def is_condition(self) -> bool: member in FilterStates
476 def is_condition(self) -> bool: member in FilterFlag
608 assert all([not a.is_condition() for a in actions])
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dactions.py103 def is_condition(self) -> bool: member in Action
113 assert self.is_condition()
118 assert self.is_condition()
354 def is_condition(self) -> bool: member in Lookahead
397 def is_condition(self) -> bool: member in CheckNotOnNewLine
430 def is_condition(self) -> bool: member in FilterStates
476 def is_condition(self) -> bool: member in FilterFlag
608 assert all([not a.is_condition() for a in actions])
/dports/devel/R-cran-rlang/rlang/R/
H A Dcnd.R68 is_condition <- function(x) { function
H A Dcnd-abort.R313 while (is_condition(cnd$parent)) {
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/
H A Dtemplate.py425 is_condition = False
429 is_condition = True
438 if not is_condition and not is_no_value:
452 is_condition = False
456 is_condition = True
463 if not is_condition and not is_no_value:
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dmq.c945 bool match, is_condition = false; in mq_parse_media_query() local
961 is_condition = true; in mq_parse_media_query()
973 is_condition = true; in mq_parse_media_query()
985 if (is_condition) { in mq_parse_media_query()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/atrule/
H A Dmedia.rs30 pub fn is_condition(&self) -> bool { in is_condition() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/emit/
H A Drust.py142 if first.is_condition():
167 assert first_act.is_condition()
190 assert not act.is_condition()
/dports/sysutils/duply/duply_2.1/
H A Dduply1418 function is_condition {
2326 is_condition "$CMD_VALUE" && CND_NEXT="$CMD_VALUE" || CMD_NEXT="$CMD_VALUE"
2335 [ "$prevno" -ge 0 ] && is_condition "${CMDS[$prevno]}" && CND_PREV=${CMDS[$prevno]}
2343 is_condition "$CMD_VALUE" || CMD_PREV="$CMD_VALUE"
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/
H A Dscan_utils.py495 def is_condition(elem): function
550 elif is_condition(ls[1]):
557 elif is_condition(ls[1]):
566 if is_condition(ls[2]):
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/emit/
H A Drust.py188 if first.is_condition():
225 assert first_act.is_condition()
287 assert not act.is_condition()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Drust.py188 if first.is_condition():
225 assert first_act.is_condition()
287 assert not act.is_condition()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Drust.py188 if first.is_condition():
225 assert first_act.is_condition()
287 assert not act.is_condition()
/dports/devel/R-cran-testthat/testthat/R/
H A Dexpect-condition.R305 while (is_condition(.cnd)) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3560 if (!is_condition(&graph->edge[i])) in update_edges()
5565 if (is_condition(&graph->edge[i])) in clear_local_edges()
5578 if (is_condition(&graph->edge[i])) in need_condition_check()
5662 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6387 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/devel/isl/isl-0.24/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c280 static int is_condition(struct isl_sched_edge *edge) in is_condition() function
301 return is_condition(edge) || is_conditional_validity(edge); in is_multi_edge_type()
1313 if (is_condition(edge2)) { in merge_edge()
1331 if (is_condition(edge2) && !edge1->tagged_condition) in merge_edge()
3567 if (!is_condition(&graph->edge[i])) in update_edges()
5572 if (is_condition(&graph->edge[i])) in clear_local_edges()
5585 if (is_condition(&graph->edge[i])) in need_condition_check()
5669 if (!is_condition(&graph->edge[i])) in has_adjacent_true_conditions()
6394 if (!sc || (!is_condition(edge) && !is_conditional_validity(edge))) in collect_edge_constraints()

1234