Home
last modified time | relevance | path

Searched refs:get_fields (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc940 struct_type->get_fields () == NULL, ctxt, loc, in gcc_jit_struct_set_fields()
976 RETURN_NULL_IF_FAIL (struct_type->get_fields (), NULL, NULL, in gcc_jit_struct_get_field()
978 size_t num_fields = struct_type->get_fields ()->length (); in gcc_jit_struct_get_field()
985 return (gcc_jit_field *)struct_type->get_fields ()->get_field (index); in gcc_jit_struct_get_field()
998 return struct_type->get_fields ()->length (); in gcc_jit_struct_get_field_count()
1436 gcc::jit::recording::fields *fields_struct = ct->get_fields (); in gcc_jit_context_new_struct_constructor()
1587 gcc::jit::recording::fields *fields_union = ct->get_fields (); in gcc_jit_context_new_union_constructor()
H A Djit-recording.cc849 if (!s->get_fields ()) in new_array_type()
1163 recording::fields *fields = ct->get_fields (); in new_ctor()
1665 if (st->get_fields ()) in dump_to_file()
1667 st->get_fields ()->write_to_dump (d); in dump_to_file()
3567 get_fields ()->length ()); in write_reproducer()
3568 for (int i = 0; i < get_fields ()->length (); i++) in write_reproducer()
3569 r.write (" %s,\n", r.get_identifier (get_fields ()->get_field (i))); in write_reproducer()
3582 get_fields ()->length (), in write_reproducer()
H A Djit-recording.h968 fields * get_fields () { return m_fields; } in get_fields() function
H A DChangeLog.jit1713 (gcc::jit::recording::struct_::get_fields): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c844 if (!s->get_fields ()) in new_array_type()
1561 if (st->get_fields ()) in dump_to_file()
1563 st->get_fields ()->write_to_dump (d); in dump_to_file()
3218 get_fields ()->length ()); in write_reproducer()
3219 for (int i = 0; i < get_fields ()->length (); i++) in write_reproducer()
3220 r.write (" %s,\n", r.get_identifier (get_fields ()->get_field (i))); in write_reproducer()
3233 get_fields ()->length (), in write_reproducer()
H A Djit-recording.h890 fields * get_fields () { return m_fields; } in get_fields() function
H A Dlibgccjit.c702 struct_type->get_fields () == NULL, ctxt, loc, in gcc_jit_struct_set_fields()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py413 fields = list(teststruct.type.get_fields())
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2403 def get_fields(self): member in Type
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201038358 (get_fields): Use XNEWVEC instead of xmalloc.