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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1151 same_line_p (location_t locus1, expanded_location *from, location_t locus2) function
1189 if (same_line_p (locus, &locus_e, stmt_locus))
1224 && same_line_p (curr_locus, &curr_locus_e,
1239 else if (!same_line_p (curr_locus, &curr_locus_e, gimple_location (stmt)))
1269 if (first && same_line_p (locus, &locus_e,
1272 else if (last && same_line_p (locus, &locus_e,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 1147 same_line_p (location_t locus1, expanded_location *from, location_t locus2) function
1188 if ((first && same_line_p (locus, &locus_e,
1190 || (last && same_line_p (locus, &locus_e,

Completed in 32 milliseconds