Home
last modified time | relevance | path

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

12

/dports/lang/gcc8/gcc-8.5.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/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dtrans-stmt.c1450 tree stmt, elsestmt; in gfc_trans_if_1() local
1479 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1481 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1487 elsestmt); in gfc_trans_if_1()
/dports/devel/avr-gcc/gcc-10.2.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()
1460 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dtrans-stmt.c1452 tree stmt, elsestmt; in gfc_trans_if_1() local
1481 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1483 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1489 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
1460 elsestmt); in gfc_trans_if_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dtrans-stmt.c1450 tree stmt, elsestmt; in gfc_trans_if_1() local
1479 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1481 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1487 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc10/gcc-10.3.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()
1460 elsestmt); in gfc_trans_if_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dtrans-stmt.c1450 tree stmt, elsestmt; in gfc_trans_if_1() local
1479 elsestmt = gfc_trans_if_1 (code->block); in gfc_trans_if_1()
1481 elsestmt = build_empty_stmt (input_location); in gfc_trans_if_1()
1487 elsestmt); in gfc_trans_if_1()
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2613 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2614 return collectConds(elsestmt, conds)
/dports/sysutils/nomad/nomad-1.1.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2613 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2614 return collectConds(elsestmt, conds)
/dports/lang/basic256/basic256-2.0.0.11/LEX/
H A DbasicParse.y2349 | elsestmt
2547 elsestmt: B256ELSE {
H A DbasicParse.output615 525 | elsestmt
745 649 elsestmt: B256ELSE
1917 elsestmt (577)
2390 elsestmt go to state 168
7942 649 elsestmt: B256ELSE .
7944 $default reduce using rule 649 (elsestmt)
39312 elsestmt go to state 168
39573 525 statement: elsestmt .
39778 elsestmt go to state 168
40107 elsestmt go to state 168
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2617 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2618 return collectConds(elsestmt, conds)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2641 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2642 return collectConds(elsestmt, conds)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2654 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2655 return collectConds(elsestmt, conds)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2761 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2762 return collectConds(elsestmt, conds)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go2761 if elsestmt, ok := ifstmt.Else.(*ast.IfStmt); ok {
2762 return collectConds(elsestmt, conds)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_compiler.c1287 MOJOSHADER_astStatement *elsestmt) in new_if_statement() argument
1294 retval->else_statement = elsestmt; in new_if_statement()

12