HomeSort by: relevance | last modified time | path
    Searched refs:from_type1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 12111 tree from_type1; local
12243 FROM_TYPE1 and FROM_TYPE2. */
12244 from_type1 = t1->type;
12268 from_type1 = t1->type;
12280 if (same_type_p (from_type1, from_type2))
12317 if (same_type_p (from_type1, from_type2)
12318 && ARITHMETIC_TYPE_P (from_type1)
12339 tree fp1 = from_type1;
12405 if (TYPE_PTR_P (from_type1)
12410 deref_from_type1 = TREE_TYPE (from_type1);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 11448 tree from_type1; local
11580 FROM_TYPE1 and FROM_TYPE2. */
11581 from_type1 = t1->type;
11605 from_type1 = t1->type;
11617 if (same_type_p (from_type1, from_type2))
11654 if (same_type_p (from_type1, from_type2)
11655 && ARITHMETIC_TYPE_P (from_type1)
11667 if (TYPE_PTR_P (from_type1)
11672 deref_from_type1 = TREE_TYPE (from_type1);
11681 else if ((TYPE_PTRDATAMEM_P (from_type1) && TYPE_PTRDATAMEM_P (from_type2
    [all...]

Completed in 40 milliseconds