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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 892 constraint_less (const constraint_t &a, const constraint_t &b) function
924 place = vec.lower_bound (&lookfor, constraint_less);
948 unsigned int place = to->lower_bound (c, constraint_less);
1082 unsigned int place = complex.lower_bound (c, constraint_less);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 891 constraint_less (const constraint_t &a, const constraint_t &b) function
923 place = vec.lower_bound (&lookfor, constraint_less);
947 unsigned int place = to->lower_bound (c, constraint_less);
1069 unsigned int place = complex.lower_bound (c, constraint_less);

Completed in 23 milliseconds