Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Darch.c267 const char *nested_p = cp; in Arch_ParseArchive() local
272 (void)Var_Parse(&nested_p, scope, in Arch_ParseArchive()
281 cp += nested_p - cp; in Arch_ParseArchive()
309 const char *nested_p = cp; in Arch_ParseArchive() local
311 (void)Var_Parse(&nested_p, scope, in Arch_ParseArchive()
321 cp += nested_p - cp; in Arch_ParseArchive()
H A Dsuff.c1314 const char *nested_p = cp; in ExpandChildrenRegular() local
1317 (void)Var_Parse(&nested_p, pgn, VARE_PARSE_ONLY, &junk); in ExpandChildrenRegular()
1325 cp += nested_p - cp; in ExpandChildrenRegular()
H A Dvar.c4641 const char *nested_p = p; in VarSubstExpr() local
4644 (void)Var_Parse(&nested_p, scope, emode, &val); in VarSubstExpr()
4649 p = nested_p; in VarSubstExpr()
4667 (int)(size_t)(nested_p - p), p); in VarSubstExpr()
4669 p = nested_p; in VarSubstExpr()
4682 p = nested_p; in VarSubstExpr()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c3729 c_parser_braced_init (c_parser *parser, tree type, bool nested_p) in c_parser_braced_init() argument
3737 if (nested_p) in c_parser_braced_init()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-stmts.c9487 bool nested_p = (STMT_VINFO_LOOP_VINFO (stmt_info) in vect_transform_stmt() local
9591 && nested_p in vect_transform_stmt()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c4544 c_parser_braced_init (c_parser *parser, tree type, bool nested_p, in c_parser_braced_init() argument
4554 if (nested_p) in c_parser_braced_init()