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

  /src/external/gpl3/gcc/dist/gcc/
opt-problem.cc 188 const location_t line_6 local
191 if (line_6 > LINE_MAP_MAX_LOCATION_WITH_COLS)
194 /* Generate statements using "line_5" and "line_6" for testing. */
199 gimple_set_location (stmt_at_6, line_6);
238 line_6);
251 ASSERT_EQ (info.get_dump_location ().get_location_t (), line_6);
256 ASSERT_IS_GIMPLE (info.get_item (3), line_6, "return 0;\n");
  /src/external/gpl3/gcc.old/dist/gcc/
opt-problem.cc 190 const location_t line_6 local
193 if (line_6 > LINE_MAP_MAX_LOCATION_WITH_COLS)
196 /* Generate statements using "line_5" and "line_6" for testing. */
201 gimple_set_location (stmt_at_6, line_6);
240 line_6);
253 ASSERT_EQ (info.get_dump_location ().get_location_t (), line_6);
258 ASSERT_IS_GIMPLE (info.get_item (3), line_6, "return 0;\n");

Completed in 16 milliseconds