Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h331 struct ComplexConstructor struct
337 using Base = Operation<ComplexConstructor, Result, Operand, Operand>; argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1706 struct ComplexConstructor : public IntrinsicBinary { struct