Home
last modified time | relevance | path

Searched refs:IsNumeric (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp494 if (!symType->IsNumeric(TypeCategory::Integer)) { in CheckDoVariable()
496 sourceLocation, symType->IsNumeric(TypeCategory::Real)); in CheckDoVariable()
H A Dtype.cpp740 bool DeclTypeSpec::IsNumeric(TypeCategory tc) const { in IsNumeric() function in Fortran::semantics::DeclTypeSpec
H A Dcheck-declarations.cpp1983 type && type->IsNumeric(TypeCategory::Integer)) { in CheckDioDummyIsDefaultInteger()
H A Dcheck-omp-structure.cpp468 if (!type->IsNumeric(TypeCategory::Integer)) { in CheckLoopItrVariableIsInt()
H A Dresolve-names.cpp2394 if (!type || !type->IsNumeric(TypeCategory::Integer)) { in ImplicitlyTypeForwardRef()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h361 bool IsNumeric(TypeCategory) const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp856 if (bounds->name.thing.symbol->GetType()->IsNumeric( in analyzeBranches()
H A DBridge.cpp1124 info.hasRealControl = info.loopVariableSym.GetType()->IsNumeric( in genFIR()