Lines Matching refs:Constant

55 Constant<SubscriptInteger> ConstantBounds::SHAPE() const {  in SHAPE()
173 auto Constant<T>::At(const ConstantSubscripts &index) const -> Element { in At()
178 auto Constant<T>::Reshape(ConstantSubscripts &&dims) const -> Constant { in Reshape()
183 std::size_t Constant<T>::CopyFrom(const Constant<T> &source, std::size_t count, in CopyFrom()
190 Constant<Type<TypeCategory::Character, KIND>>::Constant( in Constant() function in Fortran::evaluate::Constant::Character
195 Constant<Type<TypeCategory::Character, KIND>>::Constant(Scalar<Result> &&str) in Constant() function in Fortran::evaluate::Constant::Character
200 Constant<Type<TypeCategory::Character, KIND>>::Constant(ConstantSubscript len, in Constant() function in Fortran::evaluate::Constant::Character
220 Constant<Type<TypeCategory::Character, KIND>>::~Constant() {} in ~Constant()
223 bool Constant<Type<TypeCategory::Character, KIND>>::empty() const { in empty()
228 std::size_t Constant<Type<TypeCategory::Character, KIND>>::size() const { in size()
237 auto Constant<Type<TypeCategory::Character, KIND>>::At( in At()
244 auto Constant<Type<TypeCategory::Character, KIND>>::Substring( in Substring()
246 -> std::optional<Constant> { in Substring()
262 return Constant{newLength, std::move(elements), ConstantSubscripts{shape()}}; in Substring()
266 auto Constant<Type<TypeCategory::Character, KIND>>::Reshape( in Reshape()
267 ConstantSubscripts &&dims) const -> Constant<Result> { in Reshape()
284 std::size_t Constant<Type<TypeCategory::Character, KIND>>::CopyFrom( in CopyFrom()
285 const Constant<Type<TypeCategory::Character, KIND>> &source, in CopyFrom()
312 Constant<SomeDerived>::Constant(const StructureConstructor &x) in Constant() function in Fortran::evaluate::Constant
315 Constant<SomeDerived>::Constant(StructureConstructor &&x) in Constant() function in Fortran::evaluate::Constant
318 Constant<SomeDerived>::Constant(const semantics::DerivedTypeSpec &spec, in Constant() function in Fortran::evaluate::Constant
331 Constant<SomeDerived>::Constant(const semantics::DerivedTypeSpec &spec, in Constant() function in Fortran::evaluate::Constant
336 Constant<SomeDerived>::GetScalarValue() const { in GetScalarValue()
344 StructureConstructor Constant<SomeDerived>::At( in At()
349 auto Constant<SomeDerived>::Reshape(ConstantSubscripts &&dims) const in Reshape()
350 -> Constant { in Reshape()
354 std::size_t Constant<SomeDerived>::CopyFrom(const Constant<SomeDerived> &source, in CopyFrom()