Searched refs:ComplexConstructor (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-complex.cpp | 61 ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction() 79 FoldingContext &context, ComplexConstructor<KIND> &&x) { in FoldOperation()
|
| H A D | formatting.cpp | 277 constexpr OperatorSpelling SpellOperator(const ComplexConstructor<KIND> &) { in SpellOperator()
|
| H A D | tools.cpp | 259 return AsCategoryExpr(ComplexConstructor<RT::kind>{ in PromoteRealToComplex()
|
| H A D | fold-implementation.h | 1646 ComplexConstructor<TO::kind>{ in FoldOperation()
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran-features.h | 24 SignedComplexLiteral, OldStyleParameter, ComplexConstructor, PercentLOC,
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | expression.h | 349 struct ComplexConstructor 350 : public Operation<ComplexConstructor<KIND>, 355 using Base = Operation<ComplexConstructor, Result, Operand, Operand>; 582 ComplexConstructor<KIND>>;
|
| H A D | tools.h | 157 return AsCategoryExpr(ComplexConstructor<KIND>{std::move(re), std::move(im)}); in MakeComplex() 487 return Expr<TO>{ComplexConstructor<TO::kind>{ in ConvertToType()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | expr-parsers.cpp | 81 extension<LanguageFeature::ComplexConstructor>( 84 construct<Expr::ComplexConstructor>(expr, "," >> expr)))),
|
| H A D | unparse.cpp | 871 void Unparse(const Expr::ComplexConstructor &x) { in Unparse()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IterationSpace.cpp | 165 getHashValue(const Fortran::evaluate::ComplexConstructor<KIND> &x) { in getHashValue() 427 static bool isEqual(const Fortran::evaluate::ComplexConstructor<KIND> &x, in isEqual() 428 const Fortran::evaluate::ComplexConstructor<KIND> &y) { in isEqual()
|
| H A D | ConvertExpr.cpp | 1234 ExtValue genval(const Fortran::evaluate::ComplexConstructor<KIND> &op) { in genval() 1470 Fortran::evaluate::ComplexConstructor<KIND> ctor( in genScalarLit() 5428 CC genarr(const Fortran::evaluate::ComplexConstructor<KIND> &x) { in genarr()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 287 MaybeExpr Analyze(const parser::Expr::ComplexConstructor &);
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 319 NODE(Expr, ComplexConstructor) in NODE()
|
| H A D | parse-tree.h | 1715 struct ComplexConstructor : public IntrinsicBinary { struct 1738 DefinedBinary, ComplexConstructor, common::Indirection<SubstringInquiry>>
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 2815 const parser::Expr::ComplexConstructor &x) { in Analyze()
|