#define doing_semantic_analysis_p() (!expanding_p)
-/* Non-zero if we are processing a base initializer. Zero elsewhere. */
+/* Nonzero if we are processing a base initializer. Zero elsewhere. */
#define in_base_initializer cp_function_chain->in_base_initializer
#define in_function_try_handler cp_function_chain->in_function_try_handler
covariant thunk to FN_DECL. FIXED_OFFSET is the initial adjustment
to this used to find the vptr. If VIRTUAL_OFFSET is non-NULL, this
is a virtual thunk, and it is the vtbl offset in
- bytes. THIS_ADJUSTING is non-zero for a this adjusting thunk and
+ bytes. THIS_ADJUSTING is nonzero for a this adjusting thunk and
zero for a covariant thunk. Note, that FN_DECL might be a covariant
thunk itself. A covariant thunk name always includes the adjustment
for the this pointer, even if there is none.
/* Adjust PTR by the constant FIXED_OFFSET, and by the vtable
offset indicated by VIRTUAL_OFFSET, if that is
- non-null. THIS_ADJUSTING is non-zero for a this adjusting thunk and
+ non-null. THIS_ADJUSTING is nonzero for a this adjusting thunk and
zero for a result adjusting thunk. */
static tree
return lexer;
}
-/* Returns non-zero if debugging information should be output. */
+/* Returns nonzero if debugging information should be output. */
static inline bool
cp_lexer_debugging_p (cp_lexer *lexer)
return token;
}
-/* Non-zero if we are presently saving tokens. */
+/* nonzero if we are presently saving tokens. */
static int
cp_lexer_saving_tokens (const cp_lexer* lexer)
static tree cp_parser_scope_through_which_access_occurs
(tree, tree, tree);
-/* Returns non-zero if we are parsing tentatively. */
+/* Returns nonzero if we are parsing tentatively. */
static inline bool
cp_parser_parsing_tentatively (cp_parser* parser)
return parser->context->next != NULL;
}
-/* Returns non-zero if TOKEN is a string literal. */
+/* Returns nonzero if TOKEN is a string literal. */
static bool
cp_parser_is_string_literal (cp_token* token)
return (token->type == CPP_STRING || token->type == CPP_WSTRING);
}
-/* Returns non-zero if TOKEN is the indicated KEYWORD. */
+/* Returns nonzero if TOKEN is the indicated KEYWORD. */
static bool
cp_parser_is_keyword (cp_token* token, enum rid keyword)
&& parser->context->status == CP_PARSER_STATUS_KIND_COMMITTED);
}
-/* Returns non-zero iff an error has occurred during the most recent
+/* Returns nonzero iff an error has occurred during the most recent
tentative parse. */
static bool
&& parser->context->status == CP_PARSER_STATUS_KIND_ERROR);
}
-/* Returns non-zero if GNU extensions are allowed. */
+/* Returns nonzero if GNU extensions are allowed. */
static bool
cp_parser_allow_gnu_extensions_p (cp_parser* parser)