Searched refs:pragmas (Results 1 – 25 of 41) sorted by relevance
12
| /freebsd-11-stable/contrib/gcc/config/ |
| HD | t-sol2 | 1 # Solaris-specific format checking and pragmas
|
| /freebsd-11-stable/cddl/usr.sbin/dwatch/examples/ |
| HD | profile_template | 15 # Optional: You can override the default pragmas (shown below)
|
| /freebsd-11-stable/sys/conf/ |
| HD | kern.pre.mk | 136 …pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses …
|
| HD | kern.mk | 10 -Wno-unknown-pragmas \
|
| /freebsd-11-stable/contrib/gcclibs/libcpp/ |
| HD | directives.c | 1066 struct pragma_entry **chain = &pfile->pragmas; in register_pragma_1() 1245 int ct = count_registered_pragmas (pfile->pragmas); in _cpp_save_pragma_names() 1247 (void) save_registered_pragmas (pfile->pragmas, result); in _cpp_save_pragma_names() 1274 (void) restore_registered_pragmas (pfile, pfile->pragmas, saved); in _cpp_restore_pragma_names() 1299 p = lookup_pragma_entry (pfile->pragmas, token->val.node); in do_pragma()
|
| HD | internal.h | 424 struct pragma_entry *pragmas; member
|
| HD | ChangeLog | 124 pragmas, don't slurp the line into a string. 125 (destringize_and_run): Save tokens for deferred pragmas. 134 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas. 613 * directives.c (do_pragma): Do not defer pragmas which are unknown.
|
| /freebsd-11-stable/share/mk/ |
| HD | bsd.sys.mk | 169 CWARNFLAGS+= -Wno-unknown-pragmas
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | c.opt | 363 Warn about misuses of pragmas 437 Wunknown-pragmas 439 Warn about unrecognized pragmas
|
| HD | ONEWS | 487 are various other target-specific #pragmas supported by gcc.
|
| HD | ChangeLog-1997 | 249 about unknown pragmas if warn_unknown_pragmas is set. 251 * c-decl.c (c_decode_option): Parse -Wunknown-pragmas command
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | CodeViewRegisters.def | 28 // compiler supported by LLVM has the push_macro and pop_macro pragmas, so use
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DiagnosticGroups.td | 629 def UnknownPragmas : DiagGroup<"unknown-pragmas">; 630 def IgnoredPragmas : DiagGroup<"ignored-pragmas", 635 def Pragmas : DiagGroup<"pragmas", [UnknownPragmas, IgnoredPragmas,
|
| HD | LangOptions.def | 215 LANGOPT(OpenMPCUDAMode , 1, 0, "Generate code for OpenMP pragmas in SIMT/SPMD mode")
|
| HD | TokenKinds.def | 819 // Annotation for all microsoft #pragmas...
|
| HD | DiagnosticParseKinds.td | 1014 // Language specific pragmas
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | implement-c.texi | 619 pragmas accepted by GCC on all targets. @xref{Pragmas, , Pragmas 620 Accepted by GCC}, for details of target-specific pragmas.
|
| HD | cpp.texi | 3296 (commonly known as @dfn{pragmas}) are specified by the 1999 C standard. 3297 A C compiler is free to attach any meaning it likes to other pragmas. 3301 does define a few pragmas of its own. These mostly have effects on the 3304 In GCC version 3, all GNU-defined, supported pragmas have been given a 3306 pragmas defined by C99. For backward compatibility, pragmas which were 3308 @code{GCC} prefix, but that usage is deprecated. Some older pragmas are 3345 This manual documents the pragmas which are meaningful to the 3346 preprocessor itself. Other pragmas are meaningful to the C or C++ 3879 pragmas.
|
| HD | extend.texi | 2627 The ISO C99 standard includes @code{_Pragma}, which now allows pragmas 2629 namespace is now in use for GCC-specific pragmas. However, it has been 9916 @cindex pragmas 9919 GCC supports several types of pragmas, primarily in order to compile 9921 we do not recommend the use of pragmas; @xref{Function Attributes}, 9940 The ARM target defines pragmas for controlling the default addition of 9996 @c Describe c4x pragmas here. 9997 @c Describe h8300 pragmas here. 9998 @c Describe sh pragmas here. 9999 @c Describe v850 pragmas here. [all …]
|
| HD | invoke.texi | 242 -Wunknown-pragmas -Wno-pragmas -Wunreachable-code @gol 2561 @item -Wunknown-pragmas 2562 @opindex Wunknown-pragmas 2563 @cindex warning for unknown pragmas 2564 @cindex unknown pragmas, warning 2565 @cindex pragmas, warning of unknown 2568 for unknown pragmas in system header files. This is not the case if 2571 @item -Wno-pragmas 2572 @opindex Wno-pragmas 2574 Do not warn about misuses of pragmas, such as incorrect parameters, [all …]
|
| HD | cppinternals.texi | 336 pragmas to access the full @code{#pragma} token stream. The stand-alone
|
| HD | tm.texi | 9376 Define this macro if you want to implement any target-specific pragmas. 9380 setup required for the pragmas. 9384 definition of target-specific pragmas for GCC@. 9391 silently ignored, unless the user specifies @option{-Wunknown-pragmas}. 9413 arguments of pragmas registered with 9415 pragmas registered with @code{c_register_pragma}. 9437 pragmas @samp{#pragma pack(<n>)} and @samp{#pragma weak <name> 9469 style pragmas @samp{#pragma pack(push[,@var{n}])} and @samp{#pragma
|
| HD | sourcebuild.texi | 767 pragmas supported.
|
| /freebsd-11-stable/contrib/ncurses/ |
| HD | configure.in | 1274 CF_GCC_WARNINGS(Wno-unknown-pragmas Wswitch-enum)
|
| /freebsd-11-stable/contrib/gcclibs/libmudflap/ |
| HD | ChangeLog | 384 * mf-runtime.h.in: Add redefine_extname pragmas for them all.
|
12