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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic-path.cc 538 test_diagnostic_path (pretty_printer *event_pp)
539 : simple_diagnostic_path (event_pp)
566 test_empty_path (pretty_printer *event_pp)
568 test_diagnostic_path path (event_pp);
583 test_intraprocedural_path (pretty_printer *event_pp)
589 test_diagnostic_path path (event_pp);
611 test_interprocedural_path_1 (pretty_printer *event_pp)
627 test_diagnostic_path path (event_pp);
706 test_interprocedural_path_2 (pretty_printer *event_pp)
716 test_diagnostic_path path (event_pp);
812 pretty_printer *event_pp = global_dc->printer->clone (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 706 test_diagnostic_path (pretty_printer *event_pp)
707 : simple_diagnostic_path (event_pp)
734 test_empty_path (pretty_printer *event_pp)
736 test_diagnostic_path path (event_pp);
751 test_intraprocedural_path (pretty_printer *event_pp)
757 test_diagnostic_path path (event_pp);
779 test_interprocedural_path_1 (pretty_printer *event_pp)
795 test_diagnostic_path path (event_pp);
874 test_interprocedural_path_2 (pretty_printer *event_pp)
884 test_diagnostic_path path (event_pp);
980 pretty_printer *event_pp = global_dc->printer->clone (); local
    [all...]

Completed in 16 milliseconds