Home
last modified time | relevance | path

Searched refs:tpd_array (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ptoc/ptoc/
H A Dtrnod.cxx3583 if (language_c && tpd->tag == tpd_node::tpd_array) { in translate()
3781 if (tpd->tag == tpd_node::tpd_array) { in translate()
3840 if (language_c && tpd != NULL && tpd->tag == tpd_node::tpd_array) { in translate()
3866 if (language_c && tpd->tag == tpd_node::tpd_array) { in translate()
4810 : tpd_node(tpd_array) in array_tpd_node()
4845 if (eltd->tag == tpd_array) { in translate()
4894 …if (indices->next == NULL && eltd->tag == tpd_array && !((array_tp*)eltd->type)->elem_type->is_arr… in translate()
H A Dtrnod.h1090 tpd_array, tpd_string, tpd_ref, tpd_object, tpd_record, tpd_file }; enumerator