Home
last modified time | relevance | path

Searched refs:S_LVALUE (Results 1 – 23 of 23) sorted by relevance

/dports/devel/p5-Devel-Size-Report/Devel-Size-Report-0.13/lib/Devel/Size/
H A DReport.pm90 S_LVALUE => 8, constant
115 S_LVALUE() => 'Lvalue',
138 S_LVALUE() => 'LVALUE',
152 LVALUE => S_LVALUE(),
/dports/audio/sfront/sfront-0.99/src/
H A Dspecial.c108 case S_LVALUE: in specialupdate()
130 if (tptr->down->ttype == S_LVALUE) /* lvalue EQ expr SEM */ in specialupdate()
H A Dtreeupdate.c247 case S_LVALUE: in widthupdate()
279 if (tptr->down->ttype == S_LVALUE) in widthupdate()
1274 case S_LVALUE: in rateupdate()
1303 if (tptr->down->ttype == S_LVALUE) /* lvalue EQ expr SEM */ in rateupdate()
H A Doptrate.c88 case S_LVALUE: in stateoptrate()
461 nptr->down = make_tnode("<lvalue>",S_LVALUE); in ratefactor()
H A Dblocktree.c1119 case S_LVALUE: /* lvalue EQ expr SEM */
1250 case S_LVALUE:
H A Dpostparse.c1427 case S_LVALUE: in varupdate()
1491 (tptr->down->ttype == S_LVALUE)) /* lvalue EQ expr SEM */ in varupdate()
H A Dtree.h348 #define S_LVALUE 0x010E macro
H A Dparsehelp.c1038 if (t_one->ttype == S_LVALUE) /* lvalue EQ expr SEM */ in make_statement()
1285 retptr = make_tnode("<lvalue>",S_LVALUE); in make_lval()
H A Doptrefer.c93 case S_LVALUE:
H A Doptconst.c93 case S_LVALUE:
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant2.c741 if (SST_IDG(RHS(1)) == S_LVALUE || SST_IDG(RHS(1)) == S_EXPR) in semant2()
805 if (SST_IDG(RHS(1)) == S_LVALUE || SST_IDG(RHS(1)) == S_EXPR) in semant2()
1029 if (SST_IDG(sp) == S_LVALUE || SST_IDG(sp) == S_EXPR) in semant2()
1351 SST_IDP(LHS, S_LVALUE); in semant2()
1358 SST_IDP(LHS, S_LVALUE); in semant2()
1447 SST_IDP(LHS, S_LVALUE); in semant2()
1491 SST_IDP(LHS, S_LVALUE); in semant2()
1499 SST_IDP(LHS, S_LVALUE); in semant2()
H A Dsemant3.c1273 SST_IDP(LHS, S_LVALUE); in semant3()
1367 SST_IDP(LHS, S_LVALUE); in semant3()
1397 SST_IDP(LHS, S_LVALUE); in semant3()
4648 case S_LVALUE: in semant3()
4987 SST_IDP(LHS, S_LVALUE); in semant3()
4999 case S_LVALUE: in semant3()
5034 case S_LVALUE: in semant3()
5070 SST_IDP(LHS, S_LVALUE); in semant3()
6281 SST_IDP(lhs, S_LVALUE); in chk_and_rewrite_cmplxpart_assn()
6592 case S_LVALUE: in is_associatable_variable_sst()
[all …]
H A Dsemutil.c83 if (SST_IDG(stkptr) == S_LVALUE) { in constant_lvalue()
1071 SST_IDP(stkptr, S_LVALUE); in mkexpr1()
1132 SST_IDP(stkptr, S_LVALUE); in mkexpr1()
1191 case S_LVALUE: in mkexpr1()
1618 case S_LVALUE: in mklvalue()
2107 SST_IDP(stktop, S_LVALUE); in mkvarref()
2166 case S_LVALUE: in mkvarref()
2436 case S_LVALUE: in is_varref()
2601 if (SST_IDG(stktop) == S_LVALUE) { in ref_array()
2824 SST_IDP(stktop, S_LVALUE); in ref_array()
[all …]
H A Dsemantio.c1074 else if (SST_IDG(stkptr) == S_LVALUE) in semantio()
1252 else if (SST_IDG(stkptr) == S_LVALUE) in semantio()
2983 if (SST_IDG(RHS(1)) == S_LVALUE && DTY(dtype) == TY_ARRAY && in semantio()
3141 SST_IDP(stkptr, S_LVALUE); in semantio()
3163 else if (SST_IDG(RHS(1)) == S_LVALUE) in semantio()
4569 (SST_IDG(stk) == S_IDENT || SST_IDG(stk) == S_LVALUE)) { in chk_unitid()
4683 } else if (SST_IDG(stk) == S_IDENT || SST_IDG(stk) == S_LVALUE) { in chk_fmtid()
5449 case S_LVALUE: in add_iolptrs()
H A Dparser.c924 case S_LVALUE: in dumpsst()
H A Dsemfunc.c631 if (SST_IDG(sst_actual) == S_LVALUE) in get_sym_from_sst_if_available()
1295 else if (SST_IDG(sp) == S_LVALUE) in func_call2()
1525 if (SST_IDG(stktop) != S_LVALUE) { in ptrfunc_call()
1748 if (SST_IDG(sp) == S_LVALUE) in ptrfunc_call()
1887 else if (SST_IDG(sp) == S_LVALUE) in ptrfunc_call()
3489 if (SST_IDG(sp) == S_LVALUE || SST_IDG(sp) == S_EXPR) in subr_call2()
3674 if (SST_IDG(sp) == S_LVALUE) in subr_call2()
3840 if (SST_IDG(stktop) != S_LVALUE) { in ptrsubr_call()
3901 if (SST_IDG(sp) == S_LVALUE) in ptrsubr_call()
3966 if (SST_IDG(sp) == S_LVALUE) in ptrsubr_call()
H A Dsemant.h27 #define S_LVALUE 3 /* non-whole variable */ macro
H A Dsemfunc2.c745 case S_LVALUE: in mkarg()
1234 case S_LVALUE: in chkarg()
H A Dsemutil2.c1797 } else if (id == S_EXPR || id == S_LVALUE) { in compute_size_expr()
2540 case S_LVALUE: in acl_rewrite_asts()
2753 } else if (SST_IDG(astkp) == S_LVALUE) { in _constructf90()
4671 case S_LVALUE: in construct_acl_for_sst()
5735 if (SST_IDG(stkp) == S_IDENT || SST_IDG(stkp) == S_LVALUE || in get_exttype_struct_constructor()
5908 if (SST_IDG(stkp) == S_IDENT || SST_IDG(stkp) == S_LVALUE || in chk_struct_constructor()
5952 SST_IDP(sp, S_LVALUE); in chk_struct_constructor()
5980 SST_IDP(sp, S_LVALUE); in chk_struct_constructor()
6008 SST_IDP(sp, S_LVALUE); in chk_struct_constructor()
7367 ivl->u.varref.id = S_LVALUE; in dinit_varref()
H A Dsemgnr.c1276 case S_LVALUE: in get_type_rank()
H A Dsemant.c7071 if (ivl->u.varref.id == S_LVALUE && SCG(SST_LSYMG(RHS(1))) == SC_BASED) { in semant1()
8930 if (SST_IDG(RHS(3)) == S_LVALUE || SST_IDG(RHS(3)) == S_EXPR || in semant1()
12863 } else if (SST_IDG(stkp) == S_LVALUE && stkp->value.cnval.acl) { in get_param_alias_const()
14479 case S_LVALUE: in chk_kind_parm()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h31 #define S_LVALUE 3 macro
H A Dupper.cpp4927 ivl->u.varref.id = S_LVALUE; in dataReference()