Home
last modified time | relevance | path

Searched refs:declarations (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd-12.1/sbin/veriexec/
H A DMakefile18 XCFLAGS.manifest_lexer+= -Wno-missing-variable-declarations \
20 XCFLAGS.manifest_parser+= -Wno-missing-variable-declarations
/freebsd-12.1/usr.bin/indent/tests/
H A DMakefile9 ${PACKAGE}FILES+= declarations.0
10 ${PACKAGE}FILES+= declarations.0.stdout
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDeclNodes.td19 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 Dwarnings.mk42 -Wmissing-declarations \
127 missing-declarations \
/freebsd-12.1/stand/i386/boot2/
H A DMakefile33 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
83 CFLAGS.ashldi3.c= -Wno-missing-prototypes -Wno-missing-declarations
/freebsd-12.1/contrib/tcpdump/
H A DINSTALL.txt61 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 Dnetdissect-stdinc.h386 # 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 Dconfigure.ac66 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
73 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
/freebsd-12.1/contrib/byacc/test/yacc/
H A Derr_syntax25.error1 YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Derr_syntax25.error1 YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
/freebsd-12.1/contrib/binutils/bfd/
H A Dconfigure.host22 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 DMakefile24 CFLAGS+= -Wno-missing-variable-declarations
/freebsd-12.1/sys/contrib/zstd/
H A D.buckconfig5 cxxflags = -std=c++11 -Wno-deprecated-declarations
/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc273 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 DREADME.hackers12 We'd like to see *all* system function declarations live in include/l_stdlib.h
/freebsd-12.1/contrib/libxo/
H A Dwarnings.mk31 -Wmissing-declarations \
/freebsd-12.1/contrib/gcc/config/mips/
H A Dt-iris1 # Find all of the declarations from the header files
/freebsd-12.1/contrib/gcc/config/i386/
H A Dt-sco514 # See all the declarations.
/freebsd-12.1/contrib/gcc/config/
H A Dt-svr410 # See all the declarations.
/freebsd-12.1/contrib/gcc/cp/
H A DNEWS98 * 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 DMakefile41 CFLAGS.clang += -Wno-missing-variable-declarations
/freebsd-12.1/contrib/gcc/
H A Dc.opt191 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 DMakefile.inc20 CDIAGFLAGS+= -Wmissing-declarations
/freebsd-12.1/contrib/file/
H A Dconfigure.ac141 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
148 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/
H A DREADME.cppclean17 * Unnecessary forward class declarations
18 * Unnecessary function declarations

12345678910>>...12