/netbsd-src/usr.bin/make/ |
H A 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()
|
H A 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()
|
H A D | var.c | 4684 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 D | nds32-isr.cc | 602 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 D | nds32-isr.c | 602 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 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()
|
H A D | ChangeLog-2020 | 2406 (instantiate_body): Add nested_p parm, and deal with such
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 11028 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 D | c-parser.c | 5252 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 D | c-parser.cc | 5252 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 D | ChangeLog | 5160 callers changed. If nested_p is true, use it to call
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 10098 * tree-optimize.c (tree_rest_of_compilation): Kill nested_p argument.
|