Home
last modified time | relevance | path

Searched refs:numericTypeSpec (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp741 return category_ == Numeric && numericTypeSpec().category() == tc; in IsNumeric()
752 const NumericTypeSpec &DeclTypeSpec::numericTypeSpec() const { in numericTypeSpec() function in Fortran::semantics::DeclTypeSpec
768 return numericTypeSpec().AsFortran(); in AsFortran()
H A Dcheck-declarations.cpp1984 if (const auto kind{evaluate::ToInt64(type->numericTypeSpec().kind())}; in CheckDioDummyIsDefaultInteger()
H A Dresolve-names.cpp2397 auto kind{evaluate::ToInt64(type->numericTypeSpec().kind())}; in ImplicitlyTypeForwardRef()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h363 const NumericTypeSpec &numericTypeSpec() const;