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

  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 188 range_op_handler::dispatch_kind (const vrange &lhs, const vrange &op1, function in class:range_op_handler
208 switch (dispatch_kind (r, lh, rh))
250 switch (dispatch_kind (r, lhs, op2))
284 switch (dispatch_kind (r, lhs, op1))
313 switch (dispatch_kind (lhs, op1, op2))
341 switch (dispatch_kind (lhs, op1, op2))
368 switch (dispatch_kind (lhs, op1, op2))
396 switch (dispatch_kind (lh, lh, rh))

Completed in 25 milliseconds