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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
filename.cc 18 #include "includefile"
22 int includefile[1]; member in class:C
25 includefile[0] = 23;
35 int includefile();
42 int D::includefile() { function in class:D
filename.exp 20 include_file includefile
33 gdb_test "print includefile\[0\]" " = 23"
34 gdb_test "print this->includefile\[0\]" " = 23"
35 gdb_test "print 'includefile'::some_global" " = 27" \
41 gdb_test "print includefile()" " = 24"
42 gdb_test "print this->includefile()" " = 24"
43 gdb_test "print 'includefile'::some_global" " = 27" \
49 gdb_test "print c.includefile\[0\]" " = 23"
50 gdb_test "print pc->includefile\[0\]" " = 23"
51 gdb_test "print d.includefile()" " = 24
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
filename.cc 18 #include "includefile"
22 int includefile[1]; member in class:C
25 includefile[0] = 23;
35 int includefile();
42 int D::includefile() { function in class:D
filename.exp 20 include_file includefile
33 gdb_test "print includefile\[0\]" " = 23"
34 gdb_test "print this->includefile\[0\]" " = 23"
35 gdb_test "print 'includefile'::some_global" " = 27" \
41 gdb_test "print includefile()" " = 24"
42 gdb_test "print this->includefile()" " = 24"
43 gdb_test "print 'includefile'::some_global" " = 27" \
49 gdb_test "print c.includefile\[0\]" " = 23"
50 gdb_test "print pc->includefile\[0\]" " = 23"
51 gdb_test "print d.includefile()" " = 24
    [all...]

Completed in 26 milliseconds