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

/haiku-buildtools/gcc/libcpp/
H A Dinit.c121 CPP_OPTION (pfile, lang) = lang;
123 CPP_OPTION (pfile, c99) = l->c99;
124 CPP_OPTION (pfile, cplusplus) = l->cplusplus;
125 CPP_OPTION (pfile, extended_numbers) = l->extended_numbers;
126 CPP_OPTION (pfile, extended_identifiers) = l->extended_identifiers;
127 CPP_OPTION (pfile, c11_identifiers) = l->c11_identifiers;
128 CPP_OPTION (pfile, std) = l->std;
129 CPP_OPTION (pfile, digraphs) = l->digraphs;
130 CPP_OPTION (pfile, uliterals) = l->uliterals;
131 CPP_OPTION (pfil
[all...]
H A Dcharset.c702 const char *ncset = CPP_OPTION (pfile, narrow_charset);
703 const char *wcset = CPP_OPTION (pfile, wide_charset);
706 bool be = CPP_OPTION (pfile, bytes_big_endian);
708 if (CPP_OPTION (pfile, wchar_precision) >= 32)
710 else if (CPP_OPTION (pfile, wchar_precision) >= 16)
723 pfile->narrow_cset_desc.width = CPP_OPTION (pfile, char_precision);
725 pfile->utf8_cset_desc.width = CPP_OPTION (pfile, char_precision);
735 pfile->wide_cset_desc.width = CPP_OPTION (pfile, wchar_precision);
894 if (CPP_OPTION (pfile, c11_identifiers))
896 else if (CPP_OPTION (pfil
[all...]
H A Dmacro.c244 if (CPP_OPTION (pfile, warn_date_time))
322 CPP_OPTION (pfile, traditional)
341 if (CPP_OPTION (pfile, warn_date_time))
391 if (CPP_OPTION (pfile, directives_only) && pfile->state.in_directive)
641 if (CPP_OPTION (pfile, lang) != CLK_ASM)
765 if (CPP_OPTION (pfile, cplusplus))
812 bool track_macro_expansion_p = CPP_OPTION (pfile, track_macro_expansion);
944 CPP_OPTION (pfile, track_macro_expansion));
955 CPP_OPTION (pfile, track_macro_expansion));
996 && !CPP_OPTION (pfil
[all...]
H A Dexpr.c119 if (CPP_OPTION (pfile, ext_numeric_literals))
191 if (i && !CPP_OPTION (pfile, ext_numeric_literals))
194 if ((w || q) && !CPP_OPTION (pfile, ext_numeric_literals))
240 if (i && !CPP_OPTION (pfile, ext_numeric_literals))
546 && !CPP_OPTION (pfile, extended_numbers))
548 if (CPP_OPTION (pfile, cplusplus))
588 if (CPP_OPTION (pfile, user_literals))
642 if (CPP_OPTION (pfile, user_literals))
663 && CPP_OPTION (pfile, cpp_warn_long_long);
673 && CPP_OPTION (pfil
[all...]
H A Dlex.c859 if (CPP_OPTION (pfile, trigraphs))
936 if (CPP_OPTION (pfile, trigraphs))
977 if (CPP_OPTION (pfile, trigraphs))
1027 if (CPP_OPTION (pfile, warn_trigraphs)
1030 if (CPP_OPTION (pfile, trigraphs))
1083 if (CPP_OPTION (pfile, warn_comments)
1183 if (CPP_OPTION (pfile, warn_normalize) < NORMALIZE_STATE_RESULT (s)
1212 if (!CPP_OPTION (pfile, dollars_in_ident))
1216 if (CPP_OPTION (pfile, warn_dollars) && !pfile->state.skipping)
1218 CPP_OPTION (pfil
[all...]
H A Dinternal.h60 && CPP_OPTION (pfile, extended_numbers))))
62 #define DIGIT_SEP(c) ((c) == '\'' && CPP_OPTION (pfile, digit_separators))
64 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION) macro
580 #define _dollar_ok(x) ((x) == '$' && CPP_OPTION (pfile, dollars_in_ident))
608 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
609 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional)
H A Dpch.c595 if (CPP_OPTION (r, preprocessed))
617 if (CPP_OPTION (r, warn_invalid_pch))
639 if (CPP_OPTION (r, warn_invalid_pch))
651 if (CPP_OPTION (r, warn_invalid_pch))
692 if (CPP_OPTION (r, warn_invalid_pch))
712 if (CPP_OPTION (r, warn_invalid_pch))
881 if (deps_restore (r->deps, f, CPP_OPTION (r, restore_pch_deps) ? name : NULL)
H A Dfiles.c378 if (CPP_OPTION (pfile, remap) && (path = remap_filename (pfile, file)))
395 if ((CPP_OPTION (pfile, canonical_system_headers) && file->dir->sysp)
731 CPP_OPTION (pfile, input_charset),
892 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
894 if (!file->main_file || !CPP_OPTION (pfile, deps.ignore_main_file))
904 CPP_OPTION (pfile, preprocessed)
905 && !CPP_OPTION (pfile, directives_only));
1047 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp);
1053 if (print_dep && CPP_OPTION (pfile, deps.missing_files) && errno == ENOENT)
1058 if (CPP_OPTION (pfil
[all...]
H A Ddirectives.c302 if (CPP_OPTION (pfile, traditional))
325 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments);
372 && !(dir == &dtable[T_IMPORT] && CPP_OPTION (pfile, objc))
376 || (dir == &dtable[T_IMPORT] && !CPP_OPTION (pfile, objc)))
377 && CPP_OPTION (pfile, cpp_warn_deprecated))
423 if (CPP_OPTION (pfile, cpp_pedantic))
439 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM)
442 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed)
468 if (CPP_OPTION (pfile, preprocessed)
469 && !CPP_OPTION (pfil
[all...]
H A Derrors.c40 if (CPP_OPTION (pfile, traditional))
H A Dtraditional.c176 if (CPP_OPTION (pfile, discard_comments_in_macro_exp))
184 else if (CPP_OPTION (pfile, discard_comments))
760 && CPP_OPTION (pfile, lang) != CLK_ASM)
767 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM)
1206 CPP_OPTION (pfile, discard_comments_in_macro_exp));
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ppoutput.c337 if (!CPP_OPTION (pfile, discard_comments))
477 if (!CPP_OPTION (pfile, traditional))
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin-c.c677 if (CPP_OPTION (pfile, objc) && flag_objc_abi == 2)
/haiku-buildtools/gcc/gcc/fortran/
H A Dcpp.c799 if (!CPP_OPTION (pfile, discard_comments))
931 if (!CPP_OPTION (pfile, traditional))

Completed in 123 milliseconds