Home
last modified time | relevance | path

Searched refs:nested_p (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.bin/make/
Darch.c207 const char *nested_p = cp; in Arch_ParseArchive() local
212 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
221 cp += nested_p - cp; in Arch_ParseArchive()
249 const char *nested_p = cp; in Arch_ParseArchive() local
251 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
261 cp += nested_p - cp; in Arch_ParseArchive()
Dsuff.c1275 const char *nested_p = p; in ExpandChildrenRegular() local
1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); in ExpandChildrenRegular()
1283 p += nested_p - p; in ExpandChildrenRegular()
Dvar.c4675 const char *nested_p = p; in VarSubstExpr() local
4676 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
4682 p = nested_p; in VarSubstExpr()
4694 p = nested_p; in VarSubstExpr()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc26492 instantiate_body (tree pattern, tree args, tree d, bool nested_p) in instantiate_body() argument
26497 if (!nested_p) in instantiate_body()
26574 if (nested_p) in instantiate_body()
26607 if (nested_p) in instantiate_body()
26620 if (!nested_p) in instantiate_body()
DChangeLog-20202406 (instantiate_body): Add nested_p parm, and deal with such
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200410098 * tree-optimize.c (tree_rest_of_compilation): Kill nested_p argument.