Searched refs:getModel (Results 1 – 6 of 6) sorted by relevance
60 static constexpr TypeBuilderFunc getModel();68 constexpr TypeBuilderFunc getModel<int>() {76 TypeBuilderFunc f{getModel<int>()};88 return getModel<char *>();137 TypeBuilderFunc f{getModel<long>()};143 return getModel<long &>();167 return getModel<long long &>();196 return getModel<double &>();207 TypeBuilderFunc f{getModel<float>()};213 return getModel<float &>();[all …]
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>() {90 TypeBuilderFunc getModel<long>() {105 return getModel<Fortran::ISO::CFI_dim_t>();121 return getModel<decltype(field)>(); in getDescFieldTypeModel()[all …]
82 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>()( in LLVMTypeConverter()
27 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()43 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()60 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()76 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()92 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()109 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()125 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()141 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()158 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()175 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()[all …]
41 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::IoStatementState *>() { in getModel() function42 return getModel<char *>(); in getModel()46 getModel<const Fortran::runtime::io::NamelistGroup &>() { in getModel() function52 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::Iostat>() { in getModel() function
1299 TLM = GetLLVMTLSModel(Attr->getModel()); in setTLSMode()