| /freebsd-12.1/sbin/veriexec/ |
| H A D | Makefile | 18 XCFLAGS.manifest_lexer+= -Wno-missing-variable-declarations \ 20 XCFLAGS.manifest_parser+= -Wno-missing-variable-declarations
|
| /freebsd-12.1/usr.bin/indent/tests/ |
| H A D | Makefile | 9 ${PACKAGE}FILES+= declarations.0 10 ${PACKAGE}FILES+= declarations.0.stdout
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 19 def Named : Decl<"named declarations", 1>; 38 def Value : DDecl<Named, "value declarations", 1>; 82 : DDecl<ObjCContainer, "Objective-C implementation declarations", 1>;
|
| /freebsd-12.1/contrib/bmake/mk/ |
| H A D | warnings.mk | 42 -Wmissing-declarations \ 127 missing-declarations \
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | Makefile | 33 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \ 83 CFLAGS.ashldi3.c= -Wno-missing-prototypes -Wno-missing-declarations
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | INSTALL.txt | 61 cpack.h - declarations of functions to extract packed data 71 gmpls.h - GMPLS declarations 92 netdissect.h - definitions and declarations for tcpdump-as-library 103 pcap-missing.h - declarations of functions possibly missing from libpcap
|
| H A D | netdissect-stdinc.h | 386 # define USES_APPLE_DEPRECATED_API DIAG_OFF(deprecated-declarations) 387 # define USES_APPLE_RST DIAG_ON(deprecated-declarations)
|
| /freebsd-12.1/contrib/blacklist/port/ |
| H A D | configure.ac | 66 -Wmissing-declarations -Wredundant-decls -Wnested-externs \ 73 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
|
| /freebsd-12.1/contrib/byacc/test/yacc/ |
| H A D | err_syntax25.error | 1 YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
|
| /freebsd-12.1/contrib/byacc/test/btyacc/ |
| H A D | err_syntax25.error | 1 YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | configure.host | 22 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only 24 # Without those declarations, real_ftell et.al.
|
| /freebsd-12.1/usr.sbin/trpt/ |
| H A D | Makefile | 24 CFLAGS+= -Wno-missing-variable-declarations
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | .buckconfig | 5 cxxflags = -std=c++11 -Wno-deprecated-declarations
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | input.cc | 273 const char *declarations; in read_input() local 332 declarations = input; in read_input() 356 declarations = NULL; in read_input() 392 for (const char *line = declarations; line < declarations_end; ) in read_input()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.hackers | 12 We'd like to see *all* system function declarations live in include/l_stdlib.h
|
| /freebsd-12.1/contrib/libxo/ |
| H A D | warnings.mk | 31 -Wmissing-declarations \
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | t-iris | 1 # Find all of the declarations from the header files
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | t-sco5 | 14 # See all the declarations.
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | t-svr4 | 10 # See all the declarations.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | NEWS | 98 * Support for guiding declarations has been removed. 164 * -fstrict-prototype now also suppresses implicit declarations. 255 + Guiding declarations are no longer supported. Function declarations, 256 including friend declarations, do not refer to template instantiations. 305 and guiding declarations properly. In this release the old code can 371 * __attribute__ can now be attached to types as well as declarations.
|
| /freebsd-12.1/sbin/devd/ |
| H A D | Makefile | 41 CFLAGS.clang += -Wno-missing-variable-declarations
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 191 Make implicit function declarations an error 233 Warn about implicit function declarations 261 Warn about suspicious declarations of \"main\" 267 Wmissing-declarations 269 Warn about global functions without previous declarations 301 Warn about \"extern\" declarations not at file scope 371 Warn about multiple declarations of the same object 403 Warn about unprototyped function declarations 804 Dump declarations to a .decl file
|
| /freebsd-12.1/crypto/openssh/regress/unittests/ |
| H A D | Makefile.inc | 20 CDIAGFLAGS+= -Wmissing-declarations
|
| /freebsd-12.1/contrib/file/ |
| H A D | configure.ac | 141 -Wmissing-declarations -Wredundant-decls -Wnested-externs \ 148 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README.cppclean | 17 * Unnecessary forward class declarations 18 * Unnecessary function declarations
|