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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinit.c103 CPP_OPTION (pfile, lang) = lang;
105 CPP_OPTION (pfile, c99) = l->c99;
106 CPP_OPTION (pfile, cplusplus) = l->cplusplus;
107 CPP_OPTION (pfile, extended_numbers) = l->extended_numbers;
108 CPP_OPTION (pfile, extended_identifiers) = l->extended_identifiers;
109 CPP_OPTION (pfile, std) = l->std;
110 CPP_OPTION (pfile, trigraphs) = l->std;
111 CPP_OPTION (pfile, cplusplus_comments) = l->cplusplus_comments;
112 CPP_OPTION (pfile, digraphs) = l->digraphs;
151 CPP_OPTION (pfil
[all...]
H A Derrors.c60 else if (CPP_OPTION (pfile, show_column) == 0)
90 && ! CPP_OPTION (pfile, warn_system_headers))
95 if (CPP_OPTION (pfile, warnings_are_errors)
96 || (level == CPP_DL_PEDWARN && CPP_OPTION (pfile, pedantic_errors)))
98 if (CPP_OPTION (pfile, inhibit_errors))
103 else if (CPP_OPTION (pfile, inhibit_warnings))
108 if (CPP_OPTION (pfile, inhibit_errors))
143 if (CPP_OPTION (pfile, client_diagnostic))
147 if (CPP_OPTION (pfile, traditional))
H A Dcharset.c681 const char *ncset = CPP_OPTION (pfile, narrow_charset);
682 const char *wcset = CPP_OPTION (pfile, wide_charset);
685 bool be = CPP_OPTION (pfile, bytes_big_endian);
687 if (CPP_OPTION (pfile, wchar_precision) >= 32)
689 else if (CPP_OPTION (pfile, wchar_precision) >= 16)
852 && ((CPP_OPTION (pfile, c99) && !(ucnranges[mn].flags & C99))
853 || (CPP_OPTION (pfile, cplusplus)
910 if (CPP_OPTION (pfile, c99) && (ucnranges[mn].flags & DIG))
948 if (!CPP_OPTION (pfile, cplusplus) && !CPP_OPTION (pfil
[all...]
H A Dexpr.c253 if (radix == 16 && CPP_PEDANTIC (pfile) && !CPP_OPTION (pfile, c99))
326 if (u_or_i || (large && CPP_OPTION (pfile, warn_long_long)))
333 && ! CPP_OPTION (pfile, c99)
334 && CPP_OPTION (pfile, warn_long_long))
390 size_t precision = CPP_OPTION (pfile, precision);
445 && !(CPP_OPTION (pfile, traditional)
641 result = num_trim (result, CPP_OPTION (pfile, precision));
649 else if (CPP_OPTION (pfile, cplusplus)
660 if (CPP_OPTION (pfile, warn_undef) && !pfile->state.skip_eval)
922 if (CPP_OPTION (pfil
[all...]
H A Dlex.c165 if (CPP_OPTION (pfile, trigraphs))
206 if (CPP_OPTION (pfile, trigraphs))
248 if (CPP_OPTION (pfile, trigraphs))
298 if (CPP_OPTION (pfile, warn_trigraphs)
301 if (CPP_OPTION (pfile, trigraphs))
350 if (CPP_OPTION (pfile, warn_comments)
449 if (CPP_OPTION (pfile, warn_normalize) < NORMALIZE_STATE_RESULT (s)
477 if (!CPP_OPTION (pfile, dollars_in_ident))
481 if (CPP_OPTION (pfile, warn_dollars) && !pfile->state.skipping)
483 CPP_OPTION (pfil
[all...]
H A Dinternal.h60 && CPP_OPTION (pfile, extended_numbers))))
62 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION) macro
471 #define _dollar_ok(x) ((x) == '$' && CPP_OPTION (pfile, dollars_in_ident))
499 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, pedantic)
500 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, warn_traditional)
H A Dmacro.c200 if (CPP_OPTION (pfile, traditional))
268 if (CPP_OPTION (pfile, directives_only) && pfile->state.in_directive)
480 if (CPP_OPTION (pfile, lang) != CLK_ASM)
695 && !CPP_OPTION (pfile, std))))
1190 if (CPP_OPTION (pfile, traditional))
1263 if (CPP_OPTION (pfile, traditional))
1337 && ! CPP_OPTION (pfile, discard_comments_in_macro_exp))
1379 if (! CPP_OPTION (pfile, c99)
1380 && CPP_OPTION (pfile, pedantic)
1381 && CPP_OPTION (pfil
[all...]
H A Ddirectives.c277 else if (CPP_OPTION (pfile, traditional))
297 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments);
386 if (CPP_OPTION (pfile, pedantic))
402 else if (dname->type == CPP_NUMBER && CPP_OPTION (pfile, lang) != CLK_ASM)
405 if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, preprocessed)
431 if (CPP_OPTION (pfile, preprocessed)
432 && !CPP_OPTION (pfile, directives_only)
446 if (! CPP_OPTION (pfile, preprocessed))
460 if (CPP_OPTION (pfile, lang) == CLK_ASM)
468 if (CPP_OPTION (pfil
[all...]
H A Dpch.c442 if (CPP_OPTION (r, preprocessed))
465 if (CPP_OPTION (r, warn_invalid_pch))
477 if (CPP_OPTION (r, warn_invalid_pch))
518 if (CPP_OPTION (r, warn_invalid_pch))
686 if (deps_restore (r->deps, f, CPP_OPTION (r, restore_pch_deps) ? name : NULL)
H A Dfiles.c317 if (CPP_OPTION (pfile, remap) && (path = remap_filename (pfile, file)))
624 file->buffer = _cpp_convert_input (pfile, CPP_OPTION (pfile, input_charset),
782 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
784 if (!file->main_file || !CPP_OPTION (pfile, deps.ignore_main_file))
794 CPP_OPTION (pfile, preprocessed)
795 && !CPP_OPTION (pfile, directives_only));
910 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp);
913 if (print_dep && CPP_OPTION (pfile, deps.missing_files) && errno == ENOENT)
919 if (CPP_OPTION (pfile, deps.style) && ! print_dep)
1432 if (CPP_OPTION (pfil
[all...]
H A Dtraditional.c171 if (CPP_OPTION (pfile, discard_comments_in_macro_exp))
179 else if (CPP_OPTION (pfile, discard_comments))
617 && CPP_OPTION (pfile, lang) != CLK_ASM)
624 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM)
1010 CPP_OPTION (pfile, discard_comments_in_macro_exp));
/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c226 if (!CPP_OPTION (pfile, discard_comments))
318 if (!CPP_OPTION (pfile, traditional))

Completed in 94 milliseconds