Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/byacc/dist/
Dreader.c97 static bucket **plhs; variable
2169 plhs = TMALLOC(bucket *, maxrules); in initialize_grammar()
2170 NO_SPACE(plhs); in initialize_grammar()
2172 plhs[0] = 0; in initialize_grammar()
2173 plhs[1] = 0; in initialize_grammar()
2174 plhs[2] = 0; in initialize_grammar()
2204 plhs = TREALLOC(bucket *, plhs, maxrules); in expand_rules()
2205 NO_SPACE(plhs); in expand_rules()
2454 for (i = plhs[nrules]->args - 1; i >= 0; i--) in compile_arg()
2455 if (arg == plhs[nrules]->argnames[i]) in compile_arg()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc992 const cpp_token **plhs, const cpp_token *rhs) in paste_tokens() argument
998 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 2; in paste_tokens()
1000 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true); in paste_tokens()
1006 if ((*plhs)->type == CPP_DIV && rhs->type != CPP_EQ) in paste_tokens()
1026 if ((*plhs)->type == CPP_DIV && rhs->type != CPP_EQ) in paste_tokens()
1031 *lhs = **plhs; in paste_tokens()
1032 *plhs = lhs; in paste_tokens()
1046 lhs->flags |= (*plhs)->flags & (PREV_WHITE | PREV_FALLTHROUGH); in paste_tokens()
1047 *plhs = lhs; in paste_tokens()
DChangeLog208 PREV_FALLTHROUGH flags from the *plhs token to the new token.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-phiopt.cc1732 tree plhs = gimple_assign_lhs (prep_stmt[i]); in value_replacement() local
1733 reset_flow_sensitive_info (plhs); in value_replacement()