/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-composite-cc.cpp | 36 struct Complex { struct 37 Complex() {} in Complex() function 38 Complex(Complex &Copy) : i(Copy.i) {}; in Complex() function 39 int i;
|
H A D | mangle-ms.cpp | 472 namespace Complex { namespace
|
/llvm-project/flang/lib/Evaluate/ |
H A D | complex.cpp | 119 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 D | fold-complex.cpp | 18 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction() argument
|
H A D | expression.cpp | 202 operator ==(const Expr<Type<TypeCategory::Complex,KIND>> & that) const operator ==() argument
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | complex.h | 27 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 D | Complex.cpp | 99 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 D | ClassLayoutTest.cpp | 33 struct Complex { struct 43 struct Complex c; argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | complex-conversion.cpp | 5 void func(float Real, _Complex float Complex) { in func()
|
/llvm-project/libcxx/test/std/numerics/complex.number/complex/ |
H A D | bit_cast.pass.cpp | 19 using Complex = std::complex<T>; in test() typedef
|
/llvm-project/clang/unittests/Tooling/ |
H A D | QualTypeNamesTest.cpp | 175 TEST(QualTypeNameTest, Complex) { in TEST() argument 176 TypeNameVisitor Complex; in TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 40 Complex = 9, global() enumerator
|
H A D | Type.cpp | 699 if (const auto *Complex = getAs<ComplexType>()) getAsComplexIntegerType() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | Complex.h | 23 explicit Complex(FirOpBuilder &builder, mlir::Location loc) in Complex() function
|
H A D | IntrinsicCall.h | 571 Complex, global() enumerator 612 using Complex = ParamType<ParamTypeId::Complex, k>; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
H A D | TypeMismatchCheck.cpp | 142 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 D | Fortran.h | 25 ENUM_CLASS(TypeCategory,Integer,Real,Complex,Character,Logical,Derived) ENUM_CLASS() argument
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | GlobListTest.cpp | 90 TYPED_TEST(GlobListTest, Complex) { in TYPED_TEST() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 34 double _Complex Complex; // not supported variable
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 350 Complex = 28, enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2296 llvm::Constant *Complex[2]; tryEmitPrivate() local 2319 llvm::Constant *Complex[2]; tryEmitPrivate() local [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 704 struct Complex { global() struct 706 ComplexIntrinsicTypeSpec::Complex Complex() argument 707 kindIntrinsicTypeSpec::Complex global() argument
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1287 enum class EvalKind { Scalar, Complex, Aggregate }; global() enumerator
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 1057 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 D | unparse.cpp | 155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before() argument
|