Home
last modified time | relevance | path

Searched defs:B (Results 17001 – 17025 of 233979) sorted by relevance

1...<<681682683684685686687688689690>>...9360

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/template/
H A Dnew2.C5 struct B { struct
11 B* n() { in n() argument
H A Dref5.C5 template<typename T> struct B struct
11 B<int&> b; // { dg-message "required" } argument
H A Dsizeof13.C11 template <typename U> struct B { B(int) { } }; in B() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1z/
H A Dclass-deduction40.C9 struct B{ struct
10 B(U u, int_< I >){} in B() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4677.C8 struct B { B(A) { } } bad = 1; // { dg-error "" } in B() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt126.C6 struct B struct
8 void g () {} in g()
9 void h () {} in h()
H A Dt129.C5 struct B : A { B (int a) : A (a) {} }; in B() function
H A Dt130.C4 struct B { struct A { A(int); }; struct C : A { C() : A (0) {} }; }; in C() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass2.C3 template <class U> struct B { struct
4 template <class V> void f (V) { } in f()
5 void g () { } in g()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/lto/
H A Dodr-4_1.C1 struct B { struct
3 virtual ~B(); argument
7 B::~B() = default; argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-13.c4 struct B { struct
10 foo (struct B *b) in foo() argument
/dports/net/storj/storj-1.45.3/vendor/go.uber.org/zap/zapcore/
H A Djson_encoder_bench_test.go31 func BenchmarkJSONLogMarshalerFunc(b *testing.B) {
41 func BenchmarkZapJSON(b *testing.B) {
63 func BenchmarkStandardJSON(b *testing.B) {
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/gomp/
H A Dpr35099.C11 struct B struct
13 B () { A ().foo (); } in B() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/ext/
H A Dvlm1.C5 struct B { struct
10 const int B::s=16; argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/gorilla/mux/mux-599cba5e7b61/
H A Dbench_test.go13 func BenchmarkMux(b *testing.B) {
24 func BenchmarkMuxAlternativeInRegexp(b *testing.B) {
37 func BenchmarkManyPathVariables(b *testing.B) {
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/crypto/curve25519/internal/field/
H A Dfe_bench_test.go9 func BenchmarkAdd(b *testing.B) {
19 func BenchmarkMultiply(b *testing.B) {
29 func BenchmarkMult32(b *testing.B) {
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate6.C9 struct B { struct
16 const unsigned B<int,int>::count = 2; // { dg-error "" } duplicate init argument
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nakabonne/tstorage/
H A Dstorage_benchmark_test.go9 func BenchmarkStorage_InsertRows(b *testing.B) {
21 func BenchmarkStorage_SelectAmongThousandPoints(b *testing.B) {
36 func BenchmarkStorage_SelectAmongMillionPoints(b *testing.B) {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/compress/
H A Dcompressible_test.go15 func BenchmarkEstimate(b *testing.B) {
129 func BenchmarkSnannonEntropyBits(b *testing.B) {
243 func BenchmarkCompressAllocations(b *testing.B) {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/gorilla/mux/
H A Dbench_test.go13 func BenchmarkMux(b *testing.B) {
24 func BenchmarkMuxAlternativeInRegexp(b *testing.B) {
37 func BenchmarkManyPathVariables(b *testing.B) {
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass2.C3 template <class U> struct B { struct
4 template <class V> void f (V) { } in f()
5 void g () { } in g()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/gorilla/mux/
H A Dbench_test.go13 func BenchmarkMux(b *testing.B) {
24 func BenchmarkMuxAlternativeInRegexp(b *testing.B) {
37 func BenchmarkManyPathVariables(b *testing.B) {
/dports/sysutils/istio/istio-1.6.7/vendor/go.uber.org/zap/zapcore/
H A Djson_encoder_bench_test.go31 func BenchmarkJSONLogMarshalerFunc(b *testing.B) {
41 func BenchmarkZapJSON(b *testing.B) {
63 func BenchmarkStandardJSON(b *testing.B) {
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ctor12.C10 struct B { struct
11 B() { in B() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-13.c4 struct B { struct
10 foo (struct B *b) in foo() argument

1...<<681682683684685686687688689690>>...9360