Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A 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()
H A 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()
H A Dvar.c4684 const char *nested_p = p; in VarSubstExpr() local
4685 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
4691 p = nested_p; in VarSubstExpr()
4703 p = nested_p; in VarSubstExpr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc602 int nested_p, not_nested_p, nested_ready_p, critical_p; in nds32_check_isr_attrs_conflict() local
607 nested_p = not_nested_p = nested_ready_p = critical_p = 0; in nds32_check_isr_attrs_conflict()
621 nested_p = 1; in nds32_check_isr_attrs_conflict()
629 if ((nested_p + not_nested_p + nested_ready_p + critical_p) > 1) in nds32_check_isr_attrs_conflict()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c602 int nested_p, not_nested_p, nested_ready_p, critical_p; in nds32_check_isr_attrs_conflict() local
607 nested_p = not_nested_p = nested_ready_p = critical_p = 0; in nds32_check_isr_attrs_conflict()
621 nested_p = 1; in nds32_check_isr_attrs_conflict()
629 if ((nested_p + not_nested_p + nested_ready_p + critical_p) > 1) in nds32_check_isr_attrs_conflict()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A DChangeLog-20202406 (instantiate_body): Add nested_p parm, and deal with such
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c11028 bool nested_p = (STMT_VINFO_LOOP_VINFO (stmt_info) in vect_transform_stmt() local
11147 && nested_p in vect_transform_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c5252 c_parser_braced_init (c_parser *parser, tree type, bool nested_p, in c_parser_braced_init() argument
5262 if (nested_p) in c_parser_braced_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc5252 c_parser_braced_init (c_parser *parser, tree type, bool nested_p, in c_parser_braced_init() argument
5262 if (nested_p) in c_parser_braced_init()
H A DChangeLog5160 callers changed. If nested_p is true, use it to call
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200410098 * tree-optimize.c (tree_rest_of_compilation): Kill nested_p argument.