HomeSort by: relevance | last modified time | path
    Searched defs:orig_type0 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5063 tree orig_type0 = NULL_TREE, orig_type1 = NULL_TREE; local
5095 &orig_type0, &def_stmt0, &promotion))
5101 if (orig_type0 && orig_type1
5102 && !types_compatible_p (orig_type0, orig_type1))
5105 if (orig_type0)
5107 if (!types_compatible_p (orig_type0, comp_scalar_type))
5110 itype = orig_type0;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 3866 tree orig_type0 = NULL_TREE, orig_type1 = NULL_TREE; local
3898 &orig_type0, &def_stmt0, &promotion))
3904 if (orig_type0 && orig_type1
3905 && !types_compatible_p (orig_type0, orig_type1))
3908 if (orig_type0)
3910 if (!types_compatible_p (orig_type0, comp_scalar_type))
3913 itype = orig_type0;
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 5200 tree type0, type1, orig_type0, orig_type1;
5318 orig_type0 = type0 = TREE_TYPE (op0);
5447 orig_type0 = type0 = TREE_TYPE (op0);
6311 && (orig_type0 != type0 || orig_type1 != type1)
6316 semantic_result_type = cp_common_type (orig_type0, orig_type1);
6319 tree t1 = orig_type0;
6344 tree orig_type0 = TREE_TYPE (orig_op0);
6345 tree_code orig_code0 = TREE_CODE (orig_type0);
6365 (orig_type0, orig_type1)))
6391 && CP_INTEGRAL_TYPE_P (orig_type0))
5192 tree type0, type1, orig_type0, orig_type1; local
6336 tree orig_type0 = TREE_TYPE (orig_op0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 5966 tree orig_type0 = TREE_TYPE (orig_op0);
5967 tree_code orig_code0 = TREE_CODE (orig_type0);
5987 (orig_type0, orig_type1)))
6013 && CP_INTEGRAL_TYPE_P (orig_type0))
5958 tree orig_type0 = TREE_TYPE (orig_op0); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12599 tree type0, type1, orig_type0, orig_type1;
12706 orig_type0 = type0 = TREE_TYPE (op0);
12817 orig_type0 = type0 = TREE_TYPE (op0);
13531 if (type0 != orig_type0 || type1 != orig_type1)
13534 semantic_result_type = c_common_type (orig_type0, orig_type1);
13740 if ((type0 != orig_type0 || type1 != orig_type1)
13744 semantic_result_type = c_common_type (orig_type0, orig_type1);
12560 tree type0, type1, orig_type0, orig_type1; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11757 tree type0, type1, orig_type0, orig_type1;
11864 orig_type0 = type0 = TREE_TYPE (op0);
11975 orig_type0 = type0 = TREE_TYPE (op0);
12654 if (type0 != orig_type0 || type1 != orig_type1)
12657 semantic_result_type = c_common_type (orig_type0, orig_type1);
12863 if ((type0 != orig_type0 || type1 != orig_type1)
12867 semantic_result_type = c_common_type (orig_type0, orig_type1);
11720 tree type0, type1, orig_type0, orig_type1; local

Completed in 43 milliseconds