| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cvt.c | 104 if (TREE_CODE (type) == POINTER_TYPE 122 if (TREE_CODE (TREE_TYPE (expr)) == POINTER_TYPE) 143 && TREE_CODE (type) == POINTER_TYPE 299 if (form == POINTER_TYPE) 519 if (TREE_CODE (intype) == POINTER_TYPE 681 || (TREE_CODE (intype) == POINTER_TYPE))) 717 if (code == POINTER_TYPE || code == REFERENCE_TYPE 984 if (code == POINTER_TYPE) 988 if (((TREE_CODE (TREE_TYPE (e)) == POINTER_TYPE && TREE_CODE (e) == ADDR_EXPR 989 && TREE_CODE (TREE_TYPE (e)) == POINTER_TYPE [all …]
|
| H A D | typeck.c | 77 while (TREE_CODE (type) == POINTER_TYPE 596 case POINTER_TYPE: 603 if (code1 == POINTER_TYPE) 766 if (TREE_CODE (a) == POINTER_TYPE 767 && TREE_CODE (b) == POINTER_TYPE) 1008 case POINTER_TYPE: 1112 if ((TREE_CODE (ttr) == POINTER_TYPE 1120 int is_ptr = TREE_CODE (ttr) == POINTER_TYPE; 1140 else if (TREE_CODE (ttl) == POINTER_TYPE 1238 if (TREE_CODE (ttl) == POINTER_TYPE [all …]
|
| H A D | rtti.c | 136 my_friendly_assert (TREE_CODE (type) == POINTER_TYPE, 20000112); 267 && TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 0))) == POINTER_TYPE 445 case POINTER_TYPE: 472 if (tc == POINTER_TYPE) 484 if (tc == POINTER_TYPE) 489 if (TREE_CODE (exprtype) != POINTER_TYPE) 543 if (TREE_CODE (exprtype) == POINTER_TYPE) 554 if (tc == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type))) 717 while (TREE_CODE (type) == POINTER_TYPE) 998 if (TREE_CODE (type) == POINTER_TYPE [all …]
|
| H A D | except.c | 230 bool r = (TREE_CODE (decl) == POINTER_TYPE 823 is_ptr = TREE_CODE (type) == POINTER_TYPE; 909 if (TREE_CODE (to) == POINTER_TYPE && TREE_CODE (from) == POINTER_TYPE)
|
| H A D | call.c | 154 || (TREE_CODE (TREE_TYPE (instance)) == POINTER_TYPE in build_field_call() 808 if ((tcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (to)) 813 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) 814 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) 829 else if (tcode == POINTER_TYPE && fcode == POINTER_TYPE) 921 || fcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (from))) 925 if (fcode == POINTER_TYPE 1773 if (TREE_CODE (type1) == POINTER_TYPE 1788 if (TREE_CODE (type1) == POINTER_TYPE 1813 if (TREE_CODE (type1) == POINTER_TYPE [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.c | 839 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in expand_builtin_nonlocal_goto() 949 if (!validate_arglist (arglist, POINTER_TYPE, 0)) in expand_builtin_prefetch() 1591 case POINTER_TYPE: return pointer_type_class; in type_to_class() 2179 POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in expand_builtin_sincos() 2639 if (!validate_arglist (arglist, POINTER_TYPE, VOID_TYPE)) in expand_builtin_strlen() 2746 if (validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in expand_builtin_strstr() 2762 if (validate_arglist (arglist, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_strchr() 2780 if (validate_arglist (arglist, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_strrchr() 2796 if (validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in expand_builtin_strpbrk() 2832 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_memcpy() [all …]
|
| H A D | c-typeck.c | 123 || (TREE_CODE (type) == POINTER_TYPE in null_pointer_constant_p() 311 case POINTER_TYPE: in composite_type() 545 gcc_assert (TREE_CODE (t1) == POINTER_TYPE in common_pointer_type() 546 && TREE_CODE (t2) == POINTER_TYPE); in common_pointer_type() 848 case POINTER_TYPE: in comptypes_internal() 1877 if (TREE_CODE (type) == POINTER_TYPE) in build_indirect_ref() 1935 && TREE_CODE (TREE_TYPE (array)) != POINTER_TYPE) in build_array_ref() 1939 && TREE_CODE (TREE_TYPE (index)) != POINTER_TYPE) in build_array_ref() 2038 gcc_assert (TREE_CODE (TREE_TYPE (ar)) == POINTER_TYPE); in build_array_ref() 2253 if (!(TREE_CODE (fntype) == POINTER_TYPE in build_function_call() [all …]
|
| H A D | c-pretty-print.c | 252 case POINTER_TYPE: in pp_c_pointer() 255 if (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE) in pp_c_pointer() 257 if (TREE_CODE (t) == POINTER_TYPE) in pp_c_pointer() 402 if (TREE_CODE (t) != POINTER_TYPE) in pp_c_specifier_qualifier_list() 407 case POINTER_TYPE: in pp_c_specifier_qualifier_list() 490 if (TREE_CODE (t) == POINTER_TYPE) in pp_c_abstract_declarator() 512 case POINTER_TYPE: in pp_c_direct_abstract_declarator() 637 case POINTER_TYPE: in pp_c_direct_declarator()
|
| H A D | convert.c | 58 case POINTER_TYPE: in convert_to_pointer() 337 case POINTER_TYPE: in convert_to_real() 460 case POINTER_TYPE: in convert_to_integer() 791 case POINTER_TYPE: in convert_to_complex()
|
| H A D | attribs.c | 219 if (TREE_CODE (*anode) == POINTER_TYPE in decl_attributes() 333 gcc_assert (TREE_CODE (*node) == POINTER_TYPE); in decl_attributes()
|
| H A D | c-convert.c | 105 if (code == POINTER_TYPE || code == REFERENCE_TYPE) in convert()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtins.c | 171 if (TREE_CODE (TREE_TYPE (exp)) != POINTER_TYPE) 185 if (TREE_CODE (TREE_TYPE (exp)) != POINTER_TYPE) 595 if (!validate_arglist (arglist, POINTER_TYPE, VOID_TYPE)) 738 if (!validate_arglist (arglist, POINTER_TYPE, 0)) 1422 case POINTER_TYPE: return pointer_type_class; 1615 if (!validate_arglist (arglist, POINTER_TYPE, VOID_TYPE)) 1710 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) 1766 if (!validate_arglist (arglist, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) 1812 if (!validate_arglist (arglist, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) 1866 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) [all …]
|
| H A D | c-typeck.c | 317 case POINTER_TYPE: 522 case POINTER_TYPE: 1190 if (TREE_CODE (type) == POINTER_TYPE) 1354 if (TREE_CODE (TREE_TYPE (ar)) != POINTER_TYPE 1515 if (!(TREE_CODE (fntype) == POINTER_TYPE 1968 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) 1970 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE) 1979 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE 1983 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) 2056 if ((code0 == INTEGER_TYPE || code0 == POINTER_TYPE [all …]
|
| H A D | convert.c | 52 case POINTER_TYPE: 100 case POINTER_TYPE: 138 case POINTER_TYPE: 490 case POINTER_TYPE:
|
| H A D | c-convert.c | 103 if (code == POINTER_TYPE || code == REFERENCE_TYPE)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 409 if (TREE_CODE (t1) == POINTER_TYPE) in composite_pointer_type_r() 429 else if ((TREE_CODE (pointee1) == POINTER_TYPE in composite_pointer_type_r() 430 && TREE_CODE (pointee2) == POINTER_TYPE) in composite_pointer_type_r() 497 if (TREE_CODE (t2) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t2))) in composite_pointer_type() 506 if (TREE_CODE (t1) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t1))) in composite_pointer_type() 524 if (c_dialect_objc () && TREE_CODE (t1) == POINTER_TYPE in composite_pointer_type() 525 && TREE_CODE (t2) == POINTER_TYPE) in composite_pointer_type() 533 if (TREE_CODE (t1) == POINTER_TYPE && TREE_CODE (t2) == POINTER_TYPE in composite_pointer_type() 618 case POINTER_TYPE: in merge_types() 625 if (code1 == POINTER_TYPE) in merge_types() [all …]
|
| H A D | cvt.c | 108 if (TREE_CODE (type) == POINTER_TYPE in cp_convert_to_pointer() 115 if (TREE_CODE (TREE_TYPE (expr)) == POINTER_TYPE) in cp_convert_to_pointer() 130 && TREE_CODE (type) == POINTER_TYPE in cp_convert_to_pointer() 301 if (form == POINTER_TYPE) in convert_to_pointer_force() 515 if (TREE_CODE (intype) == POINTER_TYPE in convert_to_reference() 678 || TREE_CODE (intype) == POINTER_TYPE)) in ocp_convert() 1040 if (code == POINTER_TYPE) in convert_force() 1044 if (((TREE_CODE (TREE_TYPE (e)) == POINTER_TYPE && TREE_CODE (e) == ADDR_EXPR in convert_force() 1045 && TREE_CODE (TREE_TYPE (e)) == POINTER_TYPE in convert_force() 1112 case POINTER_TYPE: in build_expr_type_conversion() [all …]
|
| H A D | rtti.c | 165 gcc_assert (TREE_CODE (type) == POINTER_TYPE); in build_headof() 299 && TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 0))) == POINTER_TYPE in build_typeid() 473 case POINTER_TYPE: in build_dynamic_cast_1() 495 if (tc == POINTER_TYPE) in build_dynamic_cast_1() 500 if (TREE_CODE (exprtype) != POINTER_TYPE) in build_dynamic_cast_1() 559 if (TREE_CODE (exprtype) == POINTER_TYPE) in build_dynamic_cast_1() 570 if (tc == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type))) in build_dynamic_cast_1() 754 else if (TREE_CODE (type) == POINTER_TYPE) in target_incomplete_p() 769 case POINTER_TYPE: in involves_incomplete_p() 978 if (TREE_CODE (type) == POINTER_TYPE in typeinfo_in_lib_p() [all …]
|
| H A D | except.c | 256 bool r = (TREE_CODE (decl) == POINTER_TYPE in decl_is_java_type() 839 is_ptr = TREE_CODE (type) == POINTER_TYPE; in complete_ptr_ref_or_void_ptr_p() 924 if (TREE_CODE (to) == POINTER_TYPE && TREE_CODE (from) == POINTER_TYPE) in can_convert_eh()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.h | 156 ptr = build (POINTER_TYPE, NULL_TREE); \ 161 ((TREE_CODE (NODE) == POINTER_TYPE) \ 190 (TREE_CODE (TYPE) == POINTER_TYPE && \ 199 || (TREE_CODE (TYPE) == POINTER_TYPE \ 202 #define JNULLP_TYPE_P(TYPE) ((TYPE) && (TREE_CODE (TYPE) == POINTER_TYPE) \ 509 (!(J)->solv || TREE_CODE ((J)->solv) != POINTER_TYPE) 645 (TREE_CODE (TREE_TYPE (NODE)) == POINTER_TYPE ? \
|
| H A D | typeck.c | 148 if (code == POINTER_TYPE) 324 return TREE_CODE (type) == POINTER_TYPE 337 if (TREE_CODE (array_type) == POINTER_TYPE) 401 if (TREE_CODE (el_name) == POINTER_TYPE) 623 while (TREE_CODE (type) == POINTER_TYPE) 705 while (TREE_CODE (type) == POINTER_TYPE)
|
| H A D | mangle.c | 227 case POINTER_TYPE: 532 while (TREE_CODE (type) == POINTER_TYPE 533 && TREE_CODE (t) == POINTER_TYPE)
|
| H A D | verify.c | 137 if (TREE_CODE (type1) == POINTER_TYPE && TREE_CODE (type2) == POINTER_TYPE) 174 else if (TREE_CODE (el_type1) == POINTER_TYPE 175 && TREE_CODE (el_type2) == POINTER_TYPE) 671 ? TREE_CODE (tmp) != POINTER_TYPE 902 if (TREE_CODE (return_type) == POINTER_TYPE)
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.h | 328 (TREE_CODE (TYPE) == POINTER_TYPE \ 332 (TREE_CODE (TYPE) == POINTER_TYPE \ 340 (TREE_CODE (TYPE) == POINTER_TYPE \
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | tree-convert.c | 96 if (code == POINTER_TYPE || code == REFERENCE_TYPE) in convert()
|