Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h233 struct ComplexComponent struct
238 using Base = Operation<ComplexComponent, Result, Operand>; argument
240 ComplexComponent(bool isImaginary, const Expr<Operand> &x) in ComplexComponent() function
242 ComplexComponent(bool isImaginary, Expr<Operand> &&x) in ComplexComponent() argument