Searched refs:realtype (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dbreak-f-std-string.exp86 set realtype ""
90 set realtype $expect_out(1,string)
91 gdb_assert {![string eq "$realtype" "$type"]} \
104 if { $realtype != "" } {
105 gdb_test "break f($realtype)" "$srcfile, line $::decimal\\."
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dstackhash.pm24 my $realtype = shift;
28 SKM_DEFINE_STACK_OF_INTERNAL(${nametype}, ${realtype}, ${plaintype})
30 #define sk_${nametype}_value(sk, idx) ((${realtype} *)OPENSSL_sk_value(ossl_check_const_${nametype}_sk_type(sk), (idx)))
37 #define sk_${nametype}_delete(sk, i) ((${realtype} *)OPENSSL_sk_delete(ossl_check_${nametype}_sk_type(sk), (i)))
38 #define sk_${nametype}_delete_ptr(sk, ptr) ((${realtype} *)OPENSSL_sk_delete_ptr(ossl_check_${nametype}_sk_type(sk), ossl_check_${nametype}_type(ptr)))
41 #define sk_${nametype}_pop(sk) ((${realtype} *)OPENSSL_sk_pop(ossl_check_${nametype}_sk_type(sk)))
42 #define sk_${nametype}_shift(sk) ((${realtype} *)OPENSSL_sk_shift(ossl_check_${nametype}_sk_type(sk)))
45 #define sk_${nametype}_set(sk, idx, ptr) ((${realtype} *)OPENSSL_sk_set(ossl_check_${nametype}_sk_type(sk), (idx), ossl_check_${nametype}_type(ptr)))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-lazy-string.c119 struct type *realtype; local
122 realtype = check_typedef (type);
123 switch (realtype->code ())
133 type = lookup_array_range_type (TYPE_TARGET_TYPE (realtype),
173 struct type *realtype; local
196 realtype = check_typedef (type);
197 switch (realtype->code ())
204 if (get_array_bounds (realtype, &low_bound, &high_bound))
256 struct type *realtype; local
259 realtype
[all...]
H A Dpy-value.c485 struct type *type, *realtype; local
489 realtype = check_typedef (type);
491 switch (realtype->code ())
501 if (get_array_bounds (realtype, &low_bound, &high_bound))
507 type = lookup_array_range_type (TYPE_TARGET_TYPE (realtype),
516 type = lookup_array_range_type (TYPE_TARGET_TYPE (realtype),
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-lazy-string.c119 struct type *realtype; local
122 realtype = check_typedef (type);
123 switch (realtype->code ())
133 type = lookup_array_range_type (realtype->target_type (),
173 struct type *realtype; local
196 realtype = check_typedef (type);
197 switch (realtype->code ())
204 if (get_array_bounds (realtype, &low_bound, &high_bound))
256 struct type *realtype; local
259 realtype
[all...]
H A Dpy-value.c506 struct type *type, *realtype; local
510 realtype = check_typedef (type);
512 switch (realtype->code ())
522 if (get_array_bounds (realtype, &low_bound, &high_bound))
528 type = lookup_array_range_type (realtype->target_type (),
537 type = lookup_array_range_type (realtype->target_type (),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-lazy-string.c201 struct type *realtype;
203 realtype = check_typedef (type);
205 switch (realtype->code ())
209 return TYPE_TARGET_TYPE (realtype);
213 return realtype;
317 struct type *realtype = check_typedef (type);
319 switch (realtype->code ())
329 type = lookup_array_range_type (TYPE_TARGET_TYPE (realtype),
200 struct type *realtype; local
315 struct type *realtype = check_typedef (type); local
H A Dscm-value.c1112 struct type *type, *realtype;
1116 realtype = check_typedef (type);
1118 switch (realtype->code ())
1128 if (get_array_bounds (realtype, &low_bound, &high_bound))
1134 type = lookup_array_range_type (TYPE_TARGET_TYPE (realtype),
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-lazy-string.c201 struct type *realtype;
203 realtype = check_typedef (type);
205 switch (realtype->code ())
209 return realtype->target_type ();
213 return realtype;
317 struct type *realtype = check_typedef (type);
319 switch (realtype->code ())
329 type = lookup_array_range_type (realtype->target_type (),
200 struct type *realtype; local
315 struct type *realtype = check_typedef (type); local
H A Dscm-value.c1164 struct type *type, *realtype;
1168 realtype = check_typedef (type);
1170 switch (realtype->code ())
1180 if (get_array_bounds (realtype, &low_bound, &high_bound))
1186 type = lookup_array_range_type (realtype->target_type (),
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c266 u_int8_t realtype; local
269 if (whichType(part + i, &realtype, &clust) != type)
275 setpartition(part + i, &lp->d_partitions[0], realtype);
279 setpartition(part + i, &lp->d_partitions[6], realtype);
283 setpartition(part + i, &lp->d_partitions[1], realtype);
287 setpartition(part + i, &lp->d_partitions[3], realtype);
330 u_int8_t realtype; local
372 if (whichType(part + i, &realtype, &clust)) {
373 setpartition(part + i, pp, realtype);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py929 realtype = type.unqualified ().strip_typedefs ()
930 reptype = gdb.lookup_type (str (realtype) + '::_Rep').pointer ()
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1020 realtype = type.unqualified().strip_typedefs()
1021 reptype = gdb.lookup_type(str(realtype) + '::_Rep').pointer()

Completed in 328 milliseconds