Home
last modified time | relevance | path

Searched refs:CTF_NULL_TYPEID (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc223 ctf_id_t type_id = CTF_NULL_TYPEID; in gen_ctf_base_type()
335 ctf_id_t type_id = CTF_NULL_TYPEID; in gen_ctf_pointer_type()
336 ctf_id_t ptr_type_id = CTF_NULL_TYPEID; in gen_ctf_pointer_type()
358 ctf_id_t array_elems_type_id = CTF_NULL_TYPEID; in gen_ctf_array_type()
500 return CTF_NULL_TYPEID; in gen_ctf_modifier_type()
912 type_id = CTF_NULL_TYPEID; in gen_ctf_type()
917 type_id = CTF_NULL_TYPEID; in gen_ctf_type()
922 type_id = CTF_NULL_TYPEID; in gen_ctf_type()
928 if ((type_id == CTF_NULL_TYPEID) && (!unrecog_die)) in gen_ctf_type()
973 return gen_ctf_type (tu_ctfc, die) == CTF_NULL_TYPEID; in ctf_do_die()
H A Dctfout.cc616 gcc_assert (ctfc->ctfc_vars_list[i]->dvd_type != CTF_NULL_TYPEID); in output_ctf_vars()
660 gcc_assert (dmd->dmd_type != CTF_NULL_TYPEID); in output_asm_ctf_sou_fields()
735 gcc_assert (ctftype->dtd_u.dtu_slice.cts_type != CTF_NULL_TYPEID); in output_asm_ctf_vlen_bytes()
774 gcc_assert (type->dtd_data.ctti_type != CTF_NULL_TYPEID); in output_asm_ctf_type()
H A Dctfc.cc646 dmd->dmd_type = CTF_NULL_TYPEID; in ctf_add_enumerator()
854 return CTF_NULL_TYPEID; in ctf_lookup_tree_type()
858 return CTF_NULL_TYPEID; in ctf_lookup_tree_type()
H A Dctfc.h41 #define CTF_NULL_TYPEID 0 macro