Searched defs:DynamicType (Results 1 – 6 of 6) sorted by relevance
22 class DynamicType; variable
90 constexpr DynamicType(TypeCategory cat, int k) : category_{cat}, kind_{k} { in DynamicType() function94 constexpr DynamicType(int k, std::int64_t len) in DynamicType() function105 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(DynamicType) in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument227 constexpr DynamicType() {} in DynamicType() function
34 class DynamicType; variable269 friend DynamicType; variable
68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
5649 struct DynamicType { struct5666 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument