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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 286 const line_span *ls2 = (const line_span *)p2; local
287 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line);
290 return compare (ls1->m_last_line, ls2->m_last_line);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 285 const line_span *ls2 = (const line_span *)p2; local
286 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line);
289 return compare (ls1->m_last_line, ls2->m_last_line);
  /src/external/mit/isl/dist/
isl_coalesce.c 2866 isl_local_space *ls1, *ls2; local
2872 ls2 = isl_local_space_wrap(isl_basic_map_get_local_space(info2->bmap));
2878 !isl_local_space_div_is_known(ls2, i))
2886 div2 = isl_local_space_get_div(ls2, i);
2898 isl_local_space_free(ls2);

Completed in 50 milliseconds