HomeSort by: relevance | last modified time | path
    Searched defs:foo_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
method-call-in-c.cc 25 struct foo_type struct
32 foo_type &operator+= (const baz_type &rhs)
54 foo_type foo;
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
nonstatic-var-section-ld-r.c 11 ctf_id_t foo_type, bar_type, sym_type; local
33 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR)
36 printf ("foo is of type %lx\n", foo_type);
nonstatic-var-section-ld.c 11 ctf_id_t foo_type, bar_type, sym_type; local
32 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR)
35 printf ("foo is of type %lx\n", foo_type);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
method-call-in-c.cc 25 struct foo_type struct
32 foo_type &operator+= (const baz_type &rhs)
54 foo_type foo;
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
nonstatic-var-section-ld-r.c 11 ctf_id_t foo_type, bar_type, sym_type; local
33 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR)
36 printf ("foo is of type %lx\n", foo_type);
nonstatic-var-section-ld.c 11 ctf_id_t foo_type, bar_type, sym_type; local
32 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR)
35 printf ("foo is of type %lx\n", foo_type);

Completed in 28 milliseconds