Home
last modified time | relevance | path

Searched defs:complex (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp3 template<typename T> struct complex { struct
10 complex<double> z; in std_example() argument
/llvm-project/clang/test/Analysis/
H A DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/Inputs/type-mismatch/
H A Dmpimock.h21 namespace std { template<class T> struct complex { T real; T imag; }; } argument
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcomplex.h3 #define complex _Complex macro
/llvm-project/libcxx/include/__fwd/
H A Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/llvm-project/clang/test/SemaCXX/
H A Dimaginary-constants.cpp22 template<typename T> struct complex {}; struct
H A Dcxx1y-user-defined-literals.cpp21 template<typename T> struct complex {}; struct
H A Dwarn-reorder-ctor-initialization.cpp7 class complex : public BB, BB1 { class
9 complex() in complex() function in complex
H A Dconstant-expression-cxx11.cpp1212 class complex { global() class
1215 constexpr complex(int re = 0, int im = 0) : re(re), im(im) {} complex() function in Complex::complex
1216 constexpr complex(const complex &o) : re(o.re), im(o.im) {} complex() function in Complex::complex
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dgnu-nil-receiver.m10 - (_Complex float) complex; method
/llvm-project/flang/test/Semantics/
H A Dresolve84.f9018 type complex type
/llvm-project/lldb/test/API/lang/c/stepping/
H A Dmain.c33 int complex (int first, int second, int third) in complex() function
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-composite-cc.cpp40 } complex; variable
H A Dcopy-constructor-synthesis.cpp46 _Complex float complex; member
/llvm-project/flang/include/flang/Evaluate/
H A Dvariable.h360 DataRef &complex() { return complex_; } complex() function
361 const DataRef &complex() const { return complex_; } complex() function
/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort.pass.cpp89 auto complex = std::ceil(n * std::log(float32_t(m1 - first))); in operator ()() local
/llvm-project/mlir/python/mlir/extras/
H A Dtypes.py77 def complex(type): global() function
/llvm-project/flang/lib/Evaluate/
H A Dfold.cpp208 DataRef complex{complexPart.complex()}; in FoldOperation() local
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp424 ComplexNumber complex; global() member in RefCounted
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1021 ComplexType complex = llvm::cast<ComplexType>(type.getElementType()); get() local
1043 ComplexType complex = llvm::cast<ComplexType>(type.getElementType()); get() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2033 ComplexPairTy complex = EmitComplexExpr(init); EmitExprAsInit() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp566 getComplexEleTy(mlir::Type complex) getComplexEleTy() argument
[all...]