| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-lang.c | 1277 struct type *rhstype; 1284 rhstype = check_typedef (rhs->type ()); 1285 if (rust_range_type_p (rhstype)) 1289 rust_compute_range (rhstype, rhs, &low, &high, &kind); 1272 struct type *rhstype; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-lang.c | 1296 struct type *rhstype; 1303 rhstype = check_typedef (rhs->type ()); 1304 if (rust_range_type_p (rhstype)) 1308 rust_compute_range (rhstype, rhs, &low, &high, &kind); 1291 struct type *rhstype; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-strlen.cc | 2856 tree rhstype = TREE_TYPE (rhs1); local 2858 if ((TREE_CODE (rhstype) == POINTER_TYPE && code == POINTER_PLUS_EXPR) 2859 || (INTEGRAL_TYPE_P (rhstype) 2872 rhstype = TREE_TYPE (rhs2); 2873 if (INTEGRAL_TYPE_P (rhstype) && code == MINUS_EXPR)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 3007 tree rhstype = TREE_TYPE (rhs); local 3019 rhstype = TREE_TYPE (rhs); 3020 if (!rhstype || !POINTER_TYPE_P (rhstype)) 3024 if (rvalue && POINTER_TYPE_P (rhstype)) 3025 rhstype = TREE_TYPE (rhstype); 3026 while (TREE_CODE (rhstype) == ARRAY_TYPE) 3027 rhstype = TREE_TYPE (rhstype); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-strlen.cc | 2866 tree rhstype = TREE_TYPE (rhs1); local 2868 if ((TREE_CODE (rhstype) == POINTER_TYPE && code == POINTER_PLUS_EXPR) 2869 || (INTEGRAL_TYPE_P (rhstype) 2882 rhstype = TREE_TYPE (rhs2); 2883 if (INTEGRAL_TYPE_P (rhstype) && code == MINUS_EXPR)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 10293 tree rhstype; 10319 rhstype = TREE_TYPE (rhs); 10320 coder = TREE_CODE (rhstype); 10323 && vector_types_convertible_p (type, rhstype, true)) 10329 if (rhs == error_mark_node || rhstype == error_mark_node) 10366 if (objc_compare_types (type, rhstype, parmno, rname)) 10381 if (!can_convert_arg_bad (type, rhstype, rhs, flags, complain)) 10388 && TYPE_PTRMEMFUNC_P (rhstype)) 10397 if (rhstype == unknown_type_node) 10407 rhstype, type 10280 tree rhstype; local 10527 tree rhstype; local [all...] |
| call.cc | 9429 tree rhstype = TREE_TYPE (val); local 9430 const enum tree_code coder = TREE_CODE (rhstype); 9434 && check_missing_format_attribute (type, rhstype))
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 9817 tree rhstype; 9843 rhstype = TREE_TYPE (rhs); 9844 coder = TREE_CODE (rhstype); 9847 && vector_types_convertible_p (type, rhstype, true)) 9853 if (rhs == error_mark_node || rhstype == error_mark_node) 9890 if (objc_compare_types (type, rhstype, parmno, rname)) 9905 if (!can_convert_arg_bad (type, rhstype, rhs, flags, complain)) 9912 && TYPE_PTRMEMFUNC_P (rhstype)) 9921 if (rhstype == unknown_type_node) 9931 rhstype, type 9803 tree rhstype; local 10054 tree rhstype; local [all...] |
| call.cc | 8793 tree rhstype = TREE_TYPE (val); local 8794 const enum tree_code coder = TREE_CODE (rhstype); 8798 && check_missing_format_attribute (type, rhstype))
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 7322 tree rhstype; 7361 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 7391 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 7394 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 7433 rhstype = TREE_TYPE (rhs); 7434 coder = TREE_CODE (rhstype); 7463 objc_ok = objc_compare_types (type, rhstype, parmno, rname); 7468 tree checktype = origtype != NULL_TREE ? origtype : rhstype; 7481 type, rhstype); 7485 "%qT in assignment is invalid in C++", rhstype, type) 7299 tree rhstype; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 6785 tree rhstype; 6824 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 6854 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 6857 inform_for_arg (fundecl, (PLOC), parmnum, type, rhstype); \ 6896 rhstype = TREE_TYPE (rhs); 6897 coder = TREE_CODE (rhstype); 6926 objc_ok = objc_compare_types (type, rhstype, parmno, rname); 6931 tree checktype = origtype != NULL_TREE ? origtype : rhstype; 6944 type, rhstype); 6948 "%qT in assignment is invalid in C++", rhstype, type) 6764 tree rhstype; local [all...] |