Searched refs:IsNumeric (Results 1 – 8 of 8) sorted by relevance
494 if (!symType->IsNumeric(TypeCategory::Integer)) { in CheckDoVariable()496 sourceLocation, symType->IsNumeric(TypeCategory::Real)); in CheckDoVariable()
740 bool DeclTypeSpec::IsNumeric(TypeCategory tc) const { in IsNumeric() function in Fortran::semantics::DeclTypeSpec
1983 type && type->IsNumeric(TypeCategory::Integer)) { in CheckDioDummyIsDefaultInteger()
468 if (!type->IsNumeric(TypeCategory::Integer)) { in CheckLoopItrVariableIsInt()
2394 if (!type || !type->IsNumeric(TypeCategory::Integer)) { in ImplicitlyTypeForwardRef()
361 bool IsNumeric(TypeCategory) const;
856 if (bounds->name.thing.symbol->GetType()->IsNumeric( in analyzeBranches()
1124 info.hasRealControl = info.loopVariableSym.GetType()->IsNumeric( in genFIR()