| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-nested.cc | 19 A () : a_ (1) {} 23 int a_; member in class:A 30 int a_; member in struct:A::Inner1 31 Inner1 () : a_ (2) {} 35 int a_; member in struct:A::Inner1::Inner2 36 Inner2 () : a_ (3) {} 47 return i1.a_ + i2.a_; // break here
|
| compile-cplus-inherit.cc | 18 A () : a_ (1) {} 19 int do_it (int amount) { return a_ + amount; } 21 int a_; member in struct:A
|
| compile-cplus-method.cc | 24 A () : a_ (21) {} 25 ATYPE get_var () { return a_; } 33 ATYPE get_var1 (int n) { return a_ << n; } 34 ATYPE get_var2 (int incr, unsigned n) { return (a_ + incr) << n; } 42 ATYPE a_; member in class:A 54 return a->a_;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-nested.cc | 19 A () : a_ (1) {} 23 int a_; member in class:A 30 int a_; member in struct:A::Inner1 31 Inner1 () : a_ (2) {} 35 int a_; member in struct:A::Inner1::Inner2 36 Inner2 () : a_ (3) {} 47 return i1.a_ + i2.a_; // break here
|
| compile-cplus-inherit.cc | 18 A () : a_ (1) {} 19 int do_it (int amount) { return a_ + amount; } 21 int a_; member in struct:A
|
| compile-cplus-method.cc | 24 A () : a_ (21) {} 25 ATYPE get_var () { return a_; } 33 ATYPE get_var1 (int n) { return a_ << n; } 34 ATYPE get_var2 (int incr, unsigned n) { return (a_ + incr) << n; } 42 ATYPE a_; member in class:A 54 return a->a_;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| namelessclass.cc | 25 A () : a_ (0xbeef) {} 28 return a_; // set breakpoint here 37 int a_; member in class:A
|
| align.exp | 109 puts $outfile "unsigned a_$utype\n = alignof ($type);" 120 puts $outfile "unsigned a_${utype}_x_${uinner}" 124 puts $outfile "unsigned a_${utype}_u_${uinner}" 163 set expected [get_integer_valueof a_$utype 0] 176 set expected [get_integer_valueof a_${utype}_x_${uinner} 0] 179 set expected [get_integer_valueof a_${utype}_u_${uinner} 0]
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| namelessclass.cc | 25 A () : a_ (0xbeef) {} 28 return a_; // set breakpoint here 37 int a_; member in class:A
|
| align.exp | 109 puts $outfile "unsigned a_$utype\n = alignof ($type);" 120 puts $outfile "unsigned a_${utype}_x_${uinner}" 124 puts $outfile "unsigned a_${utype}_u_${uinner}" 163 set expected [get_integer_valueof a_$utype 0] 176 set expected [get_integer_valueof a_${utype}_x_${uinner} 0] 179 set expected [get_integer_valueof a_${utype}_u_${uinner} 0]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 68 float64_t a_ = 1.0; local 73 : "w"(a_), "w"(b_)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 68 float64_t a_ = 1.0; local 73 : "w"(a_), "w"(b_)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-format-string.c | 59 Base (int a_) : a (a_) {}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-format-string.c | 59 Base (int a_) : a (a_) {}
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| objects.h | 92 * const void *a_; 93 * const nid_triple const *a = a_; 97 * const int const * const *a = a_; 114 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 116 type1 const *a = a_; \ 128 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 130 type1 const *a = a_; \
|
| /src/sys/arch/playstation2/dev/ |
| emac3.c | 79 bus_addr_t a_ = EMAC3_BASE + ofs; local 81 return (_reg_read_2(a_) << 16) | _reg_read_2(a_ + 2); 87 bus_addr_t a_ = EMAC3_BASE + ofs; local 89 _reg_write_2(a_, (v >> 16) & 0xffff); 90 _reg_write_2(a_ + 2, v & 0xffff);
|
| /src/tests/lib/libc/ |
| t_cdb.c | 56 cmp_keys(const void *a_, const void *b_) 58 uint32_t a = *(const uint32_t *)a_;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 77 puts $outfile "unsigned a_$utype\n = ${align_func} ($type);" 90 puts $outfile "unsigned a_${joined}" 98 puts $outfile "unsigned a_${joined}" 106 puts $outfile "unsigned a_${joined}" 130 puts $outfile "a_$utype++;" 141 puts $outfile "a_${joined}++;" 146 puts $outfile "a_${joined}++;" 150 puts $outfile "a_${joined}++;" 196 set expected [get_integer_valueof a_$utype 0] 202 set expected [get_integer_valueof a_${utype}_x_${uinner} 0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 77 puts $outfile "unsigned a_$utype\n = ${align_func} ($type);" 90 puts $outfile "unsigned a_${joined}" 98 puts $outfile "unsigned a_${joined}" 106 puts $outfile "unsigned a_${joined}" 130 puts $outfile "a_$utype++;" 141 puts $outfile "a_${joined}++;" 146 puts $outfile "a_${joined}++;" 150 puts $outfile "a_${joined}++;" 196 set expected [get_integer_valueof a_$utype 0] 202 set expected [get_integer_valueof a_${utype}_x_${uinner} 0 [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| objects.h | 99 * const void *a_; 100 * const nid_triple const *a = a_; 104 * const int const * const *a = a_; 121 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 123 type1 const *a = a_; \ 135 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 137 type1 const *a = a_; \
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| objects.h | 100 * const void *a_; 101 * const nid_triple const *a = a_; 105 * const int const * const *a = a_; 122 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 124 type1 const *a = a_; \ 136 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 138 type1 const *a = a_; \
|
| /src/external/bsd/jemalloc.old/dist/test/include/test/ |
| test.h | 4 t a_ = (a); \ 6 if (!(a_ cmp b_)) { \ 14 #a, #b, a_, b_); \ 214 bool a_ = (a); \ 216 if (!(a_ == b_)) { \ 223 #a, #b, a_ ? "true" : "false", \ 230 bool a_ = (a); \ 232 if (!(a_ != b_)) { \ 239 #a, #b, a_ ? "true" : "false", \
|
| /src/external/bsd/jemalloc/dist/test/include/test/ |
| test.h | 4 const t a_ = (a); \ 6 if (!(a_ cmp b_)) { \ 14 #a, #b, a_, b_); \ 221 bool a_ = (a); \ 223 if (!(a_ == b_)) { \ 230 #a, #b, a_ ? "true" : "false", \ 242 bool a_ = (a); \ 244 if (!(a_ != b_)) { \ 251 #a, #b, a_ ? "true" : "false", \
|
| /src/usr.bin/nbperf/ |
| graph2.c | 81 static int sorting_cmp(const void *a_, const void *b_) 83 const uint32_t *a = a_, *b = b_;
|
| /src/external/mit/libuv/dist/test/ |
| task.h | 176 unsigned char* a_ = (unsigned char*)a; \ 187 fprintf(stderr, "%02X", a_[i]); \
|