Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-composite-cc.cpp36 struct Complex { struct
37 Complex() {} in Complex() argument
38 Complex(Complex &Copy) : i(Copy.i) {}; in Complex() argument
39 int i;
H A Dmangle-ms.cpp472 namespace Complex { namespace
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcomplex.cpp100 template class Complex<Real<Integer<16>, 11>>; variable
101 template class Complex<Real<Integer<16>, 8>>; variable
102 template class Complex<Real<Integer<32>, 24>>; variable
103 template class Complex<Real<Integer<64>, 53>>; variable
104 template class Complex<Real<Integer<80>, 64>>; variable
105 template class Complex<Real<Integer<128>, 113>>; variable
H A Dfold-complex.cpp17 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction()
H A Dexpression.cpp189 const Expr<Type<TypeCategory::Complex, KIND>> &that) const { in operator ==() argument
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcomplex-conversion.cpp5 void func(float Real, _Complex float Complex) { in func()
H A Dconstant-expression-cxx11.cpp1189 namespace Complex { namespace
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp33 struct Complex { struct
43 struct Complex c; argument
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DQualTypeNamesTest.cpp174 TypeNameVisitor Complex; in TEST() local
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DComplex.h23 explicit Complex(FirOpBuilder &builder, mlir::Location loc) in Complex() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.cpp144 static bool isCComplexTypeMatching(const ComplexType *const Complex, in isCComplexTypeMatching()
311 } else if (const auto *Complex = BT->getAs<ComplexType>()) { in checkArguments() local
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DGlobListTest.cpp90 TYPED_TEST(GlobListTest, Complex) { in TYPED_TEST() argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c35 double _Complex Complex; // not supported variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
H A DCGExprConstant.cpp2086 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2109 llvm::Constant *Complex[2]; in tryEmitPrivate() local
H A DCGCall.cpp2034 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) in DetermineNoUndef() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h350 Complex = 28, enumerator
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h688 struct Complex { struct
690 Complex(std::optional<KindSelector> &&k) : kind{std::move(k)} {} in Complex() function
691 std::optional<KindSelector> kind;
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1173 ExtValue genval(const Fortran::evaluate::Negate<Fortran::evaluate::Type< in genval()
1316 ExtValue genval(const Fortran::evaluate::Relational<Fortran::evaluate::Type< in genval()
5328 CC genarr(const Fortran::evaluate::Negate<Fortran::evaluate::Type< in genarr()
6797 CC genarr(const Fortran::evaluate::Relational<Fortran::evaluate::Type< in genarr()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp619 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3408 namespace Complex { namespace
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1886 DEFAULT_TYPELOC_IMPL(Complex, Type) in DEFAULT_TYPELOC_IMPL() argument

12