Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 1474) sorted by relevance

12345678910>>...59

/openbsd/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-3.C6 struct B struct
11 static B *e_inner; argument
12 static B *e_outer; argument
18 B& operator=(const B &); argument
28 B::B() in B() function
34 B::B(int) in B() function
H A Dctor-4.C6 struct B struct
11 static B *e_inner; argument
12 static B *e_outer; argument
18 B& operator=(const B &); argument
28 B::B(int) in B() function
33 B::B(const B &b) in B() function
H A Dctor-2.C6 struct B struct
11 static B *expected; argument
17 B& operator=(const B &); argument
26 B::B(int) in B() function
31 B::B(const B &b) in B() function
H A Dctor-1.C6 struct B struct
12 B(); argument
15 B& operator=(const B &); argument
23 B::B() in B() function
H A Dctor-7.C8 struct B struct
14 B(); argument
17 B& operator=(const B &); argument
25 B::B() in B() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Dref10.C4 struct B : protected A { struct
5 B() {}; in B() function
6 B(const A& ) {}; in B() function
8 B(const B& ) {}; in B() argument
H A Dctor1.C19 struct B struct
21 B *ptr; argument
24 B () {ptr = this;} in B() function
25 ~B () {ok = ptr == this;} in ~B() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcopy2.C5 struct B { struct
6 B () {} in B() argument
7 B (B&) { i = 1; } in B() argument
8 B (const B&) { i = 2; } in B() argument
H A Dcopy1.C3 struct B { struct
4 B() { } in B() function
5 B(const B&) { } in B() function
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument
119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument
120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument
121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument
122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument
127 #define DCHECK_EQ(A, B) CHECK_EQ(A, B) argument
128 #define DCHECK_NE(A, B) CHECK_NE(A, B) argument
129 #define DCHECK_LT(A, B) CHECK_LT(A, B) argument
130 #define DCHECK_LE(A, B) CHECK_LE(A, B) argument
131 #define DCHECK_GT(A, B) CHECK_GT(A, B) argument
[all …]
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dgfniintrin.h32 #define _mm_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
37 #define _mm_gf2p8affine_epi64_epi8(A, B, I) \ argument
50 #define _mm256_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
55 #define _mm256_gf2p8affine_epi64_epi8(A, B, I) \ argument
69 #define _mm512_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
83 #define _mm512_gf2p8affine_epi64_epi8(A, B, I) \ argument
93 #define _mm512_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
126 #define _mm_maskz_gf2p8affineinv_epi64_epi8(U, A, B, I) \ argument
139 #define _mm_mask_gf2p8affine_epi64_epi8(S, U, A, B, I) \ argument
144 #define _mm_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
[all …]
H A Davx512erintrin.h114 #define _mm_rsqrt28_round_ss(A, B, R) \ argument
132 #define _mm_rsqrt28_ss(A, B) \ argument
138 #define _mm_maskz_rsqrt28_ss(M, A, B) \ argument
141 #define _mm_rsqrt28_round_sd(A, B, R) \ argument
159 #define _mm_rsqrt28_sd(A, B) \ argument
217 #define _mm_rcp28_round_ss(A, B, R) \ argument
235 #define _mm_rcp28_ss(A, B) \ argument
241 #define _mm_maskz_rcp28_ss(M, A, B) \ argument
244 #define _mm_rcp28_round_sd(A, B, R) \ argument
262 #define _mm_rcp28_sd(A, B) \ argument
[all …]
H A Davx512fp16intrin.h280 __m128h B) { in _mm_comieq_sh()
286 __m128h B) { in _mm_comilt_sh()
292 __m128h B) { in _mm_comile_sh()
3306 #define _mm512_mul_pch(A, B) _mm512_fmul_pch(A, B) argument
3315 #define _mm512_cmul_pch(A, B) _mm512_fcmul_pch(A, B) argument
3324 #define _mm_mul_sch(A, B) _mm_fmul_sch(A, B) argument
3326 #define _mm_maskz_mul_sch(U, A, B) _mm_maskz_fmul_sch(U, A, B) argument
3327 #define _mm_mul_round_sch(A, B, R) _mm_fmul_round_sch(A, B, R) argument
3332 #define _mm_cmul_sch(A, B) _mm_fcmul_sch(A, B) argument
3334 #define _mm_maskz_cmul_sch(U, A, B) _mm_maskz_fcmul_sch(U, A, B) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dnested1.C4 struct B { struct
5 typedef long T;
6 int i;
10 struct B { struct
16 C::B::T a; argument
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp329 IRBuilderBase &B) { in emitStrLenMemCpy()
789 IRBuilderBase &B) { in optimizeStringNCpy()
1661 static Value *replaceUnaryCall(CallInst *CI, IRBuilderBase &B, in replaceUnaryCall()
1698 static Value *optimizeDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeDoubleFP()
1758 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP()
1802 IRBuilderBase &B) { in optimizeTrigReflections()
2017 Module *M, IRBuilderBase &B, in getSqrtCall()
2092 IRBuilderBase &B) { in createPowWithIntegerExponent()
2924 IRBuilderBase &B) { in optimizeSPrintFString()
3054 IRBuilderBase &B) { in emitSnPrintfMemCpy()
[all …]
H A DBuildLibCalls.cpp1424 Value *llvm::castToCStr(Value *V, IRBuilderBase &B) { in castToCStr()
1465 Value *llvm::emitStrDup(Value *Ptr, IRBuilderBase &B, in emitStrDup()
1471 Value *llvm::emitStrChr(Value *Ptr, char C, IRBuilderBase &B, in emitStrChr()
1489 Value *llvm::emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStrCpy()
1496 Value *llvm::emitStpCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStpCpy()
1520 IRBuilderBase &B, const DataLayout &DL, in emitMemCpyChk()
1627 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat()
1800 Value *llvm::emitPutChar(Value *Char, IRBuilderBase &B, in emitPutChar()
1819 Value *llvm::emitPutS(Value *Str, IRBuilderBase &B, in emitPutS()
1837 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilderBase &B, in emitFPutC()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dscoping2.C7 struct B struct
9 int f;
10 B() : f(0) {}; in B() argument
11 void g() { f = 0; }; in g()
H A Dsynth.C9 struct B { struct
11 B (const B& b): a(b.a), j(b.j) { } // gets bogus error - in B() function
12 int j;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Doverload12.C8 template <int N> struct B { struct
9 B () { }; in B() function
10 B (const A<N> &) { }; in B() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/
H A Dinline.C29 struct B struct
42 void bar (void (B::*)()); argument
55 void (B::*ptr) () = &B::mwobble; // force out of line issue in bar3() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dsynth1.C7 struct B struct
9 B () {} in B() function
10 B (const B&) { throw 1; } in B() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dtypedef1.C13 template <typename T> struct B struct
21 B<int> good; argument
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1808 value B) { in llvm_build_add()
1826 value B) { in llvm_build_fadd()
1832 value B) { in llvm_build_sub()
1850 value B) { in llvm_build_fsub()
1856 value B) { in llvm_build_mul()
1874 value B) { in llvm_build_fmul()
1880 value B) { in llvm_build_udiv()
1922 value B) { in llvm_build_shl()
1940 value B) { in llvm_build_and()
1946 value B) { in llvm_build_or()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dvbase4.C19 struct B : virtual A struct
22 B () in B() argument
25 ~B() in ~B() argument
/openbsd/sys/dev/pci/
H A Dixgbe.h86 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
91 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
92 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
103 #define DEBUGOUT2(S,A,B) argument
104 #define DEBUGOUT3(S,A,B,C) argument
105 #define DEBUGOUT4(S,A,B,C,D) argument
106 #define DEBUGOUT5(S,A,B,C,D,E) argument
107 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
108 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
111 #define ERROR_REPORT2(S,A,B) argument
[all …]

12345678910>>...59