/llvm-project/clang/test/CXX/expr/expr.ass/ |
H A D | p9-cxx11.cpp | 3 template<typename T> struct complex { struct 10 complex<double> z; in std_example() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | MPIMock.h | 16 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 D | mpimock.h | 21 namespace std { template<class T> struct complex { T real; T imag; }; } argument
|
/llvm-project/clang/test/Headers/Inputs/include/ |
H A D | complex.h | 3 #define complex _Complex macro
|
/llvm-project/libcxx/include/__fwd/ |
H A D | complex.h | 22 class _LIBCPP_TEMPLATE_VIS complex; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | imaginary-constants.cpp | 22 template<typename T> struct complex {}; struct
|
H A D | cxx1y-user-defined-literals.cpp | 21 template<typename T> struct complex {}; struct
|
H A D | warn-reorder-ctor-initialization.cpp | 7 class complex : public BB, BB1 { class 9 complex() in complex() function in complex
|
H A D | constant-expression-cxx11.cpp | 1212 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 D | gnu-nil-receiver.m | 10 - (_Complex float) complex; method
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve84.f90 | 18 type complex type
|
/llvm-project/lldb/test/API/lang/c/stepping/ |
H A D | main.c | 33 int complex (int first, int second, int third) in complex() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-composite-cc.cpp | 40 } complex; variable
|
H A D | copy-constructor-synthesis.cpp | 46 _Complex float complex; member
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | variable.h | 360 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 D | partial_sort.pass.cpp | 89 auto complex = std::ceil(n * std::log(float32_t(m1 - first))); in operator ()() local
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | types.py | 77 def complex(type): global() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold.cpp | 208 DataRef complex{complexPart.complex()}; in FoldOperation() local
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | uncounted-obj-arg.cpp | 424 ComplexNumber complex; global() member in RefCounted
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 1021 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 D | CGDecl.cpp | 2033 ComplexPairTy complex = EmitComplexExpr(init); EmitExprAsInit() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 566 getComplexEleTy(mlir::Type complex) getComplexEleTy() argument [all...] |