Home
last modified time | relevance | path

Searched refs:operator_names (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dinit.c154 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()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h377 unsigned char operator_names; member
H A Dcppinit.c530 CPP_OPTION (pfile, operator_names) = 1;
1070 if (CPP_OPTION (pfile, cplusplus) && CPP_OPTION (pfile, operator_names))
H A Dc-opts.c1209 cpp_opts->operator_names = on;
H A DChangeLog.4855 * cpplib.h (struct cpp_options): Add operator_names.
860 (cpp_handle_option): Clear operator_names.
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h384 unsigned char operator_names; member
/openbsd/gnu/gcc/gcc/
H A Dc-opts.c727 cpp_opts->operator_names = value; in c_common_handle_option()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2499 defm operator_names : BoolFOption<"operator-names",