Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc4101 tree cur_type; in check_format_types() local
4129 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c4102 tree cur_type; in check_format_types() local
4130 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 …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-crx.c1406 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local
1434 #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()
H A Dtc-cr16.c2176 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local
2204 #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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c1406 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local
1434 #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()
H A Dtc-cr16.c2176 argtype cur_type[MAX_OPERANDS]; in assemble_insn() local
2204 #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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9227 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument
9229 if (ctype && ctype != cur_type) in member_function_or_else()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc9855 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument
9857 if (ctype && ctype != cur_type) in member_function_or_else()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20008111 checking earlier for ERROR_MARKs and making cur_type into its