Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
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 Dexpression.cpp3411 bool ArgumentAnalyzer::IsIntrinsicNumeric(NumericOperator opr) const { in IsIntrinsicNumeric() function in Fortran::evaluate::ArgumentAnalyzer