Searched refs:nested_p (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.bin/make/ |
| D | arch.c | 207 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()
|
| D | suff.c | 1275 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()
|
| D | var.c | 4675 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/ |
| D | pt.cc | 26492 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()
|
| D | ChangeLog-2020 | 2406 (instantiate_body): Add nested_p parm, and deal with such
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2004 | 10098 * tree-optimize.c (tree_rest_of_compilation): Kill nested_p argument.
|