| /src/external/gpl3/gcc/dist/gcc/ |
| convert.cc | 476 tree intype = TREE_TYPE (expr); local 477 unsigned int inprec = element_precision (intype); 518 if (!targetm.libc_has_function (function_c99_misc, intype)) 535 if (!targetm.libc_has_function (function_c99_misc, intype)) 552 if (!targetm.libc_has_function (function_c99_misc, intype) 576 if (!targetm.libc_has_function (function_c99_misc, intype) 646 switch (TREE_CODE (intype)) 662 (TYPE_PRECISION (intype), 0),
|
| gimplify.cc | 7184 tree intype = TREE_TYPE (TREE_VALUE (link)); 7185 if (intype != error_mark_node 7186 && (TREE_ADDRESSABLE (intype) 7187 || !COMPLETE_TYPE_P (intype) 7188 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (intype)))) 7181 tree intype = TREE_TYPE (TREE_VALUE (link)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| convert.cc | 462 tree intype = TREE_TYPE (expr); local 463 unsigned int inprec = element_precision (intype); 504 if (!targetm.libc_has_function (function_c99_misc, intype)) 521 if (!targetm.libc_has_function (function_c99_misc, intype)) 538 if (!targetm.libc_has_function (function_c99_misc, intype) 562 if (!targetm.libc_has_function (function_c99_misc, intype) 631 switch (TREE_CODE (intype)) 647 (TYPE_PRECISION (intype), 0),
|
| gimplify.cc | 6757 tree intype = TREE_TYPE (TREE_VALUE (link)); 6758 if (intype != error_mark_node 6759 && (TREE_ADDRESSABLE (intype) 6760 || !COMPLETE_TYPE_P (intype) 6761 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (intype)))) 6754 tree intype = TREE_TYPE (TREE_VALUE (link)); local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cvt.cc | 79 tree intype = TREE_TYPE (expr); 84 if (intype == error_mark_node) 87 if (MAYBE_CLASS_TYPE_P (intype)) 89 intype = complete_type (intype); 90 if (!COMPLETE_TYPE_P (intype)) 94 intype, type); 104 expr, intype, type); 114 if (TYPE_PTRMEMFUNC_P (intype) 115 || TREE_CODE (intype) == METHOD_TYPE 78 tree intype = TREE_TYPE (expr); local 267 tree intype = TREE_TYPE (expr); local 419 tree intype; local 818 tree intype = TREE_TYPE (e); local 1722 tree intype; local [all...] |
| typeck.cc | 8351 tree intype; 8358 intype = unlowered_expr_type (expr); 8388 && CLASS_TYPE_P (intype) 8390 && DERIVED_FROM_P (intype, TREE_TYPE (type)) 8391 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)), 8396 || at_least_as_qualified_p (TREE_TYPE (type), intype))) 8409 base = lookup_base (TREE_TYPE (type), intype, 8418 intype, expr); 8458 && reference_compatible_p (TREE_TYPE (type), intype) 8459 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype))) 8338 tree intype; local 8750 tree intype; local 8809 tree intype; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cvt.cc | 79 tree intype = TREE_TYPE (expr); 84 if (intype == error_mark_node) 87 if (MAYBE_CLASS_TYPE_P (intype)) 89 intype = complete_type (intype); 90 if (!COMPLETE_TYPE_P (intype)) 94 intype, type); 104 expr, intype, type); 114 if (TYPE_PTRMEMFUNC_P (intype) 115 || TREE_CODE (intype) == METHOD_TYPE 78 tree intype = TREE_TYPE (expr); local 267 tree intype = TREE_TYPE (expr); local 419 tree intype; local 801 tree intype = TREE_TYPE (e); local 1676 tree intype; local [all...] |
| typeck.cc | 7919 tree intype; 7926 intype = unlowered_expr_type (expr); 7956 && CLASS_TYPE_P (intype) 7958 && DERIVED_FROM_P (intype, TREE_TYPE (type)) 7959 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)), 7964 || at_least_as_qualified_p (TREE_TYPE (type), intype))) 7977 base = lookup_base (TREE_TYPE (type), intype, 7986 intype, expr); 8026 && reference_compatible_p (TREE_TYPE (type), intype) 8027 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype))) 7906 tree intype; local 8307 tree intype; local 8366 tree intype; local [all...] |