Lines Matching refs:getModel
37 TypeBuilderFunc getModel();
40 TypeBuilderFunc getModel<void *>() {
46 TypeBuilderFunc getModel<unsigned>() {
52 TypeBuilderFunc getModel<int>() {
58 TypeBuilderFunc getModel<unsigned long>() {
64 TypeBuilderFunc getModel<unsigned long long>() {
70 TypeBuilderFunc getModel<long long>() {
76 TypeBuilderFunc getModel<Fortran::ISO::CFI_rank_t>() {
83 TypeBuilderFunc getModel<Fortran::ISO::CFI_type_t>() {
90 TypeBuilderFunc getModel<long>() {
96 TypeBuilderFunc getModel<Fortran::ISO::CFI_dim_t>() {
98 auto indexTy = getModel<Fortran::ISO::CFI_index_t>()(context);
104 getModel<Fortran::ISO::cfi_internal::FlexibleArray<Fortran::ISO::CFI_dim_t>>() {
105 return getModel<Fortran::ISO::CFI_dim_t>();
121 return getModel<decltype(field)>(); in getDescFieldTypeModel()
130 return getModel<void *>(); in getExtendedDescFieldTypeModel()
132 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>(); in getExtendedDescFieldTypeModel()