Home
last modified time | relevance | path

Searched refs:tn_minus (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ptoc/ptoc/
H A Dparser.y525 { $$ = new op_node(tn_minus, NULL, $1, $2); }
H A Dtrnod.h436 tn_minus, // unary minus enumerator
H A Dparser.cxx2359 { (yyval.n_expr) = new op_node(tn_minus, NULL, (yyvsp[-1].tok), (yyvsp[0].n_expr)); ;}
H A Dtrnod.cxx2111 case tn_minus: in attrib()