Searched refs:cur_type (Results 1 – 9 of 9) sorted by relevance
4101 tree cur_type; in check_format_types() local4129 cur_type = TREE_TYPE (cur_param); in check_format_types()4130 if (cur_type == error_mark_node) in check_format_types()4132 orig_cur_type = cur_type; in check_format_types()4151 if (TREE_CODE (cur_type) == POINTER_TYPE) in check_format_types()4153 cur_type = TREE_TYPE (cur_type); in check_format_types()4154 if (cur_type == error_mark_node) in check_format_types()4188 && (TYPE_READONLY (cur_type) in check_format_types()4201 && (TYPE_READONLY (cur_type) in check_format_types()4202 || TYPE_VOLATILE (cur_type) in check_format_types()[all …]
4102 tree cur_type; in check_format_types() local4130 cur_type = TREE_TYPE (cur_param); in check_format_types()4131 if (cur_type == error_mark_node) in check_format_types()4133 orig_cur_type = cur_type; in check_format_types()4152 if (TREE_CODE (cur_type) == POINTER_TYPE) in check_format_types()4154 cur_type = TREE_TYPE (cur_type); in check_format_types()4155 if (cur_type == error_mark_node) in check_format_types()4189 && (TYPE_READONLY (cur_type) in check_format_types()4202 && (TYPE_READONLY (cur_type) in check_format_types()4203 || TYPE_VOLATILE (cur_type) in check_format_types()[all …]
1406 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local1434 #define GET_CURRENT_TYPE GET_CURRENT_DATA(get_optype, cur_type) in assemble_insn()1475 if (cur_type[i] != insn->arg[i].type) in assemble_insn()
2176 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local2204 #define GET_CURRENT_TYPE GET_CURRENT_DATA (get_optype, cur_type) in assemble_insn()2245 if (cur_type[i] != insn->arg[i].type) in assemble_insn()
9227 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument9229 if (ctype && ctype != cur_type) in member_function_or_else()
9855 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument9857 if (ctype && ctype != cur_type) in member_function_or_else()
8111 checking earlier for ERROR_MARKs and making cur_type into its