Home
last modified time | relevance | path

Searched +defs:S +defs:d (Results 126 – 150 of 19016) sorted by relevance

12345678910>>...761

/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.c++/
H A Dtarget-17.C5 struct S { C p[64]; I a; I b[2]; L c[4]; I *d; UCR e; CAR f; SH g; IPR h; C q[64]; }; struct
11 int d = omp_get_default_device (); in foo() local
162 int d[3] = { 18, 19, 20 }; in main() local
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.c++/
H A Dtarget-17.C5 struct S { C p[64]; I a; I b[2]; L c[4]; I *d; UCR e; CAR f; SH g; IPR h; C q[64]; }; argument
11 int d = omp_get_default_device (); in foo() local
162 int d[3] = { 18, 19, 20 }; in main() local
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.c++/
H A Dtarget-17.C5 struct S { C p[64]; I a; I b[2]; L c[4]; I *d; UCR e; CAR f; SH g; IPR h; C q[64]; }; argument
11 int d = omp_get_default_device (); in foo() local
162 int d[3] = { 18, 19, 20 }; in main() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.c++/
H A Dtarget-17.C5 struct S { C p[64]; I a; I b[2]; L c[4]; I *d; UCR e; CAR f; SH g; IPR h; C q[64]; }; argument
11 int d = omp_get_default_device (); in foo() local
162 int d[3] = { 18, 19, 20 }; in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/testsuite/libgomp.c++/
H A Dtarget-17.C5 struct S { C p[64]; I a; I b[2]; L c[4]; I *d; UCR e; CAR f; SH g; IPR h; C q[64]; }; argument
11 int d = omp_get_default_device (); in foo() local
162 int d[3] = { 18, 19, 20 }; in main() local
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.c-c++-common/
H A Dstruct-elem-4.c4 struct S struct
6 int a, b, c, d, e; member
8 typedef struct S S; argument
12 int d = omp_get_default_device (); in main() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Ddtoh_UnionDeclaration.d79 double d; member
84 double d; variable
88 struct S struct
90 int i;
91 U1 u1;
92 U2 u2;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Db20470.d9 static struct S in test0() struct
11 int a, b; in test0()
12 float c = 0, d = 0; in test0() member
14 alias ints = AliasSeq!(a, b); in test0()
15 alias floats = AliasSeq!(c, d); in test0()
17 alias globals = AliasSeq!(g, h); in test0()
20 @property int e() { return a; } in test0()
22 @property float f() { return c; } in test0()
34 float c, d; in test0() local
61 double d; in makeNested() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/
H A Dissue-21232-partial-init-and-erroneous-use.rs16 struct S { struct
27 let d: D; in cannot_partially_init_adt_with_drop() localVariable
33 let mut d: D; in cannot_partially_init_mutable_adt_with_drop() localVariable
39 let mut d = D { x: 0, s: S{ y: 0, z: 0 } }; in cannot_partially_reinit_adt_with_drop() argument
46 let d: D; in cannot_partially_init_inner_adt_via_outer_with_drop() localVariable
52 let mut d: D; in cannot_partially_init_inner_adt_via_mutable_outer_with_drop() localVariable
58 let mut d = D { x: 0, s: S{ y: 0, z: 0} }; in cannot_partially_reinit_inner_adt_via_outer_with_drop() localVariable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dexceptions.cpp121 } catch (int S) { in f() local
172 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
179 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
185 } catch (D &d) { // Ok in f3() local
213 } catch (D &d) { // Ok in f7() local
218 } catch (D *d) { // Ok in f7() local
235 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
241 struct S { struct
242 S() {} // expected-note{{candidate constructor not viable}} in S() argument
254 struct S { struct
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dexceptions.cpp121 } catch (int S) { in f() local
172 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
179 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
185 } catch (D &d) { // Ok in f3() local
213 } catch (D &d) { // Ok in f7() local
218 } catch (D *d) { // Ok in f7() local
235 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
241 struct S { struct
242 S() {} // expected-note{{candidate constructor not viable}} in S() function
254 struct S { struct
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Ddata_processing.cpp11 bool ArmTranslatorVisitor::arm_ADC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADC_imm()
70 bool ArmTranslatorVisitor::arm_ADC_rsr(Cond cond, bool S, Reg n, Reg d, Reg s, ShiftType shift, Reg… in arm_ADC_rsr()
96 bool ArmTranslatorVisitor::arm_ADD_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADD_imm()
182 bool ArmTranslatorVisitor::arm_AND_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_AND_imm()
265 bool ArmTranslatorVisitor::arm_BIC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_BIC_imm()
457 bool ArmTranslatorVisitor::arm_EOR_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_EOR_imm()
541 bool ArmTranslatorVisitor::arm_MOV_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MOV_imm()
599 bool ArmTranslatorVisitor::arm_MOV_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MOV_rsr()
623 bool ArmTranslatorVisitor::arm_MVN_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MVN_imm()
682 bool ArmTranslatorVisitor::arm_MVN_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MVN_rsr()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Ddata_processing.cpp11 bool ArmTranslatorVisitor::arm_ADC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADC_imm()
70 bool ArmTranslatorVisitor::arm_ADC_rsr(Cond cond, bool S, Reg n, Reg d, Reg s, ShiftType shift, Reg… in arm_ADC_rsr()
96 bool ArmTranslatorVisitor::arm_ADD_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADD_imm()
182 bool ArmTranslatorVisitor::arm_AND_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_AND_imm()
265 bool ArmTranslatorVisitor::arm_BIC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_BIC_imm()
457 bool ArmTranslatorVisitor::arm_EOR_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_EOR_imm()
541 bool ArmTranslatorVisitor::arm_MOV_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MOV_imm()
599 bool ArmTranslatorVisitor::arm_MOV_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MOV_rsr()
623 bool ArmTranslatorVisitor::arm_MVN_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MVN_imm()
682 bool ArmTranslatorVisitor::arm_MVN_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MVN_rsr()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Ddata_processing.cpp11 bool ArmTranslatorVisitor::arm_ADC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADC_imm()
70 bool ArmTranslatorVisitor::arm_ADC_rsr(Cond cond, bool S, Reg n, Reg d, Reg s, ShiftType shift, Reg… in arm_ADC_rsr()
96 bool ArmTranslatorVisitor::arm_ADD_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_ADD_imm()
182 bool ArmTranslatorVisitor::arm_AND_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_AND_imm()
265 bool ArmTranslatorVisitor::arm_BIC_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_BIC_imm()
457 bool ArmTranslatorVisitor::arm_EOR_imm(Cond cond, bool S, Reg n, Reg d, int rotate, Imm<8> imm8) { in arm_EOR_imm()
541 bool ArmTranslatorVisitor::arm_MOV_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MOV_imm()
599 bool ArmTranslatorVisitor::arm_MOV_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MOV_rsr()
623 bool ArmTranslatorVisitor::arm_MVN_imm(Cond cond, bool S, Reg d, int rotate, Imm<8> imm8) { in arm_MVN_imm()
682 bool ArmTranslatorVisitor::arm_MVN_rsr(Cond cond, bool S, Reg d, Reg s, ShiftType shift, Reg m) { in arm_MVN_rsr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() argument
259 struct S { struct
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() argument
259 struct S { struct
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() argument
259 struct S { struct
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() argument
259 struct S { struct
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() argument
259 struct S { struct
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dexceptions.cpp126 } catch (int S) { in f() local
177 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local
184 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local
190 } catch (D &d) { // Ok in f3() local
218 } catch (D &d) { // Ok in f7() local
223 } catch (D *d) { // Ok in f7() local
240 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f8() local
246 struct S { struct
247 S() {} // expected-note{{candidate constructor not viable}} in S() function
259 struct S { struct
[all …]

12345678910>>...761