Searched refs:declarations (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/usr.bin/indent/tests/
H A DMakefile9 ${PACKAGE}FILES+= declarations.0
10 ${PACKAGE}FILES+= declarations.0.stdout
/freebsd-11-stable/lib/libdevdctl/
H A DMakefile23 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/libexec/atf/atf-check/
H A DMakefile42 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/lib/atf/libatf-c++/
H A DMakefile52 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk31 -Wmissing-declarations \
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h386 # define USES_APPLE_DEPRECATED_API DIAG_OFF(deprecated-declarations)
387 # define USES_APPLE_RST DIAG_ON(deprecated-declarations)
/freebsd-11-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc20 CDIAGFLAGS+= -Wmissing-declarations
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile33 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
83 CFLAGS.ashldi3.c= -Wno-missing-prototypes -Wno-missing-declarations
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile39 CDIAGFLAGS+= -Wmissing-declarations
/freebsd-11-stable/lib/libthr/
H A DMakefile36 CFLAGS.thr_symbols.c+= -Wno-missing-variable-declarations
/freebsd-11-stable/libexec/atf/atf-sh/
H A DMakefile69 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/lib/libpmc/
H A DMakefile10 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk42 -Wmissing-declarations \
127 missing-declarations \
/freebsd-11-stable/contrib/gperf/src/
H A Dinput.cc273 const char *declarations; local
332 declarations = input;
356 declarations = NULL;
378 /* Parse the declarations section. */
392 for (const char *line = declarations; line < declarations_end; )
768 " declarations are not allowed in the keywords section.\n"
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile36 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
/freebsd-11-stable/share/mk/
H A Datf.test.mk58 CXXWARNFLAGS+= -Wno-deprecated-declarations
H A Dbsd.sys.mk64 CWARNFLAGS.clang+= -Wmissing-variable-declarations
141 -Wno-error=deprecated-declarations \
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk165 # wrapped around declarations. Module makefiles can optionally compile such
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc23 * declarations for one structure is enabled by defining the field activation
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc23 * declarations for one structure is enabled by defining the field activation
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc20 // XXX: The declarations below may use WRITE instead of READWRITE, unless
H A Dsanitizer_interceptors_ioctl_netbsd.inc20 // XXX: The declarations below may use WRITE instead of READWRITE, unless
/freebsd-11-stable/contrib/tzdata/
H A DMakefile268 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh307 # Variable declarations can refer to ``gdbarch'' which will
329 # Variable declarations can refer to ``current_gdbarch'' which
1296 /* Static function declarations */
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp97 // declarations. We create the TU decl early and may not yet know what the
247 // FIXME: Should local extern declarations be treated like friends?
309 // FIXME: We shouldn't be changing the lexical context of declarations
718 // These (C++-only) declarations are found by redeclaration lookup for
1113 // Friend function declarations are dependent if their *lexical*
1262 // Build up a chain of declarations via the Decl::NextInContextAndBits field.
1291 /// Load the declarations within this lexical storage from an
1293 /// \return \c true if any declarations were added.
1302 // Load the external declarations, if any.
1316 // Splice the newly-read declarations int
[all...]

Completed in 155 milliseconds

12