Home
last modified time | relevance | path

Searched refs:elsestmt (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/maxima/maxima-5.43.2/share/contrib/gentran/man/
H A DappA1.ms151 cond ::= \fIif\fR logexp \fIthen\fR stmt elsestmt
153 elsestmt ::= \fIelse\fR stmt | \fIeps\fR
288 cond ::= \fI((mcond) \fRlogexp stmt \fIt\fR elsestmt)
290 elsestmt ::= stmt | \fI$false\fR
H A DappA.ms148 cond ::= \fIif\fR logexp \fIthen\fR stmt elsestmt
150 elsestmt ::= \fIelse\fR stmt | \fIeps\fR
285 cond ::= \fI((mcond) \fRlogexp stmt \fIt\fR elsestmt)
287 elsestmt ::= stmt | \fI$false\fR
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dlunacon.lua3488 function on.if_else_end(ifconds, ifstmt, elsestmt, ...)
3535 if (elsestmt~=nil) then
3538 if (type(elsestmt)=="table") then
3539 elsestmt = flatten_codetab(elsestmt)
3541 if (#elsestmt>=2 and elsestmt[1]:match("^if ") and elsestmt[#elsestmt]=="end") then
3542 elsestmt[1] = elsestmt[1]:sub(4)
3543 elsestmt[#elsestmt] = nil
3549 code[#code+1] = elsestmt
/dports/lang/pcc/pcc-1.1.0/cc/cpp/
H A Dscanner.l49 static void elsestmt(void);
651 elsestmt(void)
H A Dtoken.c58 static void elsestmt(void);
1154 elsestmt(void) in elsestmt() function
1367 { "else", elsestmt },
/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_semacheck2.c391 …ow_stmt->cond) && is_expression_valid(flow_stmt->stmt) && is_expression_valid(flow_stmt->elsestmt); in is_expression_valid()
622 if (node->elsestmt) visit(node->elsestmt); in visit_flow_stmt()
631 visit(node->elsestmt); in visit_flow_stmt()
H A Dgravity_ast.c150 node->elsestmt = stmt2; in gnode_flow_stat_create()
561 if (node->elsestmt) visit(node->elsestmt); in free_flow_stmt()
H A Dgravity_ast.h99 gnode_t *elsestmt; // optional else statement in case of IF member
H A Dgravity_codegen.c437 if (node->elsestmt) ircode_add(code, JUMP, labelTrue, 0, 0, LINE_NUMBER(node)); in visit_flow_if_stmt()
440 if (node->elsestmt) { in visit_flow_if_stmt()
441 visit(node->elsestmt); in visit_flow_if_stmt()
533 visit(node->elsestmt); in visit_flow_ternary_stmt()
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dtrans-stmt.c959 tree stmt, elsestmt; in gfc_trans_if_1() local
988 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
990 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
995 elsestmt); in gfc_trans_if_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dtrans-stmt.c961 tree stmt, elsestmt; in gfc_trans_if_1() local
990 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
992 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
997 elsestmt); in gfc_trans_if_1()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dtrans-stmt.c959 tree stmt, elsestmt; in gfc_trans_if_1() local
988 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
990 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
995 elsestmt); in gfc_trans_if_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dtrans-stmt.c1274 tree stmt, elsestmt; in gfc_trans_if_1() local
1303 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1305 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1310 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dtrans-stmt.c1274 tree stmt, elsestmt; in gfc_trans_if_1() local
1303 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1305 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1310 elsestmt); in gfc_trans_if_1()
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2469 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2470 return collectConds(elsestmt, inits, conds)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2469 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2470 return collectConds(elsestmt, inits, conds)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2469 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2470 return collectConds(elsestmt, inits, conds)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-stmt.c1408 tree stmt, elsestmt; in gfc_trans_if_1() local
1437 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1439 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1444 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dtrans-stmt.c1423 tree stmt, elsestmt; in gfc_trans_if_1() local
1452 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1454 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1459 elsestmt); in gfc_trans_if_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dtrans-stmt.c1408 tree stmt, elsestmt; in gfc_trans_if_1() local
1437 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1439 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1444 elsestmt); in gfc_trans_if_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-stmt.c1408 tree stmt, elsestmt; in gfc_trans_if_1() local
1437 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1439 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1444 elsestmt); in gfc_trans_if_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-stmt.c1408 tree stmt, elsestmt; in gfc_trans_if_1() local
1437 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1439 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1444 elsestmt); in gfc_trans_if_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-stmt.c1408 tree stmt, elsestmt; in gfc_trans_if_1() local
1437 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1439 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1444 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dtrans-stmt.c1423 tree stmt, elsestmt; in gfc_trans_if_1() local
1452 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1454 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1459 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dtrans-stmt.c1423 tree stmt, elsestmt; in gfc_trans_if_1() local
1452 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1454 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1459 elsestmt); in gfc_trans_if_1()

12