Home
last modified time | relevance | path

Searched +full:missing +full:- +full:prototypes (Results 1 – 25 of 235) sorted by relevance

12345678910

/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake16 "-Wno-c99-extensions"
17 "-Wno-deprecated-declarations"
18 "-Wno-missing-noreturn"
19 "-Wno-missing-prototypes"
20 "-Wno-missing-variable-declarations"
21 "-Wno-null-conversion"
22 "-Wno-shadow"
23 "-Wno-shift-sign-overflow"
24 "-Wno-sign-compare"
25 "-Wno-unused-function"
[all …]
DGENERATED_copts.bzl17 "-Wno-c99-extensions",
18 "-Wno-deprecated-declarations",
19 "-Wno-missing-noreturn",
20 "-Wno-missing-prototypes",
21 "-Wno-missing-variable-declarations",
22 "-Wno-null-conversion",
23 "-Wno-shadow",
24 "-Wno-shift-sign-overflow",
25 "-Wno-sign-compare",
26 "-Wno-unused-function",
[all …]
Dcopts.py20 "-Wno-c99-extensions",
21 "-Wno-deprecated-declarations",
22 "-Wno-missing-noreturn",
23 "-Wno-missing-prototypes",
24 "-Wno-missing-variable-declarations",
25 "-Wno-null-conversion",
26 "-Wno-shadow",
27 "-Wno-shift-sign-overflow",
28 "-Wno-sign-compare",
29 "-Wno-unused-function",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp1 //===-- WebAssemblyAddMissingPrototypes.cpp - Fix prototypeless functions -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Add prototypes to prototypes-less functions.
13 /// declarations to match the call sites. Clang treats prototype-less functions
16 /// prototype-less function, ensure they agree, and then set the signature
19 //===----------------------------------------------------------------------===//
32 #define DEBUG_TYPE "wasm-add-missing-prototypes"
37 return "Add prototypes to prototypes-less functions"; in getPassName()
55 "Add prototypes to prototypes-less functions", false, false)
[all …]
/third_party/cJSON/tests/unity/test/
DMakefile2 ifeq ($(shell uname -s), Darwin)
6 E = -Weverything
7 CFLAGS += $E -Wno-unknown-warning-option -Wno-missing-prototypes
8 CFLAGS += -Wno-unused-macros -Wno-padded -Wno-missing-noreturn
10 CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wconversion -Werror
11 CFLAGS += -Wno-switch-enum -Wno-double-promotion
12 CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
13 -Wstrict-prototypes -Wswitch-default -Wundef
14 #DEBUG = -O0 -g
16 DEFINES = -D UNITY_OUTPUT_CHAR=putcharSpy
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py2 # coding=utf-8
5 # enums2names - Parse and convert enums to translator code
22 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
75 print("enums2names - Parse and convert enums to translator code\n"
87 usage="%(prog)s [options] <infile|->\n"
88 "example: %(prog)s ../../include/pipe/p_defines.h -C tr_util.c -H tr_util.h"
94 help="path to input header file p_defines.h (or '-' for stdin)")
96 optparser.add_argument("-C",
102 optparser.add_argument("-H",
108 optparser.add_argument("-I",
[all …]
/third_party/libcoap/tests/oss-fuzz/
DMakefile.ci.in1 # -*- Mode: Makefile for CI checks -*-
3 # Copyright (C) 2019--2023 Olaf Bergmann <bergmann@tzi.org> and others
5 # SPDX-License-Identifier: BSD-2-Clause
13 libcoap?=libcoap-@LIBCOAP_NAME_SUFFIX@
17 CPPFLAGS=-I$(top_builddir)/include -I$(top_srcdir)/include
18 CFLAGS=$(WARNING_CFLAGS) $(DTLS_CFLAGS) -std=c99
19 CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
30 $(CC) $(CPPFLAGS) $(CFLAGS) -c $^ -o $@
33 …$(LINK.cc) $(CXXFLAGS) $^ $(top_builddir)/.libs/$(libcoap).a $(LDFLAGS) $(LDLIBS) $(DTLS_LIBS) -o …
38 @-$(RM) $(OBJECTS) $(PROGRAMS)
/third_party/selinux/libselinux/utils/
DMakefile7 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
14 EXTRA_CFLAGS = -fipa-pure-const -Wpacked-bitfield-compat -Wsync-nand -Wcoverage-mismatch \
15 -Wcpp -Wformat-contains-nul -Wnormalized=nfc -Wsuggest-attribute=const \
16 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \
17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
21 CFLAGS ?= -O -Wall -W -Wundef -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs \
22 -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith \
23 -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return \
24 -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes \
25 -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute \
[all …]
/third_party/curl/m4/
Dcurl-compilers.m421 # SPDX-License-Identifier: curl
30 dnl -------------------------------------------------
52 mips-sgi-irix*)
71 *** mailing list: https://lists.haxx.selistinfo/curl-library/
79 dnl -------------------------------------------------
91 dnl IBM's almost-compatible clang version
99 fullclangver=`$CC -v 2>&1 | grep version`
105 …clangver | grep "based on LLVM " | "$SED" 's/.*(based on LLVM \(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*)/\1…
106 if test -z "$clangver"; then
107 clangver=`echo $fullclangver | "$SED" 's/.*version \(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*/\1/'`
[all …]
/third_party/selinux/libselinux/src/
DMakefile5 PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])')
8 PKG_CONFIG ?= pkg-config
15 PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX))
16 PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX))
17 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'…
18 PYCEXT ?= $(shell $(PYTHON) -c 'import importlib.machinery;print(importlib.machinery.EXTENSION_SUFF…
19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::C…
20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -L" + RbConfig::CONFIG["…
21 RUBYINSTALL ?= $(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]')
28 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
47 target_link_libraries(${NAME} SPIRV-Tools SPIRV-Tools-opt SPIRV-Tools-fuzz SPIRV-Tools-reduce)
50 -Wno-missing-prototypes
51 -Wno-zero-as-null-pointer-constant
52 -Wno-reserved-id-macro
53 -Wno-sign-conversion
54 -Wno-extra-semi-stmt
55 -Wno-inconsistent-missing-destructor-override
56 -Wno-newline-eof
57 -Wno-old-style-cast
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
17 target_link_libraries(${NAME} libtint-fuzz libtint_regex_fuzzer)
45 set_source_files_properties(fuzzer.cc PROPERTIES COMPILE_FLAGS -Wno-missing-prototypes)
48 # Targets back-ends according to command line arguments.
50 # Targets back-ends individually.
68 -Wno-global-constructors
69 -Wno-weak-vtables
70 -Wno-covered-switch-default)
/third_party/musl/
DWHATSNEW1 0.5.0 - initial release
5 0.5.9 - signal ABI bugfix, various cleanup and fixes:
25 many internal improvements have been made to the syscall-related code
30 0.6.0 - x86_64 port, various important bugs fixed
48 0.7.0 - major improvements to posix conformance and completeness
61 malloc(0) now returns a non-null pointer.
64 hanging), and non-default-type mutex behavior.
67 libgcc with dwarf2 unwind support, and possibly other low-level tools.
69 improved musl-gcc compiler wrapper.
71 implemented many small missing functions here and there, minor header
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
34 target_link_libraries(${NAME} libtint-fuzz)
36 target_compile_options(${NAME} PRIVATE -Wno-missing-prototypes)
/third_party/unity/test/
DMakefile2 ifeq ($(shell uname -s), Darwin)
6 E = -Weverything
7 CFLAGS += $E -Wno-unknown-warning-option -Wno-missing-prototypes
8 CFLAGS += -Wno-unused-macros -Wno-padded -Wno-missing-noreturn
10 CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
11 #CFLAGS += -Wconversion #disabled because if falsely complains about the isinf and isnan macros
12 CFLAGS += -Wno-switch-enum -Wno-double-promotion
13 CFLAGS += -Wno-poison-system-directories
14 CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
15 -Wstrict-prototypes -Wswitch-default -Wundef
[all …]
/third_party/mesa3d/src/asahi/lib/
Dmeson.build74 'tests/test-lod-clamps.cpp',
93 c_args : [no_override_init_args, '-Wno-missing-prototypes'],
/third_party/backends/include/
Dlgetopt.h2 Copyright (C) 1989-1994, 1996-1999, 2001 Free Software Foundation, Inc.
50 each non-option ARGV-element is returned here. */
60 When `getopt' returns -1, this is the index of the first of the
61 non-option elements that the caller should itself scan.
78 /* Describe the long-named options requested by the application.
92 To have a long-named option do something other than set an `int' to
93 a compiled-in constant, such as set a value from `optarg', set the
95 value (the equivalent single-letter option character, if there is
121 /* Get definitions and prototypes for functions to process the
125 Return the option character from OPTS just read. Return -1 when
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
17 target_link_libraries(${NAME} libtint-fuzz libtint_ast_fuzzer)
32 "protobuf::protoc" -I=${CMAKE_CURRENT_SOURCE_DIR}/protobufs
33 --cpp_out=${CMAKE_CURRENT_BINARY_DIR}/protobufs ${PROTOBUF_SOURCES}
65 …properties(${CMAKE_CURRENT_BINARY_DIR}/protobufs/tint_ast_fuzzer.pb.cc PROPERTIES COMPILE_FLAGS -w)
81 set_source_files_properties(fuzzer.cc PROPERTIES COMPILE_FLAGS -Wno-missing-prototypes)
84 # Targets back-ends according to command line arguments.
86 # Targets back-ends individually.
104 -Wno-global-constructors
105 -Wno-weak-vtables
[all …]
/third_party/libdrm/
Dmeson.build1 # Copyright © 2017-2018 Intel Corporation
39 with_freedreno_kgsl = get_option('freedreno-kgsl')
40 with_install_tests = get_option('install-test-programs')
49 symbols_check = find_program('symbols-check.py')
122 summary('Freedreon-kgsl', with_freedreno_kgsl)
150 # clock_gettime might require -rt, or it might not. find out
187 '-Wsign-compare', '-Werror=undef', '-Werror=implicit-function-declaration',
188 '-Wpointer-arith', '-Wwrite-strings', '-Wstrict-prototypes',
189 '-Wmissing-prototypes', '-Wmissing-declarations', '-Wnested-externs',
190 '-Wpacked', '-Wswitch-enum', '-Wmissing-format-attribute',
[all …]
/third_party/toybox/lib/
Dportability.h42 // Types various replacement prototypes need.
44 // have <features.h> will transitively include it, and ones that don't --
45 // macOS -- won't break.
51 #define AT_FDCWD -100
80 // We use most non-posix Linux syscalls directly through the syscall() wrapper,
81 // but even many posix-2008 functions aren't provided by glibc unless you
85 // "Function prototypes shall be provided." but aren't.
214 // Android is missing some headers and functions
247 // Glibc won't give you linux-kernel constants unless you say "no, a BUD lite"
289 return -1; in __android_log_write()
/third_party/ltp/tools/genload/
Dstress.c17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35 /* By default, just print warning for non-critical errors. */
38 /* By default, retry on non-critical errors every 50ms. */
53 /* Implemention of runtime-selectable severity message printing. */
69 if (++i == argc || ((arg = argv[i])[0] == '-' && \
72 err (stderr, "missing argument to option '%s'\n", A); \
76 /* Prototypes for utility functions. */
82 /* Prototypes for the worker functions. */
111 if ((starttime = time(NULL)) == -1) { in main()
123 if (strcmp(arg, "--help") == 0 || strcmp(arg, "-?") == 0) { in main()
[all …]
Dgenload.c17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35 /* By default, just print warning for non-critical errors. */
38 /* By default, retry on non-critical errors every 50ms. */
53 /* Implemention of runtime-selectable severity message printing. */
69 if (++i == argc || ((arg = argv[i])[0] == '-' && \
72 err (stderr, "missing argument to option '%s'\n", A); \
76 /* Prototypes for utility functions. */
82 /* Prototypes for the worker functions. */
111 if ((starttime = time(NULL)) == -1) { in main()
123 if (strcmp(arg, "--help") == 0 || strcmp(arg, "-?") == 0) { in main()
[all …]
/third_party/unity/
DCMakeLists.txt18 REGEX "^#define UNITY_VERSION_(MAJOR|MINOR|BUILD) +[0-9]+$"
29 " +([0-9]+)"
44 # Options to Build With Extras -------------------------------------------------
59 # Main target ------------------------------------------------------------------
63 # Includes ---------------------------------------------------------------------
105 -Wcast-align
106 -Wcast-qual
107 -Wconversion
108 -Wexit-time-destructors
109 -Wglobal-constructors
[all …]
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dctest.h6 * Copyright (C) 1996-2013, International Business Machines
19 /* prototypes *********************************/
65 * When option is nonzero, warn on missing data.
103 #define DECREMENT_OPTION_VALUE -99
184 * @param pattern printf-style format string
194 * @param pattern printf-style format string
203 * @param pattern printf-style format string
204 * @param ap variable-arguments list
213 * @param pattern printf-style format string
220 * Log an error message concerning missing data. (printf style)
[all …]
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h6 * Copyright (C) 1996-2013, International Business Machines
19 /* prototypes *********************************/
65 * When option is nonzero, warn on missing data.
110 #define DECREMENT_OPTION_VALUE -99
191 * @param pattern printf-style format string
201 * @param pattern printf-style format string
210 * @param pattern printf-style format string
211 * @param ap variable-arguments list
220 * @param pattern printf-style format string
227 * Log an error message concerning missing data. (printf style)
[all …]

12345678910