Searched refs:nesting_level (Results 1 – 17 of 17) sorted by relevance
306 int nesting_level; /* safety */ member464 state->nesting_level += 1; in mime_state_push()487 state->nesting_level -= 1; in mime_state_pop()517 state->nesting_level = -1; /* BC Fix 20170512 */ in mime_state_alloc()633 if (state->nesting_level > var_mime_maxdepth) { in mime_state_content_type()
3858 int nesting_level = 0; in scan_unit_for_symbols() local3874 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()3880 while (nesting_level >= 0) in scan_unit_for_symbols()3897 nesting_level--; in scan_unit_for_symbols()3936 for (i = nesting_level; i-- != 0; ) in scan_unit_for_symbols()3942 nested_funcs[nesting_level].func = func; in scan_unit_for_symbols()3967 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()3982 nesting_level++; in scan_unit_for_symbols()3984 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()3996 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()[all …]
813 * dwarf2.c (struct funcinfo): Delete nesting_level field.817 Delete code setting funcinfo nesting_level field. Add code to set2379 tag, and nesting_level members.
1640 (scan_unit_for_symbols): Start at nesting_level of zero. Make
3879 int nesting_level = 0; in scan_unit_for_symbols() local3895 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()3901 while (nesting_level >= 0) in scan_unit_for_symbols()3918 nesting_level--; in scan_unit_for_symbols()3957 for (i = nesting_level; i-- != 0; ) in scan_unit_for_symbols()3963 nested_funcs[nesting_level].func = func; in scan_unit_for_symbols()3988 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()4003 nesting_level++; in scan_unit_for_symbols()4005 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()4017 nested_funcs[nesting_level].func = 0; in scan_unit_for_symbols()[all …]
1340 int nesting_level = 1; in yylex() local1344 nesting_level++; in yylex()1347 if (--nesting_level == 0) in yylex()
1595 int nesting_level = 0; in read_type() local1600 nesting_level++; in read_type()1602 nesting_level--; in read_type()1603 else if (*q2 == ':' && nesting_level == 0) in read_type()
404 (scan_partial_symbols): Add comment for nesting_level.
254 AFFINITY_TYPE (nesting_level, 'L'),
4155 NOCLOBBER static int nesting_level = 0; in check_policy_service() local4162 nesting_level += 1; in check_policy_service()4166 nesting_level -= 1; in check_policy_service()4171 ret = check_table_result(state, server, nesting_level == 1 ? in check_policy_service()4176 nesting_level -= 1; in check_policy_service()
7336 unsigned int nesting_level; in process_brace_body() local7342 nesting_level = 1; in process_brace_body()7346 nesting_level++; in process_brace_body()7349 if (!--nesting_level) in process_brace_body()7352 else if (*p == ';' && nesting_level == 1) in process_brace_body()7354 else if (*p == '%' && p[1] == '*' && nesting_level == 1) in process_brace_body()
1792 (struct tree_struct_field_tag): Remove nesting_level field.1795 * tree-flow.h (struct fieldoff): Remove nesting_level field. Add1797 (push_fields_onto_fieldstack): Remove nesting_level parameter.1977 (struct tree_struct_field_tag): Add field nesting_level.1985 (create_sft): Add argument nesting_level. Set1992 Add field nesting_level.1995 (push_fields_onto_fieldstack): Add argument nesting_level.1996 Update all users. Update documentation. Update pair->nesting_level1997 with nesting_level. Make recursive calls with nesting_level + 1.
3211 int nesting_level; member
8878 if (asm_switch->nesting_level == 0) in mips_push_asm_switch_1()8880 asm_switch->nesting_level++; in mips_push_asm_switch_1()8889 gcc_assert (asm_switch->nesting_level); in mips_pop_asm_switch_1()8890 asm_switch->nesting_level--; in mips_pop_asm_switch_1()8891 if (asm_switch->nesting_level == 0) in mips_pop_asm_switch_1()8973 if (mips_noreorder.nesting_level > 0) in mips_print_operand_punctuation()8981 if (mips_noreorder.nesting_level > 0 && final_sequence == 0) in mips_print_operand_punctuation()
3972 if (mips_nomacro.nesting_level > 0)4009 if (mips_nomacro.nesting_level > 0)5571 if (mips_nomacro.nesting_level > 0 && which_alternative == 1)7295 if (mips_noreorder.nesting_level > 0)