Searched refs:operator_names (Results 1 – 8 of 8) sorted by relevance
154 CPP_OPTION (pfile, operator_names) = 1; in cpp_create_reader()457 if (CPP_OPTION (pfile, cplusplus) && CPP_OPTION (pfile, operator_names)) in cpp_post_options()
377 unsigned char operator_names; member
530 CPP_OPTION (pfile, operator_names) = 1;1070 if (CPP_OPTION (pfile, cplusplus) && CPP_OPTION (pfile, operator_names))
1209 cpp_opts->operator_names = on;
855 * cpplib.h (struct cpp_options): Add operator_names.860 (cpp_handle_option): Clear operator_names.
384 unsigned char operator_names; member
727 cpp_opts->operator_names = value; in c_common_handle_option()
2499 defm operator_names : BoolFOption<"operator-names",