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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 2514 typedef poly_span_traits<T1, T2> start_span; typedef
2526 return maybe_lt (start_span::cast (val) - start_span::cast (pos),
2538 typedef poly_span_traits<T1, T2> start_span; typedef
2542 && known_lt (start_span::cast (val) - start_span::cast (pos),
2571 typedef poly_span_traits<T1, T3> start_span; typedef
2588 && known_lt (start_span::cast (pos2)
2589 - start_span::cast (lower_bound (pos1, pos2)),
2591 && known_lt (start_span::cast (pos1
2606 typedef poly_span_traits<T1, T3> start_span; typedef
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic.h 269 diagnostic_start_span_fn start_span; member in struct:diagnostic_context
poly-int.h 2578 typedef poly_span_traits<T1, T2> start_span; typedef
2590 return maybe_lt (start_span::cast (val) - start_span::cast (pos),
2602 typedef poly_span_traits<T1, T2> start_span; typedef
2606 && known_lt (start_span::cast (val) - start_span::cast (pos),
2635 typedef poly_span_traits<T1, T3> start_span; typedef
2652 && known_lt (start_span::cast (pos2)
2653 - start_span::cast (lower_bound (pos1, pos2)),
2655 && known_lt (start_span::cast (pos1
2670 typedef poly_span_traits<T1, T3> start_span; typedef
    [all...]

Completed in 23 milliseconds