Searched refs:IsIntrinsicNumeric (Results 1 – 4 of 4) sorted by relevance
68 bool IsIntrinsicNumeric(const evaluate::DynamicType &);69 bool IsIntrinsicNumeric(
130 bool IsIntrinsicNumeric(NumericOperator) const;2296 } else if (analyzer.IsIntrinsicNumeric(opr)) { in NumericUnaryHelper()2367 } else if (analyzer.IsIntrinsicNumeric(opr)) { in NumericBinaryHelper()2893 bool ArgumentAnalyzer::IsIntrinsicNumeric(NumericOperator opr) const { in IsIntrinsicNumeric() function in Fortran::evaluate::ArgumentAnalyzer2899 return type0 && semantics::IsIntrinsicNumeric(*type0); in IsIntrinsicNumeric()2911 semantics::IsIntrinsicNumeric(*type0, GetRank(0), *type1, GetRank(1)); in IsIntrinsicNumeric()
127 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { in IsIntrinsicNumeric() function130 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0, int rank0, in IsIntrinsicNumeric() function
1028 [&](common::NumericOperator) { return IsIntrinsicNumeric(type0); }, in ConflictsWithIntrinsicOperator()1041 return IsIntrinsicNumeric(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()