Lines Matching defs:nested

923    have consumed a non-nested ';'.  */
960 /* If the next token is a non-nested '}', then we have
1289 encountered are nested functions and declaration specifiers are
1318 nested-function-definition:
1344 bool nested, bool start_attr_ok, tree *foreach_elem)
1358 if (nested && !specs->declspecs_seen_p)
1511 /* Function definition (nested or otherwise). */
1512 if (nested)
1519 pedwarn ("ISO C forbids nested functions");
1520 /* APPLE LOCAL begin nested functions 4258406 4357979 (in 4.2 m) */
1522 error ("nested functions are disabled, use -fnested-functions to re-enable");
1523 /* APPLE LOCAL end nested functions 4258406 4357979 (in 4.2 m) */
1534 if (nested)
1558 if (nested)
3221 This function is only used for top-level initializers; for nested
3242 nested braced lists. NESTED_P is true for nested braced lists,
3289 /* Parse a nested initializer, including designators. */
3466 /* Parse a nested initializer; as c_parser_initializer but parses
3502 nested-declaration
3505 nested-declaration:
3513 nested-declaration:
3514 __extension__ nested-declaration
3515 nested-function-definition
3572 /* Read zero or more forward-declarations for labels that nested
4231 for attributes ( nested-declaration expression[opt] ; expression[opt] ) \
4240 nested function, which is then rejected in check_for_loop_decls,
4242 Note in particular that the nested function does not include a
8649 /* If inner block of a nested block has BlockHasCopyDispose, so
8721 /* Helpers were previously generated completeley as a nested
8956 This is more so in the case of nested block literal blocks. */
9317 Treat this as a nested function and use nested function infrastructure for
9333 This is primarily used when nested blocks are declared. */
9422 not nested and is gimplified in call to finish_function() and return type