Searched refs:argument_count (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp179 int argument_count; member in struct:operator_info
1545 if (fInfo->argument_count == 1 || isIdentifier
1546 || fInfo->argument_count > 3
1547 || (fInfo->argument_count == 3 && strcmp(fInfo->name, "?") != 0)) {
1576 if (fInfo->argument_count == 2) {
1593 if (fInfo->argument_count == 2) {
3576 if (info == NULL || info->argument_count < 0)
3598 for (; i < info->argument_count; i++) {

Completed in 40 milliseconds