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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
meth-typedefs.exp 47 array set typedefs {
62 foreach t $typedefs($type) {
71 foreach t1 $typedefs(my_other_type_2) {
72 foreach t2 $typedefs(my_other_type) {
82 foreach t1 $typedefs(aenum) {
83 foreach t2 $typedefs(astruct) {
84 foreach t3 $typedefs(aunion) {
95 foreach t $typedefs(my_other_type) {
105 foreach t1 $typedefs(my_other_type) {
107 foreach t2 $typedefs(my_other_type_2)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
meth-typedefs.exp 47 array set typedefs {
62 foreach t $typedefs($type) {
71 foreach t1 $typedefs(my_other_type_2) {
72 foreach t2 $typedefs(my_other_type) {
82 foreach t1 $typedefs(aenum) {
83 foreach t2 $typedefs(astruct) {
84 foreach t3 $typedefs(aunion) {
95 foreach t $typedefs(my_other_type) {
105 foreach t1 $typedefs(my_other_type) {
107 foreach t2 $typedefs(my_other_type_2)
    [all...]
  /src/external/mit/libcbor/dist/docs/doxygen/search/
searchdata.js 21 5: "typedefs",
34 5: "Typedefs",
  /src/external/bsd/lutok/lib/liblutok/
Makefile 43 COPTS+= -Wno-error=ctor-dtor-privacy -Wno-error=unused-local-typedefs
  /src/external/gpl3/gcc/dist/gcc/
gengtype.h 130 extern pair_p typedefs;
gengtype-state.cc 623 * - typedefs list
1205 /* When writing imported linked lists, like typedefs, structures, ... we count
1209 /* Write our typedefs. */
1213 int nbtypedefs = pair_list_length (typedefs);
1215 begin_s_expr ("typedefs");
1217 nbpairs = write_state_pair_list (typedefs);
1221 printf ("%s wrote %d typedefs\n", progname, nbtypedefs);
2291 /* Read the typedefs. */
2293 read_state_typedefs (pair_p *typedefs)
2302 && state_token_is_name (t1, "!typedefs")
    [all...]
gengtype.cc 514 pair_p typedefs = NULL;
534 for (p = typedefs; p != NULL; p = p->next)
546 p->next = typedefs;
551 typedefs = p;
555 typedefs of 'char'. Note: is also used for pointer-to-function
556 typedefs (which are therefore not treated as pointers). */
695 for (p = typedefs; p != NULL; p = p->next)
5002 dump_pair_list ("typedefs", typedefs);
510 pair_p typedefs = NULL; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.h 130 extern pair_p typedefs;
gengtype-state.cc 633 * - typedefs list
1215 /* When writing imported linked lists, like typedefs, structures, ... we count
1219 /* Write our typedefs. */
1223 int nbtypedefs = pair_list_length (typedefs);
1225 begin_s_expr ("typedefs");
1227 nbpairs = write_state_pair_list (typedefs);
1231 printf ("%s wrote %d typedefs\n", progname, nbtypedefs);
2301 /* Read the typedefs. */
2303 read_state_typedefs (pair_p *typedefs)
2312 && state_token_is_name (t1, "!typedefs")
    [all...]
gengtype.cc 514 pair_p typedefs = NULL;
535 for (p = typedefs; p != NULL; p = p->next)
547 p->next = typedefs;
552 typedefs = p;
556 typedefs of 'char'. Note: is also used for pointer-to-function
557 typedefs (which are therefore not treated as pointers). */
696 for (p = typedefs; p != NULL; p = p->next)
5008 dump_pair_list ("typedefs", typedefs);
510 pair_p typedefs = NULL; variable
  /src/external/gpl2/lvm2/dist/
configure.in 102 dnl -- Check for typedefs, structures, and compiler characteristics.
  /src/external/gpl2/rcs/dist/src/
conf.sh 356 /* Comment out the typedefs below if the types are already declared. */
357 /* Fix any uncommented typedefs that are wrong. */
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 368 ## We don't prohibit that space, to allow typedefs looking like
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 362 ## We don't prohibit that space, to allow typedefs looking like
  /src/external/gpl3/gdb/dist/gnulib/
configure 5031 // Check duplicate typedefs.
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 5031 // Check duplicate typedefs.

Completed in 83 milliseconds