HomeSort by: relevance | last modified time | path
    Searched defs:orig_type1 (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
5098 &orig_type1, &def_stmt1, &promotion)))
5101 if (orig_type0 && orig_type1
5102 && !types_compatible_p (orig_type0, orig_type1))
5113 if (orig_type1)
5115 if (!types_compatible_p (orig_type1, comp_scalar_type))
5118 itype = orig_type1;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 3866 tree orig_type0 = NULL_TREE, orig_type1 = NULL_TREE; local
3901 &orig_type1, &def_stmt1, &promotion)))
3904 if (orig_type0 && orig_type1
3905 && !types_compatible_p (orig_type0, orig_type1))
3916 if (orig_type1)
3918 if (!types_compatible_p (orig_type1, comp_scalar_type))
3921 itype = orig_type1;
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 5200 tree type0, type1, orig_type0, orig_type1;
5319 orig_type1 = type1 = TREE_TYPE (op1);
5457 orig_type1 = type1 = TREE_TYPE (op1);
6311 && (orig_type0 != type0 || orig_type1 != type1)
6316 semantic_result_type = cp_common_type (orig_type0, orig_type1);
6320 tree t2 = orig_type1;
6346 tree orig_type1 = TREE_TYPE (orig_op1);
6347 tree_code orig_code1 = TREE_CODE (orig_type1);
6365 (orig_type0, orig_type1)))
6396 && CP_INTEGRAL_TYPE_P (orig_type1))
5192 tree type0, type1, orig_type0, orig_type1; local
6338 tree orig_type1 = TREE_TYPE (orig_op1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 5968 tree orig_type1 = TREE_TYPE (orig_op1);
5969 tree_code orig_code1 = TREE_CODE (orig_type1);
5987 (orig_type0, orig_type1)))
6018 && CP_INTEGRAL_TYPE_P (orig_type1))
5960 tree orig_type1 = TREE_TYPE (orig_op1); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12599 tree type0, type1, orig_type0, orig_type1;
12708 orig_type1 = type1 = TREE_TYPE (op1);
12832 orig_type1 = type1 = TREE_TYPE (op1);
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;
11866 orig_type1 = type1 = TREE_TYPE (op1);
11990 orig_type1 = type1 = TREE_TYPE (op1);
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 117 milliseconds