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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c1373 static cp_declarator *cp_error_declarator;
3458 return cp_error_declarator;
4091 if (!cp_error_declarator)
4095 cp_error_declarator = make_declarator (cdk_error);
14526 if (declarator != cp_error_declarator)
17016 if (declarator == cp_error_declarator)
17460 if (gnu_attributes && declarator && declarator != cp_error_declarator)
17684 declarator = cp_error_declarator;
17685 if (declarator == cp_error_declarator)
17748 declarator = cp_error_declarator;
1371 static cp_declarator *cp_error_declarator; variable
[all...]

Completed in 122 milliseconds