Lines Matching defs:nested
87 /* 2. Detect 'nested' : NDS32_NESTED
91 nested_str = strstr (target_str, "nested");
99 'nested' string, we check 'nested' with lowest priority. */
178 /* 2. Detect 'nested' : NDS32_NESTED
182 nested_str = strstr (target_str, "nested");
190 'nested' string, we check 'nested' with lowest priority. */
399 /* Prepare nested type string for first level handler name. */
596 2. Only 'nested', 'not_nested', or 'nested_ready' in the attributes.
619 /* We must check at MOST one attribute to set nested-type. */
620 if (lookup_attribute ("nested", func_attrs))
630 error ("multiple nested types attributes to function %qD", func_decl);
665 tree nested, not_nested, nested_ready, critical;
676 nested = lookup_attribute ("nested", func_attrs);
787 /* Set nested type. */
788 if (nested)