Home
last modified time | relevance | path

Searched refs:pragmas (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/
HDt-sol21 # Solaris-specific format checking and pragmas
/freebsd-11-stable/cddl/usr.sbin/dwatch/examples/
HDprofile_template15 # Optional: You can override the default pragmas (shown below)
/freebsd-11-stable/sys/conf/
HDkern.pre.mk136pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses …
HDkern.mk10 -Wno-unknown-pragmas \
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDdirectives.c1066 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()
HDinternal.h424 struct pragma_entry *pragmas; member
HDChangeLog124 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/
HDbsd.sys.mk169 CWARNFLAGS+= -Wno-unknown-pragmas
/freebsd-11-stable/contrib/gcc/
HDc.opt363 Warn about misuses of pragmas
437 Wunknown-pragmas
439 Warn about unrecognized pragmas
HDONEWS487 are various other target-specific #pragmas supported by gcc.
HDChangeLog-1997249 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/
HDCodeViewRegisters.def28 // compiler supported by LLVM has the push_macro and pop_macro pragmas, so use
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticGroups.td629 def UnknownPragmas : DiagGroup<"unknown-pragmas">;
630 def IgnoredPragmas : DiagGroup<"ignored-pragmas",
635 def Pragmas : DiagGroup<"pragmas", [UnknownPragmas, IgnoredPragmas,
HDLangOptions.def215 LANGOPT(OpenMPCUDAMode , 1, 0, "Generate code for OpenMP pragmas in SIMT/SPMD mode")
HDTokenKinds.def819 // Annotation for all microsoft #pragmas...
HDDiagnosticParseKinds.td1014 // Language specific pragmas
/freebsd-11-stable/contrib/gcc/doc/
HDimplement-c.texi619 pragmas accepted by GCC on all targets. @xref{Pragmas, , Pragmas
620 Accepted by GCC}, for details of target-specific pragmas.
HDcpp.texi3296 (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.
HDextend.texi2627 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 …]
HDinvoke.texi242 -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 …]
HDcppinternals.texi336 pragmas to access the full @code{#pragma} token stream. The stand-alone
HDtm.texi9376 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
HDsourcebuild.texi767 pragmas supported.
/freebsd-11-stable/contrib/ncurses/
HDconfigure.in1274 CF_GCC_WARNINGS(Wno-unknown-pragmas Wswitch-enum)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
HDChangeLog384 * mf-runtime.h.in: Add redefine_extname pragmas for them all.

12