OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warns
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
mode.h
58
struct
warns
{
struct
66
extern struct
warns
warns
;
main.c
79
struct
warns
warns
= {
variable in typeref:struct:warns
721
warns
.nestcomment = true;
722
warns
.undef = true;
723
warns
.unused = true;
730
warns
.nestcomment = false;
731
warns
.undef = false;
732
warns
.unused = false;
739
warns
.nestcomment = false;
740
warns
.endiflabels = false
[
all
...]
directive.c
688
if (
warns
.nestcomment) {
eval.c
638
if (
warns
.undef) {
/src/libexec/httpd/lua/
Makefile
11
WARNS
=4
22
.sinclude <bsd.
warns
.mk>
/src/crypto/external/bsd/netpgp/dist/bindings/lua/
Makefile
11
WARNS
=4
22
.sinclude <bsd.
warns
.mk>
/src/external/gpl3/binutils/dist/bfd/
makefile.vms
51
/
warns
=(infor=(missingreturn,badansialias))$(OPT)
/src/external/gpl3/binutils/dist/binutils/
makefile.vms
30
/
warns
=(info=(ptrmismatch,shiftcount))
/src/external/gpl3/binutils.old/dist/bfd/
makefile.vms
51
/
warns
=(infor=(missingreturn,badansialias))$(OPT)
/src/external/gpl3/binutils.old/dist/binutils/
makefile.vms
30
/
warns
=(info=(ptrmismatch,shiftcount))
/src/external/gpl3/gdb/dist/bfd/
makefile.vms
51
/
warns
=(infor=(missingreturn,badansialias))$(OPT)
/src/external/gpl3/gdb.old/dist/bfd/
makefile.vms
51
/
warns
=(infor=(missingreturn,badansialias))$(OPT)
/src/share/mk/
bsd.sys.mk
73
.if defined(
WARNS
)
75
.if ${
WARNS
} > 0
109
.if ${
WARNS
} > 1
112
.if ${
WARNS
} > 2
118
# XXX: Won't warn about anything. -Wabi
warns
about differences from
127
.if ${
WARNS
} > 3 && (defined(HAVE_GCC) || defined(HAVE_LLVM))
128
.if ${
WARNS
} > 4
131
.if ${
WARNS
} > 5
137
.if ${
WARNS
} > 3 && defined(HAVE_LLVM)
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
7614
int errs = errorcount,
warns
= warningcount + werrorcount;
local
7619
if (errorcount > errs || warningcount + werrorcount >
warns
)
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
7505
int errs = errorcount,
warns
= warningcount + werrorcount;
local
7510
if (errorcount > errs || warningcount + werrorcount >
warns
)
Completed in 208 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026