Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h68 bool IsIntrinsicNumeric(const evaluate::DynamicType &);
69 bool IsIntrinsicNumeric(
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp130 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::ArgumentAnalyzer
2899 return type0 && semantics::IsIntrinsicNumeric(*type0); in IsIntrinsicNumeric()
2911 semantics::IsIntrinsicNumeric(*type0, GetRank(0), *type1, GetRank(1)); in IsIntrinsicNumeric()
Dtools.cpp127 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { in IsIntrinsicNumeric() function
130 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0, int rank0, in IsIntrinsicNumeric() function
Dcheck-declarations.cpp1028 [&](common::NumericOperator) { return IsIntrinsicNumeric(type0); }, in ConflictsWithIntrinsicOperator()
1041 return IsIntrinsicNumeric(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()