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

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 33 static int vb_match (struct type *, int, struct type *);
293 vb_match (struct type *type, int index, struct type *basetype)
357 if (vb_match (type, i, basetype))
292 vb_match (struct type *type, int index, struct type *basetype) function
  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 33 static int vb_match (struct type *, int, struct type *);
287 vb_match (struct type *type, int index, struct type *basetype)
351 if (vb_match (type, i, basetype))
286 vb_match (struct type *type, int index, struct type *basetype) function

Completed in 19 milliseconds