Home
last modified time | relevance | path

Searched refs:if_then (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/
H A Dif_then.hpp26 struct if_then;
29 struct if_then< if_pair< Cond, Then >, Pairs... > struct
30 : if_then_else< Cond, Then, if_then< Pairs... > >
33 …using else_if_then = if_then< if_pair< Cond, Then >, Pairs..., if_pair< ElseCond, seq< Thens... > … argument
36 …using else_then = if_then_else< Cond, Then, if_then< Pairs..., if_pair< success, seq< Thens... > >… argument
40 struct if_then<> struct
45 inline constexpr bool enable_control< if_then< Pairs... > > = false;
50 struct if_then struct
51 : internal::if_then< internal::if_pair< Cond, internal::seq< Thens... > > >
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/
H A Dif_then.hpp28 struct if_then;
31 struct if_then< if_pair< Cond, Then >, Pairs... > struct
32 : if_then_else< Cond, Then, if_then< Pairs... > >
35 …using else_if_then = if_then< if_pair< Cond, Then >, Pairs..., if_pair< ElseCond, seq< Thens... > … argument
38 …using else_then = if_then_else< Cond, Then, if_then< Pairs..., if_pair< trivial< true >, seq< Then… argument
42 struct if_then<> struct
48 struct skip_control< if_then< Pairs... > > : std::true_type
55 using if_then = internal::if_then< internal::if_pair< Cond, internal::seq< Thens... > > >; typedef
/dports/devel/re2c/re2c-2.2/src/codegen/
H A Dgen_goto.cc66 CodeList *if_then = gen_goif(output, dfa, go->gothen, from); in gen_goifb() local
68 append(stmts, code_if_then_else(alc, if_cond, if_then, if_else)); in gen_goifb()
86 CodeList *if_then = code_list(alc); in gen_goifl() local
87 gen_goto(output, dfa, if_then, from, b.jump); in gen_goifl()
88 append(stmts, code_if_then_else(alc, if_cond, if_then, NULL)); in gen_goifl()
133 CodeList *if_then = gen_goswif(output, dfa, go->hgo, from); in gen_gobm() local
134 append(stmts, code_if_then_elif(alc, if_cond, if_then, elif_cond, if_else)); in gen_gobm()
213 CodeList *if_then = gen_goswif(output, dfa, go->hgo, from); in gen_gocp() local
214 append(stmts, code_if_then_else(alc, text, if_then, if_else, false)); in gen_gocp()
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dsetobj.py233 with builder.if_then(eq):
315 with builder.if_then(is_used):
439 with builder.if_then(not_found):
476 with builder.if_then(found):
514 with builder.if_then(is_error, likely=False):
611 with builder.if_then(builder.not_(found)):
696 with builder.if_then(found):
837 with builder.if_then(need_resize, likely=False):
890 with builder.if_then(need_resize, likely=False):
905 with builder.if_then(is_too_small):
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenOpenCL/
H A Dconvergent.cl32 // CHECK: br i1 %[[tobool]], label %[[if_end3_critedge:.+]], label %[[if_then:.+]]
34 // CHECK: [[if_then]]:
65 // CHECK: br i1 %[[tobool]], label %[[if_end:.+]], label %[[if_then:.+]]
66 // CHECK: [[if_then]]:
72 // CHECK: %[[tobool_pr:.+]] = phi i1 [ true, %[[if_then]] ], [ false, %{{.+}} ]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenOpenCL/
H A Dconvergent.cl32 // CHECK: br i1 %[[tobool]], label %[[if_end3_critedge:.+]], label %[[if_then:.+]]
34 // CHECK: [[if_then]]:
65 // CHECK: br i1 %[[tobool]], label %[[if_end:.+]], label %[[if_then:.+]]
66 // CHECK: [[if_then]]:
72 // CHECK: %[[tobool_pr:.+]] = phi i1 [ true, %[[if_then]] ], [ false, %{{.+}} ]
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dboxing.py355 with c.builder.if_then(is_not_none):
473 with c.builder.if_then(failed, likely=False):
549 with c.builder.if_then(size_matches, likely=True):
639 with c.builder.if_then(
698 with c.builder.if_then(c.builder.load(errorptr)):
753 with c.builder.if_then(list.dirty, likely=False):
847 with c.builder.if_then(c.builder.load(errorptr)):
896 with c.builder.if_then(ok, likely=True):
930 with c.builder.if_then(ok, likely=True):
949 with c.builder.if_then(payload.dirty, likely=False):
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/c2/
H A Dg1BarrierSetC2.cpp237 __ if_then(marking, BoolTest::ne, zero, unlikely); { in pre_barrier() local
249 __ if_then(pre_val, BoolTest::ne, kit->null()); { in pre_barrier() local
253 __ if_then(index, BoolTest::ne, zeroX, likely); { in pre_barrier() local
357 __ if_then(index, BoolTest::ne, zeroX); { in g1_mark_card() local
460 __ if_then(xor_res, BoolTest::ne, zeroX); { in post_barrier() local
463 __ if_then(val, BoolTest::ne, kit->null(), unlikely); { in post_barrier() local
470 __ if_then(card_val, BoolTest::ne, young_card); { in post_barrier() local
476 __ if_then(card_val_reload, BoolTest::ne, dirty_card); { in post_barrier() local
489 __ if_then(card_val, BoolTest::ne, young_card); { in post_barrier() local
555 __ if_then(offset, BoolTest::eq, referent_off, unlikely); { in insert_pre_barrier() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/c2/
H A Dg1BarrierSetC2.cpp237 __ if_then(marking, BoolTest::ne, zero, unlikely); { in pre_barrier() local
249 __ if_then(pre_val, BoolTest::ne, kit->null()); { in pre_barrier() local
253 __ if_then(index, BoolTest::ne, zeroX, likely); { in pre_barrier() local
357 __ if_then(index, BoolTest::ne, zeroX); { in g1_mark_card() local
460 __ if_then(xor_res, BoolTest::ne, zeroX); { in post_barrier() local
463 __ if_then(val, BoolTest::ne, kit->null(), unlikely); { in post_barrier() local
470 __ if_then(card_val, BoolTest::ne, young_card); { in post_barrier() local
476 __ if_then(card_val_reload, BoolTest::ne, dirty_card); { in post_barrier() local
489 __ if_then(card_val, BoolTest::ne, young_card); { in post_barrier() local
555 __ if_then(offset, BoolTest::eq, referent_off, unlikely); { in insert_pre_barrier() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/devel/boost-python-libs/boost_1_72_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-server/boost_1_59_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/xtrabackup/boost_1_59_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/percona57-client/boost_1_59_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/devel/boost-libs/boost_1_72_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lambda/test/
H A Dcontrol_structures.cpp34 using boost::lambda::if_then;
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs()
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs()

1234567891011