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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-format-string.c 86 point_t a_point_t = { 42, 12 }; local
87 point_t *a_point_t_pointer = &a_point_t;
89 point_t &a_point_t_ref = a_point_t;
92 struct_point_t a_struct_with_point = { a_point_t };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-format-string.c 86 point_t a_point_t = { 42, 12 }; local
87 point_t *a_point_t_pointer = &a_point_t;
89 point_t &a_point_t_ref = a_point_t;
92 struct_point_t a_struct_with_point = { a_point_t };

Completed in 21 milliseconds