Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c1515 char *argtypetext, *p; in check_stub_method() local
1531 argtypetext = p; in check_stub_method()
1551 if (strncmp (argtypetext, "(void)", 6) == 0) in check_stub_method()
1558 p = argtypetext; in check_stub_method()
1579 if (strncmp (argtypetext, "...", p - argtypetext) != 0 in check_stub_method()
1580 && strncmp (argtypetext, "void", p - argtypetext) != 0) in check_stub_method()
1583 safe_parse_type (argtypetext, p - argtypetext); in check_stub_method()
1586 argtypetext = p + 1; in check_stub_method()