Home
last modified time | relevance | path

Searched refs:get_debug_string (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c278 (BLOCK)->get_debug_string (), \
279 (BLOCK)->get_last_statement ()->get_debug_string ()); \
292 (BLOCK)->get_debug_string (), \
293 (BLOCK)->get_last_statement ()->get_debug_string ()); \
558 type->get_debug_string ()); in gcc_jit_context_new_field()
584 name, type->get_debug_string ()); in gcc_jit_context_new_bitfield()
594 type->get_debug_string ()); in gcc_jit_context_new_bitfield()
640 fields[i]->get_debug_string (), in gcc_jit_context_new_struct_type()
641 fields[i]->get_container ()->get_debug_string ()); in gcc_jit_context_new_struct_type()
704 struct_type->get_debug_string ()); in gcc_jit_struct_set_fields()
[all …]
H A Djit-recording.c336 if (strlen (m->get_debug_string ()) < 100) in make_identifier()
340 m->get_debug_string ()); in make_identifier()
397 m->get_debug_string ()); in get_identifier()
686 (void *)this, (void *)m, m->get_debug_string ()); in replay_into()
1479 loc->get_debug_string (), in add_error_va()
1556 d.write ("%s;\n\n", st->get_debug_string ()); in dump_to_file()
1936 recording::memento::get_debug_string () in get_debug_string() function
1949 d.write(" %s\n", get_debug_string ()); in write_to_dump()
2091 m_filename->get_debug_string (), in write_reproducer()
2527 "%s *", m_other_type->get_debug_string ()); in make_debug_string()
[all …]
H A Dlibgccjit++.h64 std::string get_debug_string () const;
1269 object::get_debug_string () const in get_debug_string() function
1290 return stream << obj.get_debug_string ();
H A Djit-recording.h383 get_debug_string ();
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc291 (BLOCK)->get_debug_string (), \
292 (BLOCK)->get_last_statement ()->get_debug_string ()); \
305 (BLOCK)->get_debug_string (), \
306 (BLOCK)->get_last_statement ()->get_debug_string ()); \
739 function_type->get_debug_string (), in gcc_jit_function_type_get_param_type()
791 type->get_debug_string ()); in gcc_jit_context_new_field()
822 name, type->get_debug_string ()); in gcc_jit_context_new_bitfield()
832 type->get_debug_string ()); in gcc_jit_context_new_bitfield()
878 fields[i]->get_debug_string (), in gcc_jit_context_new_struct_type()
879 fields[i]->get_container ()->get_debug_string ()); in gcc_jit_context_new_struct_type()
[all …]
H A Djit-recording.cc336 if (strlen (m->get_debug_string ()) < 100) in make_identifier()
340 m->get_debug_string ()); in make_identifier()
397 m->get_debug_string ()); in get_identifier()
687 (void *)this, (void *)m, m->get_debug_string ()); in replay_into()
1582 loc->get_debug_string (), in add_error_va()
1660 d.write ("%s;\n\n", st->get_debug_string ()); in dump_to_file()
2061 recording::memento::get_debug_string () in get_debug_string() function in gcc::jit::recording::memento
2074 d.write(" %s\n", get_debug_string ()); in write_to_dump()
2233 m_filename->get_debug_string (), in write_reproducer()
2876 "%s *", m_other_type->get_debug_string ()); in make_debug_string()
[all …]
H A Dlibgccjit++.h65 std::string get_debug_string () const;
1338 object::get_debug_string () const in get_debug_string() function
1359 return stream << obj.get_debug_string ();
H A DChangeLog.jit2098 (object::get_debug_string): New.
2250 get_debug_string hooks to generate error messages.
2270 (gcc::jit::recording::memento::get_debug_string): New method.
2274 pure-virtual function lazily used by get_debug_string.
2276 get_debug_string to use as a cache.
2430 (gcc::jit::recording::memento::get_debug_string): New method,
H A Djit-recording.h402 get_debug_string ();
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dobjects.rst57 .. function:: std::string gccjit::object::get_debug_string () const
65 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dobjects.rst57 .. function:: std::string gccjit::object::get_debug_string () const
65 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst93 :func:`gccjit::object::get_debug_string`:
97 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
161 :func:`gccjit::object::get_debug_string`.
165 printf ("expr: %s\n", expr.get_debug_string ().c_str ());
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst93 :func:`gccjit::object::get_debug_string`:
97 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
161 :func:`gccjit::object::get_debug_string`.
165 printf ("expr: %s\n", expr.get_debug_string ().c_str ());
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9560 @pxref{121,,gccjit;;object;;get_debug_string()}:
9563 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
9642 @pxref{121,,gccjit;;object;;get_debug_string()}.
9645 printf ("expr: %s\n", expr.get_debug_string ().c_str ());
13043 @geindex gccjit;;object;;get_debug_string (C++ function)
13045 @deffn {C++ Function} std::string gccjit::object::get_debug_string () const
13052 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi10315 @ref{17b,,gccjit;;object;;get_debug_string()}:
10318 printf ("obj: %s\n", obj.get_debug_string ().c_str ());
10383 @ref{17b,,gccjit;;object;;get_debug_string()}.
10386 printf ("expr: %s\n", expr.get_debug_string ().c_str ());
13499 @geindex gccjit;;object;;get_debug_string (C++ function)
13501 @deffn {C++ Function} std::string gccjit::@ref{17a,,object}::get_debug_string () const
13508 printf ("obj: %s\n", obj.get_debug_string ().c_str ());