Searched refs:BB (Results 1 - 25 of 67) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dambig1.C15 struct BB : B1, B2 {}; struct in inherits:B1,B2
17 int i = BB().f(); // { dg-error "ambiguous" "" }
H A Dambig2.C15 struct BB : B1, B2 {}; struct in inherits:B1,B2
17 int i = BB().i; // { dg-error "ambiguous" "" }
H A Dambig3.C16 struct BB : B1, B2_2 {}; struct in inherits:B1,B2_2
18 int i = BB().f(); // { dg-error "ambiguous" "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/lookup/
H A Dambig1.C15 struct BB : B1, B2 {}; struct in inherits:B1,B2
17 int i = BB().f(); // { dg-error "ambiguous" "" }
H A Dambig2.C15 struct BB : B1, B2 {}; struct in inherits:B1,B2
17 int i = BB().i; // { dg-error "ambiguous" "" }
H A Dambig3.C16 struct BB : B1, B2_2 {}; struct in inherits:B1,B2_2
18 int i = BB().f(); // { dg-error "ambiguous" "" }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Din_mlib.asm1 IN_MLIB .macro AA,BB,CC
3 ADD #BB,b
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash46.C5 template <class T> struct BB { T x; BB(const T &x) : x(x) { } }; function in struct:AA::BB
6 template <class T> struct CC : public BB<T> { CC(const T &x) : BB<T>(x) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash46.C5 template <class T> struct BB { T x; BB(const T &x) : x(x) { }; }; function in struct:AA::BB
6 template <class T> struct CC : public BB<T> { CC(const T &x) : BB<T>(x) { };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate26.C15 template <int I> class BB : public virtual V { class in inherits:V
17 BB();
18 BB(int);
23 template <int I> BB<I>::BB() {} function in class:BB
24 template <int I> BB<I>::BB(int i) {} function in class:BB
26 class CC : public AA<1>, public BB<2> {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor9.C9 class BB : virtual public CC class in inherits:CC
13 class AA : public virtual BB
H A Ddyncast1.C25 struct BB : B {}; struct in inherits:B
80 struct X : private BB, E {};
83 class XX : BB, E {};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate26.C15 template <int I> class BB : public virtual V { class in inherits:V
17 BB();
18 BB(int);
23 template <int I> BB<I>::BB() {} function in class:BB
24 template <int I> BB<I>::BB(int i) {} function in class:BB
26 class CC : public AA<1>, public BB<2> {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor9.C9 class BB : virtual public CC class in inherits:CC
13 class AA : public virtual BB
H A Ddyncast1.C25 struct BB : B {}; struct in inherits:B
80 struct X : private BB, E {};
83 class XX : BB, E {};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist7.C4 typedef enum { AA=1, BB=2 } my_enum; enumerator in enum:__anon4738
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum7.C5 enum B { BA = -1, BB = 1}; enumerator in enum:B
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum7.C5 enum B { BA = -1, BB = 1}; enumerator in enum:B
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dcrash40.C15 struct BB : AA {}; struct in inherits:AA
35 BB().AA::foo<0>(); /* { dg-error "within this context" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbasic-block.h298 /* Set if insns in BB have are modified. Used for updating liveness info. */
417 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
418 for (BB = FROM; BB != TO; BB = BB->DIR)
420 #define FOR_EACH_BB_FN(BB, FN) \
421 FOR_BB_BETWEEN (BB, (FN)->cfg->x_entry_block_ptr->next_bb, (FN)->cfg->x_exit_block_ptr, next_bb)
423 #define FOR_EACH_BB(BB) FOR_EACH_BB_FN (BB, cfu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h424 #define SET_BASIC_BLOCK_FOR_FUNCTION(FN,N,BB) \
425 (VEC_replace (basic_block, basic_block_info_for_function(FN), (N), (BB)))
438 #define SET_BASIC_BLOCK(N,BB) (VEC_replace (basic_block, basic_block_info, (N), (BB)))
441 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
442 for (BB = FROM; BB != TO; BB = BB->DIR)
444 #define FOR_EACH_BB_FN(BB, F
[all...]
H A Ddf.h619 #define DF_SCAN_BB_INFO(BB) (df_scan_get_bb_info((BB)->index))
620 #define DF_RD_BB_INFO(BB) (df_rd_get_bb_info((BB)->index))
621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info((BB)->index))
622 #define DF_LIVE_BB_INFO(BB) (df_live_get_bb_info((BB)->index))
623 #define DF_BYTE_LR_BB_INFO(BB) (df_byte_lr_get_bb_info((BB)
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c97 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; local
102 BB = B;
120 T2 = Sigma0(AA) + Maj(AA,BB,CC);
127 CC = BB;
128 BB = AA;
133 B += BB;
H A Dsha.c75 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \
78 CC = cshift(BB, 30); \
79 BB = AA; \
86 uint32_t AA, BB, CC, DD, EE; local
91 BB = B;
194 B += BB;
H A Dsha512.c121 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; local
126 BB = B;
144 T2 = Sigma0(AA) + Maj(AA,BB,CC);
151 CC = BB;
152 BB = AA;
157 B += BB;

Completed in 186 milliseconds

123