HomeSort by: relevance | last modified time | path
    Searched refs:realtype (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
break-f-std-string.exp 86 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\\."
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
break-f-std-string.exp 86 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\\."
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
stackhash.pm 24 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)))
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
stackhash.pm 24 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)))
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-lazy-string.c 120 struct type *realtype; local
124 realtype = check_typedef (type);
125 switch (realtype->code ())
135 type = lookup_array_range_type (realtype->target_type (),
177 struct type *realtype; local
200 realtype = check_typedef (type);
201 switch (realtype->code ())
208 if (get_array_bounds (realtype, &low_bound, &high_bound))
260 struct type *realtype; local
263 realtype = check_typedef (type)
    [all...]
py-value.c 554 struct type *type, *realtype; local
558 realtype = check_typedef (type);
560 switch (realtype->code ())
570 if (get_array_bounds (realtype, &low_bound, &high_bound))
576 type = lookup_array_range_type (realtype->target_type (),
585 type = lookup_array_range_type (realtype->target_type (),
  /src/external/gpl3/gdb/dist/gdb/python/
py-lazy-string.c 120 struct type *realtype; local
124 realtype = check_typedef (type);
125 switch (realtype->code ())
135 type = lookup_array_range_type (realtype->target_type (),
177 struct type *realtype; local
192 realtype = check_typedef (type);
193 switch (realtype->code ())
200 if (get_array_bounds (realtype, &low_bound, &high_bound))
265 struct type *realtype; local
268 realtype = check_typedef (type)
    [all...]
py-value.c 548 struct type *type, *realtype; local
552 realtype = check_typedef (type);
554 switch (realtype->code ())
564 if (get_array_bounds (realtype, &low_bound, &high_bound))
570 type = lookup_array_range_type (realtype->target_type (),
579 type = lookup_array_range_type (realtype->target_type (),
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-lazy-string.c 200 struct type *realtype;
202 realtype = check_typedef (type);
204 switch (realtype->code ())
208 return realtype->target_type ();
212 return realtype;
316 struct type *realtype = check_typedef (type);
318 switch (realtype->code ())
328 type = lookup_array_range_type (realtype->target_type (),
199 struct type *realtype; local
314 struct type *realtype = check_typedef (type); local
scm-value.c 1169 struct type *type, *realtype;
1173 realtype = check_typedef (type);
1175 switch (realtype->code ())
1185 if (get_array_bounds (realtype, &low_bound, &high_bound))
1191 type = lookup_array_range_type (realtype->target_type (),
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-lazy-string.c 200 struct type *realtype;
202 realtype = check_typedef (type);
204 switch (realtype->code ())
208 return realtype->target_type ();
212 return realtype;
316 struct type *realtype = check_typedef (type);
318 switch (realtype->code ())
328 type = lookup_array_range_type (realtype->target_type (),
199 struct type *realtype; local
314 struct type *realtype = check_typedef (type); local
scm-value.c 1168 struct type *type, *realtype;
1172 realtype = check_typedef (type);
1174 switch (realtype->code ())
1184 if (get_array_bounds (realtype, &low_bound, &high_bound))
1190 type = lookup_array_range_type (realtype->target_type (),
  /src/sys/arch/macppc/macppc/
disksubr.c 266 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);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1030 realtype = type.unqualified().strip_typedefs()
1031 reptype = gdb.lookup_type(str(realtype) + '::_Rep').pointer()
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1058 realtype = type.unqualified().strip_typedefs()
1059 reptype = gdb.lookup_type(str(realtype) + '::_Rep').pointer()

Completed in 84 milliseconds