Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2693 static MaybeExpr NumericUnaryHelper(ExpressionAnalyzer &context, in NumericUnaryHelper() function
2714 return NumericUnaryHelper(*this, NumericOperator::Add, x); in Analyze()
2725 return NumericUnaryHelper(*this, NumericOperator::Subtract, x); in Analyze()