Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp279 NumericOperation<OPR>(messages, AsGenericExpr(std::move(zr)), in MixedComplexLeft()
368 std::optional<Expr<SomeType>> NumericOperation( in NumericOperation() function
418 return NumericOperation<OPR>(messages, in NumericOperation()
423 return NumericOperation<OPR>(messages, in NumericOperation()
428 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
432 return NumericOperation<OPR>(messages, std::move(x), in NumericOperation()
445 template std::optional<Expr<SomeType>> NumericOperation<Power>(
448 template std::optional<Expr<SomeType>> NumericOperation<Multiply>(
451 template std::optional<Expr<SomeType>> NumericOperation<Divide>(
454 template std::optional<Expr<SomeType>> NumericOperation<Add>(
[all …]
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h683 std::optional<Expr<SomeType>> NumericOperation(parser::ContextualMessages &,
686 extern template std::optional<Expr<SomeType>> NumericOperation<Power>(
689 extern template std::optional<Expr<SomeType>> NumericOperation<Multiply>(
692 extern template std::optional<Expr<SomeType>> NumericOperation<Divide>(
695 extern template std::optional<Expr<SomeType>> NumericOperation<Add>(
698 extern template std::optional<Expr<SomeType>> NumericOperation<Subtract>(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2783 return NumericOperation<OPR>(context.GetContextualMessages(), in NumericBinaryHelper()