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

  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 368 bool same_p = (lhs == rhs); local
370 rhs = same_p ? lhs : detach_value (loc, &gsi, rhs);
517 bool same_p = (op1 == op2); local
519 op2 = same_p ? op1 : detach_value (loc, &gsi, op2);
tree-ssa-alias.cc 1111 int same_p = 0; local
1128 same_p = same_type_for_tbaa (TREE_TYPE (ref), type1);
1129 if (same_p == 1)
1135 if (same_p == -1)
1142 if (same_p == 1)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 294 bool same_p = (lhs == rhs); local
296 rhs = same_p ? lhs : detach_value (loc, &gsik, rhs);
502 bool same_p = (op1 == op2); local
504 op2 = same_p ? op1 : detach_value (loc, &gsi_split, op2);
tree-ssa-alias.cc 1098 int same_p = 0; local
1115 same_p = same_type_for_tbaa (TREE_TYPE (ref), type1);
1116 if (same_p == 1)
1122 if (same_p == -1)
1129 if (same_p == 1)
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 142 bool same_p;
147 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class),
151 if (!same_p)
154 if (!same_p && !binfo)
163 if (binfo || same_p)
141 bool same_p; local
semantics.cc 3212 auto same_p = same_type_ignoring_top_level_qualifiers_p; local
3214 sizeof_arg, same_p);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 142 bool same_p;
147 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class),
151 if (!same_p)
154 if (!same_p && !binfo)
163 if (binfo || same_p)
141 bool same_p; local

Completed in 30 milliseconds