Home
last modified time | relevance | path

Searched defs:B (Results 57201 – 57225 of 236283) sorted by relevance

1...<<2281228222832284228522862287228822892290>>...9452

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp7 template <class U> struct B { struct
8 static T twice(U value) { in twice()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp17.cpp4 template<class T2> class B { class in A
9 template<> template<> class A<int>::B<double>; member in A
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpointer.pass.cpp34 struct B struct
49 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), ""); in main() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dvirtuals.cpp20 class B : public A { class
58 …struct B { friend int A::f() = 0; }; // expected-error {{friend declaration cannot have a pure-spe… struct
/dports/security/vault/vault-1.8.2/vendor/github.com/json-iterator/go/misc_tests/
H A Djsoniter_nested_test.go290 func Benchmark_jsoniter_nested(b *testing.B) {
322 func Benchmark_json_nested(b *testing.B) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp17.cpp4 template<class T2> class B { class in A
9 template<> template<> class A<int>::B<double>; member in A
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddefaulted1.C17 struct B struct
20 B() = default; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/eh/
H A Dspec7.C10 struct B { struct
14 struct D : public B { argument
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/prometheus/common/model/
H A Dlabels_test.go51 func BenchmarkLabelNames(b *testing.B) {
87 func BenchmarkLabelValues(b *testing.B) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_list_macro.h1 #define xCAT(A,B) A ## B argument
2 #define CAT(A,B) xCAT(A,B) argument
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/aws/request/
H A Doffset_reader_test.go167 func BenchmarkOffsetReader(b *testing.B) {
179 func BenchmarkBytesReader(b *testing.B) {
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-moxie.h36 #define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")), 0) argument
37 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/init/
H A Dbrace6.C8 struct B { struct
22 B b = { 6 }; /* { dg-error "" } */ in main() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/warn/
H A DWredundant-tags.C25 class B; variable
36 int B; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ubsan/
H A Dpr83555.C7 struct B { int b; }; struct
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ext/
H A Dis_trivially_constructible7.C7 struct B { float y; }; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/eh/
H A Dspec7.C10 struct B { struct
14 struct D : public B { argument
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/prometheus/common/model/
H A Dlabels_test.go51 func BenchmarkLabelNames(b *testing.B) {
87 func BenchmarkLabelValues(b *testing.B) {
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Dsfinae27.C23 struct B struct
25 static int foo;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.other/
H A Dunion4.C13 union B union
20 B () : i (3), j (2) {} // { dg-error "" } multiple initializations in B() function
H A Dusing6.C11 struct B { struct
15 struct C : public A, public B { argument
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/
H A Dlt.m25 B = B.opaque ; variable
68 B = gb_scalar_to_full (am, an, ctype, gb_fmt (A), B) ; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass3.C3 template <class U> struct B { struct
4 template <class V> struct C {
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/
H A D1.cc43 std::vector<T> B; in test01() local
54 vector<T> B; in test02() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Denum_base3.C9 struct B struct
20 B foo () const { B a; a.foo (d); return B(); } in foo() argument

1...<<2281228222832284228522862287228822892290>>...9452