Searched refs:get_debug_string (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.c271 (BLOCK)->get_debug_string (), \
272 (BLOCK)->get_last_statement ()->get_debug_string ()); \
285 (BLOCK)->get_debug_string (), \
286 (BLOCK)->get_last_statement ()->get_debug_string ()); \
591 fields[i]->get_debug_string (),
592 fields[i]->get_container ()->get_debug_string ());
655 struct_type->get_debug_string ());
665 fields[i]->get_debug_string (),
666 fields[i]->get_container ()->get_debug_string ());
700 fields[i]->get_debug_string (),
[all...]
H A Djit-recording.c300 if (strlen (m->get_debug_string ()) < 100)
304 m->get_debug_string (),
362 m->get_debug_string ());
586 Note that the calls to get_debug_string might lead to more
592 (void *)this, (void *)m, m->get_debug_string ());
1325 loc->get_debug_string (),
1402 d.write ("%s;\n\n", st->get_debug_string ());
1770 recording::memento::get_debug_string () function in class:recording::memento
1783 d.write(" %s\n", get_debug_string ());
1925 m_filename->get_debug_string (),
[all...]
H A Dlibgccjit++.h60 std::string get_debug_string () const;
1163 object::get_debug_string () const function in class:gccjit::object
1184 return stream << obj.get_debug_string ();
H A Djit-recording.h355 get_debug_string ();
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-operator-overloading.cc106 CHECK_STRING_VALUE (testcase.discriminant.get_debug_string ().c_str (),
204 CHECK_STRING_VALUE (on_zero_discriminant.get_debug_string ().c_str (),
233 CHECK_STRING_VALUE (two_a.get_debug_string ().c_str (),
H A Dtest-quadratic.cc105 CHECK_STRING_VALUE (testcase.discriminant.get_debug_string ().c_str (),
218 CHECK_STRING_VALUE (on_zero_discriminant.get_debug_string ().c_str (),
256 CHECK_STRING_VALUE (two_a.get_debug_string ().c_str (),

Completed in 66 milliseconds