Home
last modified time | relevance | path

Searched defs:IsIntrinsicNumeric (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dtools.cpp174 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { IsIntrinsicNumeric() function
177 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0, int rank0, IsIntrinsicNumeric() function
H A Dexpression.cpp4235 bool ArgumentAnalyzer::IsIntrinsicNumeric(NumericOperator opr) const { IsIntrinsicNumeric() function in Fortran::evaluate::ArgumentAnalyzer