Home
last modified time | relevance | path

Searched +defs:B +defs:n (Results 1 – 25 of 27439) sorted by relevance

12345678910>>...1098

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; argument
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; argument
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
308 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
309 struct B : Z, A { Z z; using A::A; }; argument
349 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; argument
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; argument
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; struct
308 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
309 struct B : Z, A { Z z; using A::A; }; struct
349 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dinheriting-constructor.cpp41 struct Z { Z(); Z(int); ~Z(); int n; }; member
45 struct B : Z, A { Z z; using A::A; }; struct
75 struct B : Z, virtual A { Z z; using A::A; }; struct
114 struct A { A(Q, int, Q, Q&&); int n; }; member
115 struct B : Z, A { Z z; using A::A; }; struct
193 struct A { A(Q, int, Q, Q&&); int n; }; member
194 struct B : Z, virtual A { Z z; using A::A; }; argument
294 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
295 struct B : Z, A { Z z; using A::A; }; struct
335 struct A { A(Q, int, Q, Q&&, ...); int n; }; member
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/Kernels/
H A Dinplace_cast.hip.cpp25 __global__ void kernel_inplace_cast(Size n, thrust::complex<T>* A, thrust::complex<Q>* B) in kernel_inplace_cast()
55 void inplace_cast(unsigned long n, std::complex<float>* A, std::complex<double>* B) in inplace_cast()
70 void inplace_cast(unsigned long n, std::complex<double>* A, std::complex<float>* B) in inplace_cast()
78 void inplace_cast(long n, std::complex<float>* A, std::complex<double>* B) in inplace_cast()
93 void inplace_cast(long n, std::complex<double>* A, std::complex<float>* B) in inplace_cast()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/Kernels/
H A Dinplace_cast.cu28 __global__ void kernel_inplace_cast(Size n, thrust::complex<T>* A, thrust::complex<Q>* B) in kernel_inplace_cast()
72 void inplace_cast(unsigned long n, std::complex<float>* A, std::complex<double>* B) in inplace_cast()
88 void inplace_cast(unsigned long n, std::complex<double>* A, std::complex<float>* B) in inplace_cast()
96 void inplace_cast(long n, std::complex<float>* A, std::complex<double>* B) in inplace_cast()
111 void inplace_cast(long n, std::complex<double>* A, std::complex<float>* B) in inplace_cast()
/dports/science/PETSc/petsc-3.14.1/src/mat/utils/ftn-auto/
H A Dmultequalf.c87 PETSC_EXTERN void matmultequal_(Mat A,Mat B,PetscInt *n,PetscBool *flg, int *__ierr) in matmultequal_()
93 PETSC_EXTERN void matmultaddequal_(Mat A,Mat B,PetscInt *n,PetscBool *flg, int *__ierr) in matmultaddequal_()
99 PETSC_EXTERN void matmulttransposeequal_(Mat A,Mat B,PetscInt *n,PetscBool *flg, int *__ierr) in matmulttransposeequal_()
105 PETSC_EXTERN void matmulttransposeaddequal_(Mat A,Mat B,PetscInt *n,PetscBool *flg, int *__ierr) in matmulttransposeaddequal_()
111 PETSC_EXTERN void matmatmultequal_(Mat A,Mat B,Mat C,PetscInt *n,PetscBool *flg, int *__ierr) in matmatmultequal_()
118 PETSC_EXTERN void mattransposematmultequal_(Mat A,Mat B,Mat C,PetscInt *n,PetscBool *flg, int *__i… in mattransposematmultequal_()
125 PETSC_EXTERN void matmattransposemultequal_(Mat A,Mat B,Mat C,PetscInt *n,PetscBool *flg, int *__i… in matmattransposemultequal_()
132 PETSC_EXTERN void matptapmultequal_(Mat A,Mat B,Mat C,PetscInt *n,PetscBool *flg, int *__ierr) in matptapmultequal_()
139 PETSC_EXTERN void matrartmultequal_(Mat A,Mat B,Mat C,PetscInt *n,PetscBool *flg, int *__ierr) in matrartmultequal_()
146 PETSC_EXTERN void matislinear_(Mat A,PetscInt *n,PetscBool *flg, int *__ierr) in matislinear_()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() argument
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp10 constexpr int g2(int n) { return f(n); } in g2()
11 constexpr int g3(int n) { return f(n*0); } in g3()
35 struct B { struct
36 constexpr B(int x) : i(0) { } in B() function
37 int i;
83 constexpr bool BcpCall(int n) { in BcpCall()
93 int n = cmin(3, 5); // ok variable
126 int n; variable
130 template<typename T> struct B { struct
131 B() { g(T::f()); } // expected-error {{undeclared identifier 'g'}} in B() function
[all …]

12345678910>>...1098