Home
last modified time | relevance | path

Searched refs:argtypetext (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dgdbtypes.c1528 char *argtypetext, *p; in check_stub_method() local
1544 argtypetext = p; in check_stub_method()
1564 if (strncmp (argtypetext, "(void)", 6) == 0) in check_stub_method()
1571 p = argtypetext; in check_stub_method()
1592 if (strncmp (argtypetext, "...", p - argtypetext) != 0 in check_stub_method()
1593 && strncmp (argtypetext, "void", p - argtypetext) != 0) in check_stub_method()
1596 safe_parse_type (argtypetext, p - argtypetext); in check_stub_method()
1599 argtypetext = p + 1; in check_stub_method()