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

  /src/external/mit/isl/dist/
isl_constraint.c 632 isl_die(ctx, isl_error_invalid, "cannot negate equality",
672 /* Is "constraint" an equality that corresponds to integer division "div"?
678 * is the equality of the form
683 * that this is a valid equality constraint, the constant c' necessarily
689 isl_bool equality; local
691 equality = isl_constraint_is_equality(constraint);
692 if (equality < 0 || !equality)
693 return equality;
759 * in terms of earlier dimensions through an equality
    [all...]
isl_constraint.c 632 isl_die(ctx, isl_error_invalid, "cannot negate equality",
672 /* Is "constraint" an equality that corresponds to integer division "div"?
678 * is the equality of the form
683 * that this is a valid equality constraint, the constant c' necessarily
689 isl_bool equality; local
691 equality = isl_constraint_is_equality(constraint);
692 if (equality < 0 || !equality)
693 return equality;
759 * in terms of earlier dimensions through an equality
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 3881 kind of warning. EQUALITY is true when the pointer is used in
3882 an equality expression. */
3887 bool maybe, bool equality /* = false */)
3916 || (equality && warn_use_after_free < 3)
3942 if (equality
4232 bool equality = false; local
4236 equality = code == EQ_EXPR || code == NE_EXPR;
4241 equality = code == EQ_EXPR || code == NE_EXPR;
4298 this_maybe, equality);
gimple-ssa-warn-access.cc 3881 kind of warning. EQUALITY is true when the pointer is used in
3882 an equality expression. */
3887 bool maybe, bool equality /* = false */)
3916 || (equality && warn_use_after_free < 3)
3942 if (equality
4232 bool equality = false; local
4236 equality = code == EQ_EXPR || code == NE_EXPR;
4241 equality = code == EQ_EXPR || code == NE_EXPR;
4298 this_maybe, equality);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 3869 kind of warning. EQUALITY is true when the pointer is used in
3870 an equality expression. */
3875 bool maybe, bool equality /* = false */)
3903 if ((equality && warn_use_after_free < 3)
3928 if (equality
4212 bool equality = false; local
4216 equality = code == EQ_EXPR || code == NE_EXPR;
4221 equality = code == EQ_EXPR || code == NE_EXPR;
4249 this_maybe, equality);
gimple-ssa-warn-access.cc 3869 kind of warning. EQUALITY is true when the pointer is used in
3870 an equality expression. */
3875 bool maybe, bool equality /* = false */)
3903 if ((equality && warn_use_after_free < 3)
3928 if (equality
4212 bool equality = false; local
4216 equality = code == EQ_EXPR || code == NE_EXPR;
4221 equality = code == EQ_EXPR || code == NE_EXPR;
4249 this_maybe, equality);

Completed in 34 milliseconds