| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-composite-cc.cpp | 36 struct Complex { struct 37 Complex() {} in Complex() argument 38 Complex(Complex &Copy) : i(Copy.i) {}; in Complex() argument 39 int i;
|
| H A D | mangle-ms.cpp | 472 namespace Complex { namespace
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | complex.cpp | 100 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 D | fold-complex.cpp | 17 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
| H A D | expression.cpp | 189 const Expr<Type<TypeCategory::Complex, KIND>> &that) const { in operator ==() argument
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | complex-conversion.cpp | 5 void func(float Real, _Complex float Complex) { in func()
|
| H A D | constant-expression-cxx11.cpp | 1189 namespace Complex { namespace
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
| H A D | ClassLayoutTest.cpp | 33 struct Complex { struct 43 struct Complex c; argument
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | QualTypeNamesTest.cpp | 174 TypeNameVisitor Complex; in TEST() local
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | Complex.h | 23 explicit Complex(FirOpBuilder &builder, mlir::Location loc) in Complex() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/ |
| H A D | TypeMismatchCheck.cpp | 144 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 D | GlobListTest.cpp | 90 TYPED_TEST(GlobListTest, Complex) { in TYPED_TEST() argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | xcore-stringtype.c | 35 double _Complex Complex; // not supported variable
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGValue.h | 40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
|
| H A D | CGExprConstant.cpp | 2086 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2109 llvm::Constant *Complex[2]; in tryEmitPrivate() local
|
| H A D | CGCall.cpp | 2034 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) in DetermineNoUndef() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 350 Complex = 28, enumerator
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 688 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 D | ConvertExpr.cpp | 1173 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 D | Type.cpp | 619 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | unparse.cpp | 155 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 3408 namespace Complex { namespace
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1886 DEFAULT_TYPELOC_IMPL(Complex, Type) in DEFAULT_TYPELOC_IMPL() argument
|