Searched refs:ob_modifier (Results 1 – 1 of 1) sorted by relevance
7499 tree ob_modifier = NULL_TREE; local7536 ob_modifier = value;7550 ob_modifier = value;7591 else if (ob_modifier)7593 if (ob_modifier == ridpointers[(int) RID_INLINE]7594 || ob_modifier == ridpointers[(int) RID_VIRTUAL])7595 error ("`%D' can only be specified for functions", ob_modifier);7596 else if (ob_modifier == ridpointers[(int) RID_FRIEND])7597 error ("`%D' can only be specified inside a class", ob_modifier);7598 else if (ob_modifier == ridpointers[(int) RID_EXPLICIT])[all …]