Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h75 bool IsIntrinsicNumeric(const evaluate::DynamicType &);
76 bool IsIntrinsicNumeric(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp149 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::ArgumentAnalyzer
3417 return leftType && semantics::IsIntrinsicNumeric(*leftType); in IsIntrinsicNumeric()
3429 semantics::IsIntrinsicNumeric( in IsIntrinsicNumeric()
H A Dtools.cpp166 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { in IsIntrinsicNumeric() function
169 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0, int rank0, in IsIntrinsicNumeric() function
H A Dcheck-declarations.cpp1217 [&](common::NumericOperator) { return IsIntrinsicNumeric(type0); }, in ConflictsWithIntrinsicOperator()
1230 return IsIntrinsicNumeric(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()