Home
last modified time | relevance | path

Searched refs:true_stmt (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeifstatement.c127 ValaCCodeStatement* true_stmt, in vala_ccode_if_statement_construct() argument
132 g_return_val_if_fail (true_stmt != NULL, NULL); in vala_ccode_if_statement_construct()
135 vala_ccode_if_statement_set_true_statement (self, true_stmt); in vala_ccode_if_statement_construct()
142 ValaCCodeStatement* true_stmt, in vala_ccode_if_statement_new() argument
145 …return vala_ccode_if_statement_construct (VALA_TYPE_CCODE_IF_STATEMENT, cond, true_stmt, false_stm… in vala_ccode_if_statement_new()
H A Dvalaccodeifstatement.vala44 …public CCodeIfStatement (CCodeExpression cond, CCodeStatement true_stmt, CCodeStatement? false_stm…
46 true_statement = true_stmt;
H A Dccode.vapi275 …public CCodeIfStatement (Vala.CCodeExpression cond, Vala.CCodeStatement true_stmt, Vala.CCodeState…
H A Dvalaccode.h1643 ValaCCodeStatement* true_stmt,
1647 ValaCCodeStatement* true_stmt,
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaifstatement.vala73 * @param true_stmt statement to be evaluated if condition is true
77 …public IfStatement (Expression cond, Block true_stmt, Block? false_stmt, SourceReference? source =…
79 true_statement = true_stmt;
H A Dvalaifstatement.c162 ValaBlock* true_stmt, in vala_if_statement_construct() argument
168 g_return_val_if_fail (true_stmt != NULL, NULL); in vala_if_statement_construct()
171 vala_if_statement_set_true_statement (self, true_stmt); in vala_if_statement_construct()
179 ValaBlock* true_stmt, in vala_if_statement_new() argument
183 return vala_if_statement_construct (VALA_TYPE_IF_STATEMENT, cond, true_stmt, false_stmt, source); in vala_if_statement_new()
H A Dvalaconditionalexpression.vala212 …var true_stmt = new ExpressionStatement (new Assignment (new MemberAccess.simple (local.name, true…
216 true_block.replace_statement (true_decl, true_stmt);
218 true_stmt.check (context);
H A Dvalaconditionalexpression.c584 ValaExpressionStatement* true_stmt = NULL; in vala_conditional_expression_real_check() local
1050 true_stmt = _tmp220_; in vala_conditional_expression_real_check()
1079 _tmp246_ = true_stmt; in vala_conditional_expression_real_check()
1085 _tmp250_ = true_stmt; in vala_conditional_expression_real_check()
1113 _vala_code_node_unref0 (true_stmt); in vala_conditional_expression_real_check()
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dstmt.c1024 ivl_statement_t true_stmt = ivl_stmt_cond_true(stmt); in emit_stmt_condit() local
1031 if (true_stmt) { in emit_stmt_condit()
1037 (ivl_statement_type(true_stmt) == IVL_ST_CONDIT) && in emit_stmt_condit()
1038 (! ivl_stmt_cond_false(true_stmt))) nest = 1; in emit_stmt_condit()
1043 emit_stmt(scope, true_stmt); in emit_stmt_condit()
/dports/lang/cparser/cparser-0.9.14/
H A Dparser.c9083 statement_t *const true_stmt = parse_inner_statement(); in parse_if() local
9084 statement->ifs.true_statement = true_stmt; in parse_if()
9087 if (true_stmt->kind == STATEMENT_EMPTY) { in parse_if()
9099 } else if (true_stmt->kind == STATEMENT_IF && in parse_if()
9100 true_stmt->ifs.false_statement != NULL) { in parse_if()
9101 source_position_t const *const pos = &true_stmt->base.source_position; in parse_if()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dclass.c216 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
225 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dclass.c216 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
225 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dclass.c216 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
225 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dclass.c223 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
228 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
232 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dclass.c235 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
240 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
244 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dclass.c227 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
232 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
236 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dclass.c235 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
240 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
244 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dclass.c216 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
221 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
225 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dclass.c228 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
233 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
237 cmp, true_stmt, false_stmt); in build_if_in_charge()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dclass.c228 build_if_in_charge (tree true_stmt, tree false_stmt) in build_if_in_charge() argument
233 tree type = unlowered_expr_type (true_stmt); in build_if_in_charge()
237 cmp, true_stmt, false_stmt); in build_if_in_charge()

123