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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 690 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info) function
882 return normalize_logical_operation (t, args, CONJ_CONSTR, info);
884 return normalize_logical_operation (t, args, DISJ_CONSTR, info);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 688 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info) function
824 return normalize_logical_operation (t, args, CONJ_CONSTR, info);
826 return normalize_logical_operation (t, args, DISJ_CONSTR, info);

Completed in 38 milliseconds