Home
last modified time | relevance | path

Searched defs:Complex (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-composite-cc.cpp36 struct Complex { struct
37 Complex() {} in Complex() function
38 Complex(Complex &Copy) : i(Copy.i) {}; in Complex() function
39 int i;
H A Dmangle-ms.cpp472 namespace Complex { namespace
/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp119 template class Complex<Real<Integer<16>, 11>>; variable
120 template class Complex<Real<Integer<16>, 8>>; variable
121 template class Complex<Real<Integer<32>, 24>>; variable
122 template class Complex<Real<Integer<64>, 53>>; variable
123 template class Complex<Real<X87IntegerContainer, 64>>; variable
124 template class Complex<Real<Integer<128>, 113>>; variable
H A Dfold-complex.cpp18 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction() argument
H A Dexpression.cpp202 operator ==(const Expr<Type<TypeCategory::Complex,KIND>> & that) const operator ==() argument
/llvm-project/flang/include/flang/Evaluate/
H A Dcomplex.h27 constexpr Complex() {} // (+0.0, +0.0) in Complex() function
29 constexpr Complex(const Part &r, const Part &i) : re_{r}, im_{i} {} in Complex() function
30 explicit constexpr Complex(const Part &r) : re_{r} {} in Complex() function
[all...]
/llvm-project/flang/unittests/Runtime/
H A DComplex.cpp99 TEST(Complex, cpowi) { in TEST() argument
118 TEST(Complex, cpowk) { in TEST() argument
136 TEST(Complex, zpowi) { in TEST() argument
154 TEST(Complex, zpowk) { in TEST() argument
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp33 struct Complex { struct
43 struct Complex c; argument
/llvm-project/clang/test/SemaCXX/
H A Dcomplex-conversion.cpp5 void func(float Real, _Complex float Complex) { in func()
/llvm-project/libcxx/test/std/numerics/complex.number/complex/
H A Dbit_cast.pass.cpp19 using Complex = std::complex<T>; in test() typedef
/llvm-project/clang/unittests/Tooling/
H A DQualTypeNamesTest.cpp175 TEST(QualTypeNameTest, Complex) { in TEST() argument
176 TypeNameVisitor Complex; in TEST() local
/llvm-project/clang/lib/AST/
H A DExprConstShared.h40 Complex = 9, global() enumerator
H A DType.cpp699 if (const auto *Complex = getAs<ComplexType>()) getAsComplexIntegerType() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DComplex.h23 explicit Complex(FirOpBuilder &builder, mlir::Location loc) in Complex() function
H A DIntrinsicCall.h571 Complex, global() enumerator
612 using Complex = ParamType<ParamTypeId::Complex, k>; global() variable
/llvm-project/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.cpp142 static bool isCComplexTypeMatching(const ComplexType *const Complex, in isCComplexTypeMatching()
311 } else if (const auto *Complex = BT->getAs<ComplexType>()) { in checkArguments() local
/llvm-project/flang/include/flang/Common/
H A DFortran.h25 ENUM_CLASS(TypeCategory,Integer,Real,Complex,Character,Logical,Derived) ENUM_CLASS() argument
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DGlobListTest.cpp90 TYPED_TEST(GlobListTest, Complex) { in TYPED_TEST() argument
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c34 double _Complex Complex; // not supported variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h350 Complex = 28, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2296 llvm::Constant *Complex[2]; tryEmitPrivate() local
2319 llvm::Constant *Complex[2]; tryEmitPrivate() local
[all...]
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h704 struct Complex { global() struct
706 ComplexIntrinsicTypeSpec::Complex Complex() argument
707 kindIntrinsicTypeSpec::Complex global() argument
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1287 enum class EvalKind { Scalar, Complex, Aggregate }; global() enumerator
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp1057 genval(const Fortran::evaluate::Negate<Fortran::evaluate::Type<Fortran::common::TypeCategory::Complex,KIND>> & op) genval() argument
1213 genval(const Fortran::evaluate::Relational<Fortran::evaluate::Type<Fortran::common::TypeCategory::Complex,KIND>> & op) genval() argument
5126 genarr(const Fortran::evaluate::Negate<Fortran::evaluate::Type<Fortran::common::TypeCategory::Complex,KIND>> & x) genarr() argument
6590 genarr(const Fortran::evaluate::Relational<Fortran::evaluate::Type<Fortran::common::TypeCategory::Complex,KIND>> & x) genarr() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before() argument

12