Home
last modified time | relevance | path

Searched defs:S (Results 501 – 525 of 83621) sorted by relevance

1...<<21222324252627282930>>...3345

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp23/
H A Dconsteval-if11.C5 struct S { struct
6 constexpr S () : s (0) {} in S() argument
19 int (S::*fn2) () = &S::foo; in bar() argument
20 int (S::*fn3) () = &S::bar; in bar() local
/dports/math/qposases/qpOASES-3.2.1/interfaces/simulink/
H A DqpOASES_QProblem.cpp150 static void mdlStart(SimStruct *S) in mdlStart()
306 ssGetPWork(S)[0] = (void *) problem; in mdlStart() local
312 ssGetPWork(S)[1] = 0; in mdlStart() local
320 ssGetPWork(S)[4] = 0; in mdlStart() local
325 ssGetPWork(S)[5] = 0; in mdlStart() local
330 ssGetPWork(S)[6] = 0; in mdlStart() local
335 ssGetPWork(S)[7] = 0; in mdlStart() local
339 static void mdlOutputs(SimStruct *S, int_T tid) in mdlOutputs()
472 static void mdlTerminate(SimStruct *S) in mdlTerminate()
481 if ( ssGetPWork(S)[0] != 0 ) in mdlTerminate() local
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/gogo/protobuf/protobuf-1.3.1/test/defaultconflict/
H A Dnc.proto6 // Redistribution and use in source and binary forms, with or without
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/special/class.init/class.inhctor.init/
H A Dp2.cpp3 namespace std_example {
4 struct A { A(int); };
5 struct B : A { using A::A; };
7 struct C1 : B { using B::B; }; in S()
8 struct C2 : B { using B::B; }; in S()
10 struct D1 : C1, C2 { in S()
11 using C1::C1; // expected-note {{inherited from base class 'C1' here}} in S()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() function
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Ddtoh_AnonDeclaration.d74 extern (C++) struct S struct
77 {
84 int y;
85 double z;
86 extern(C) void foo() {} in foo()
87 extern(C++) void bar() {} in bar()
92 {
98 private int innerPrivate;
99 int innerBar;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() function
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() function
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/borrowck/
H A Dborrowck-argument.rs2 struct S; struct
4 impl S { impl
9 fn func(arg: S) { in func()
13 impl S { implementation
14 fn method(&self, arg: S) { in method()
20 fn default(&self, arg: S) { in default()
25 impl T for S {} implementation
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() function
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() function
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() argument
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/OpenMP/
H A Dfor_reduction_codegen.cpp21 struct S { struct
23 S(T a) : f(a + g) {} in S() function
24 S() : f(g) {} in S() argument
26 S &operator&(const S &) { return *this; } in operator &() argument
27 ~S() {} in ~S() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp8 struct S { struct
13 int k5 = T1 < b, &S::operator=(int); // expected-error {{extra qualification}} argument
18 int k10 = 0 < T3 < a < b, c >> (d
21 int k11 = 0 < 1, c<3>::*ptr;
54 static constexpr int (S::*f3_test)(int) = &S::f3; argument
92 template<int, int &(S::*)(int)> struct T2 { static const int val = 0; }; argument
115 struct S { struct
121 typedef int Y;
175 struct S { struct
181 static const int a = 0;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp8 struct S { struct
13 int k5 = T1 < b, &S::operator=(int); // expected-error {{extra qualification}} argument
18 int k10 = 0 < T3 < a < b, c >> (d
21 int k11 = 0 < 1, c<3>::*ptr;
54 static constexpr int (S::*f3_test)(int) = &S::f3; argument
92 template<int, int &(S::*)(int)> struct T2 { static const int val = 0; }; argument
115 struct S { struct
121 typedef int Y;
175 struct S { struct
181 static const int a = 0;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp8 struct S { struct
13 int k5 = T1 < b, &S::operator=(int); // expected-error {{extra qualification}} argument
18 int k10 = 0 < T3 < a < b, c >> (d
21 int k11 = 0 < 1, c<3>::*ptr;
54 static constexpr int (S::*f3_test)(int) = &S::f3; argument
92 template<int, int &(S::*)(int)> struct T2 { static const int val = 0; }; argument
115 struct S { struct
121 typedef int Y;
175 struct S { struct
181 static const int a = 0;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp8 struct S { struct
13 int k5 = T1 < b, &S::operator=(int); // expected-error {{extra qualification}} argument
18 int k10 = 0 < T3 < a < b, c >> (d
21 int k11 = 0 < 1, c<3>::*ptr;
54 static constexpr int (S::*f3_test)(int) = &S::f3; argument
92 template<int, int &(S::*)(int)> struct T2 { static const int val = 0; }; argument
115 struct S { struct
121 typedef int Y;
175 struct S { struct
181 static const int a = 0;
[all …]

1...<<21222324252627282930>>...3345