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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 114 upper bound is +inf, has_ub is false.
124 bool has_ub;
133 lower bound is inclusive or not. UB, HAS_UB, and
139 int ub, bool has_ub, bool ub_inclusive)
146 domain.has_ub = has_ub;
492 if (domain.has_ub)
123 bool has_ub; member in struct:inp_domain
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 114 upper bound is +inf, has_ub is false.
124 bool has_ub;
133 lower bound is inclusive or not. UB, HAS_UB, and
139 int ub, bool has_ub, bool ub_inclusive)
146 domain.has_ub = has_ub;
472 if (domain.has_ub)
123 bool has_ub; member in struct:inp_domain

Completed in 35 milliseconds