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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 2864 /* Recursive subroutine of collect_operands_of_disjunction. T is a normalized
2891 collect_operands_of_disjunction (tree t, auto_vec<tree_pair> *operands) function
2925 collect_operands_of_disjunction (t, &operands);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 2742 /* Recursive subroutine of collect_operands_of_disjunction. T is a normalized
2769 collect_operands_of_disjunction (tree t, auto_vec<tree_pair> *operands) function
2803 collect_operands_of_disjunction (t, &operands);

Completed in 50 milliseconds