Home
last modified time | relevance | path

Searched refs:POINTER_TYPE (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c104 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)))
984 if (code == POINTER_TYPE)
989 && TREE_CODE (TREE_TYPE (e)) == POINTER_TYPE
1064 case POINTER_TYPE:
1104 case POINTER_TYPE:
[all …]
H A Dtypeck.c77 while (TREE_CODE (type) == POINTER_TYPE
596 case POINTER_TYPE:
603 if (code1 == POINTER_TYPE)
766 if (TREE_CODE (a) == POINTER_TYPE
1008 case POINTER_TYPE:
1112 if ((TREE_CODE (ttr) == POINTER_TYPE
1459 if ((TREE_CODE (p1) == POINTER_TYPE && TREE_CODE (p2) == POINTER_TYPE)
3104 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE
3267 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE)
3348 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE)
[all …]
H A Drtti.c136 my_friendly_assert (TREE_CODE (type) == POINTER_TYPE, 20000112);
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
1032 case POINTER_TYPE:
[all …]
H A Dexcept.c230 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 Dcall.c808 if ((tcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (to))
829 else if (tcode == POINTER_TYPE && fcode == POINTER_TYPE)
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
2032 || TREE_CODE (type1) == POINTER_TYPE)
2067 if (!(TREE_CODE (type1) == POINTER_TYPE
2070 || !(TREE_CODE (type2) == POINTER_TYPE
2090 || (TREE_CODE (type1) == POINTER_TYPE
[all …]
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.c2179 POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in expand_builtin_sincos()
2832 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_memcpy()
2919 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_mempcpy()
3013 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_memmove()
3094 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_bcopy()
3321 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_strncpy()
3577 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_memcmp()
3839 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_strncmp()
4033 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE)) in expand_builtin_strncat()
8208 POINTER_TYPE, POINTER_TYPE, VOID_TYPE)) in fold_builtin_strcpy()
[all …]
H A Dc-typeck.c311 case POINTER_TYPE: in composite_type()
848 case POINTER_TYPE: in comptypes_internal()
2946 if (typecode != POINTER_TYPE in build_unary_op()
2966 if (typecode == POINTER_TYPE) in build_unary_op()
3348 else if (code1 == POINTER_TYPE && code2 == POINTER_TYPE) in build_conditional_expr()
3967 if (coder == POINTER_TYPE) in convert_for_assignment()
4707 || (code == POINTER_TYPE in digest_init()
4712 if (code == POINTER_TYPE) in digest_init()
7914 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
8080 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE) in build_binary_op()
[all …]
H A Dc-pretty-print.c252 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 Dconvert.c58 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 Dattribs.c219 if (TREE_CODE (*anode) == POINTER_TYPE in decl_attributes()
333 gcc_assert (TREE_CODE (*node) == POINTER_TYPE); in decl_attributes()
H A Dc-convert.c105 if (code == POINTER_TYPE || code == REFERENCE_TYPE) in convert()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c1710 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
1866 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
1950 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
2040 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2089 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
2372 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
2515 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2648 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
2797 if (!validate_arglist (arglist, POINTER_TYPE, POINTER_TYPE, VOID_TYPE))
2824 POINTER_TYPE, POINTER_TYPE, INTEGER_TYPE, VOID_TYPE))
[all …]
H A Dc-typeck.c317 case POINTER_TYPE:
522 case POINTER_TYPE:
1979 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE
2161 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE)
2213 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE)
2238 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE)
2881 if (typecode == POINTER_TYPE)
3461 else if (code1 == POINTER_TYPE && code2 == POINTER_TYPE)
4114 if (coder == POINTER_TYPE)
4788 || (code == POINTER_TYPE
[all …]
H A Dconvert.c52 case POINTER_TYPE:
100 case POINTER_TYPE:
138 case POINTER_TYPE:
490 case POINTER_TYPE:
H A Dc-convert.c103 if (code == POINTER_TYPE || code == REFERENCE_TYPE)
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c409 if (TREE_CODE (t1) == POINTER_TYPE) in composite_pointer_type_r()
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()
803 && TREE_CODE (b) == POINTER_TYPE) in comp_except_types()
1042 case POINTER_TYPE: in comptypes()
3089 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
3103 if ((code0 == POINTER_TYPE || code1 == POINTER_TYPE) in build_binary_op()
3287 else if ((code0 == POINTER_TYPE && code1 == POINTER_TYPE) in build_binary_op()
3376 else if (code0 == POINTER_TYPE && code1 == POINTER_TYPE) in build_binary_op()
[all …]
H A Dcvt.c108 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 Drtti.c165 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 Dexcept.c256 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/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h156 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 Dtypeck.c148 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 Dmangle.c227 case POINTER_TYPE:
532 while (TREE_CODE (type) == POINTER_TYPE
533 && TREE_CODE (t) == POINTER_TYPE)
H A Dverify.c137 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/gnu/gcc/gcc/objc/
H A Dobjc-act.h328 (TREE_CODE (TYPE) == POINTER_TYPE \
332 (TREE_CODE (TYPE) == POINTER_TYPE \
340 (TREE_CODE (TYPE) == POINTER_TYPE \
/openbsd/gnu/gcc/gcc/treelang/
H A Dtree-convert.c96 if (code == POINTER_TYPE || code == REFERENCE_TYPE) in convert()

123456