Searched refs:IsIntrinsicNumeric (Results 1 – 4 of 4) sorted by relevance
75 bool IsIntrinsicNumeric(const evaluate::DynamicType &);76 bool IsIntrinsicNumeric(
149 bool IsIntrinsicNumeric(NumericOperator) const;2698 if (analyzer.IsIntrinsicNumeric(opr)) { in NumericUnaryHelper()2780 if (analyzer.IsIntrinsicNumeric(opr)) { in NumericBinaryHelper()3411 bool ArgumentAnalyzer::IsIntrinsicNumeric(NumericOperator opr) const { in IsIntrinsicNumeric() function in Fortran::evaluate::ArgumentAnalyzer3417 return leftType && semantics::IsIntrinsicNumeric(*leftType); in IsIntrinsicNumeric()3429 semantics::IsIntrinsicNumeric( in IsIntrinsicNumeric()
166 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { in IsIntrinsicNumeric() function169 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0, int rank0, in IsIntrinsicNumeric() function
1217 [&](common::NumericOperator) { return IsIntrinsicNumeric(type0); }, in ConflictsWithIntrinsicOperator()1230 return IsIntrinsicNumeric(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()