Home
last modified time | relevance | path

Searched +full:- +full:wno +full:- +full:implicit +full:- +full:function +full:- +full:declaration (Results 1 – 25 of 65) sorted by relevance

123

/external/ltp/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
33 "-include bionic-compat.h",
35 "-Wall",
36 "-Werror",
38 "-Wno-error=absolute-value",
39 "-Wno-error=undefined-internal",
40 "-Wno-error=uninitialized",
41 "-Wno-error=user-defined-warnings",
43 "-Wno-constant-conversion",
44 "-Wno-deprecated",
[all …]
/external/libcups/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
27 "cups/dest-job.c",
28 "cups/dest-localization.c",
29 "cups/dest-options.c",
39 "cups/http-addr.c",
40 "cups/http-addrlist.c",
41 "cups/http-support.c",
43 "cups/ipp-support.c",
51 "cups/ppd-attr.c",
52 "cups/ppd-cache.c",
[all …]
/external/iproute2/ip/
DAndroid.bp60 "static-syms.c",
74 "-Wno-implicit-function-declaration",
75 "-Wno-int-conversion",
76 "-Wno-missing-field-initializers",
77 "-D_GNU_SOURCE",
78 "-DNETNS_RUN_DIR=\"" + NETNS_RUN_DIR + "\"",
82 "-Wl,-export-dynamic",
83 "-Wl,--no-gc-sections",
/external/libevent/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
31 "-D_BSD_SOURCE",
32 "-O3",
33 "-Wno-implicit-function-declaration",
34 "-Wno-strict-aliasing",
35 "-Wno-unused-parameter",
36 "-Werror",
/external/blktrace/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
22 "-O2",
23 "-g",
24 "-W",
25 "-Wall",
26 "-D_GNU_SOURCE",
27 "-D_LARGEFILE_SOURCE",
28 "-D_FILE_OFFSET_BITS=64",
29 "-Wno-implicit-function-declaration",
30 "-Wno-pointer-arith",
[all …]
/external/mdnsresponder/
DAndroid.bp10 "-O2",
11 "-g",
12 "-fno-strict-aliasing",
13 "-fwrapv",
14 "-D_GNU_SOURCE",
15 "-DHAVE_IPV6",
16 "-DNOT_HAVE_SA_LEN",
17 "-DPLATFORM_NO_RLIMIT",
18 "-DMDNS_DEBUGMSGS=0",
19 "-DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\"",
[all …]
/external/cn-cbor/
DSimple-Makefile2 #CFLAGS = -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/…
3-Os -Wall -Wextra -Wno-unknown-pragmas -Werror-implicit-function-declaration -Werror -Wno-unused-p…
9 -diff new.out test/expected.out
11 cntest: src/cbor.h include/cn-cbor/cn-cbor.h src/cn-cbor.c src/cn-error.c src/cn-get.c test/test.c
12 clang $(CFLAGS) src/cn-cbor.c src/cn-error.c src/cn-get.c test/test.c -o cntest
14 size: cn-cbor.o
15 size cn-cbor.o
16 size -m cn-cbor.o
18 cn-cbor.o: src/cn-cbor.c include/cn-cbor/cn-cbor.h src/cbor.h
19 clang $(CFLAGS) -c src/cn-cbor.c
[all …]
/external/scrypt/
Dsources.bp1 // Auto-generated - DO NOT EDIT!
3 // ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
13 // http://www.apache.org/licenses/LICENSE-2.0
26 "-DHAVE_CONFIG_H",
27 "-DUSE_OPENSSL_PBKDF2",
28 "-Wall",
29 "-Werror",
30 "-Wno-implicit-function-declaration",
31 "-Wno-unused-variable",
43 "lib/crypto/crypto_scrypt-ref.c",
[all …]
/external/iptables/iptables/
DMakefile.am1 # -*- Makefile -*-
4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr…
5 AM_YFLAGS = -d
9 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c
13 xtables_multi_CFLAGS += -DALL_INCLUSIVE
16 xtables_multi_SOURCES += iptables-save.c iptables-restore.c \
17 iptables-standalone.c iptables.c
18 xtables_multi_CFLAGS += -DENABLE_IPV4
22 xtables_multi_SOURCES += ip6tables-save.c ip6tables-restore.c \
23 ip6tables-standalone.c ip6tables.c
[all …]
/external/clang/test/FixIt/
Dfixit.cpp1 // RUN: %clang_cc1 -pedantic -Wall -Wno-comment -verify -fcxx-exceptions -x c++ %s
2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | Fil…
4 // RUN: not %clang_cc1 -pedantic -Wall -Wno-comment -fcxx-exceptions -fixit -x c++ %t
5 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -Wno-comment -fcxx-exceptions -x c++ %t
9 warnings will be fixed by -fixit, and the resulting file should
10 compile cleanly with -Werror -pedantic. */
16 struct C2 : virtual public virtual C1 { }; // expected-error{{duplicate}}
18 virtual void C1::f() { } // expected-error{{'virtual' can only be specified inside the class defini… in f()
20 static void C1::g() { } // expected-error{{'static' can only be specified inside the class definiti… in g()
22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use …
[all …]
/external/grpc-grpc/
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384
83 VALID_CONFIG_asan-trace-cmp = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1
85 CC_asan-trace-cmp = clang
86 CXX_asan-trace-cmp = clang++
87 LD_asan-trace-cmp = clang++
88 LDXX_asan-trace-cmp = clang++
89-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=…
[all …]
/external/toybox/
Dconfigure15 [ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS"
19 [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaratio…
20 # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned.
21 CFLAGS="$CFLAGS -funsigned-char"
22 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
27 [ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections"
28 LDASNEEDED="-Wl,--as-needed"
34 [ -z "$CC" ] && CC=cc
35 [ -z "$STRIP" ] && STRIP=strip
38 # ala HOSTCC="blah-cc --static"
[all …]
/external/libusb-compat/libusb-compat.xcodeproj/
Dproject.pbxproj38 …busb.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libu…
39 …B518D /* libusb-compat.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dyl…
57 08FB7794FE84155DC02AAC07 /* libusb-compat */ = {
66 name = "libusb-compat";
83 D2AAC0630554660B00DB518D /* libusb-compat.dylib */,
112 D2AAC0620554660B00DB518D /* libusb-compat */ = {
114 …List = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "libusb-compat" */;
125 name = "libusb-compat";
126 productName = "libusb-compat";
127 productReference = D2AAC0630554660B00DB518D /* libusb-compat.dylib */;
[all …]
/external/libusb-compat/
Dconfigure.ac1 AC_INIT([libusb-compat], [0.1.3])
21 # The libusb-0.1 version we pretend to be
25 PKG_CHECK_MODULES([LIBUSB_1_0], libusb-1.0 >= 0.9.1)
30 AC_ARG_ENABLE([log], [AS_HELP_STRING([--disable-log], [disable all logging])],
37 AC_ARG_ENABLE([debug-log], [AS_HELP_STRING([--enable-debug-log],
46 AC_ARG_ENABLE([examples-build], [AS_HELP_STRING([--enable-examples-build],
54 CFLAGS="$CFLAGS -fgnu89-inline"
55 AC_COMPILE_IFELSE(AC_LANG_PROGRAM([]), inline_cflags="-fgnu89-inline", inline_cflags="")
59 AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-fu…
62 AC_CONFIG_FILES([libusb.pc] [libusb-config] [Makefile] [libusb/Makefile] [examples/Makefile])
[all …]
/external/deqp/external/zlib/
DCMakeLists.txt59 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-implicit-function-declaration")
64 add_definitions(-D_XOPEN_SOURCE=600)
/external/clang/test/Sema/
Dbuiltins.c1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -Wstrlcpy-strlcat-size -Wno-string-plus-int -
5 return __builtin_isless(a, b); // expected-note {{declared here}} in test1()
8 return __builtin_islessequal(a, b); // expected-error {{floating point type}} in test2()
15 return __builtin_islessequal(a, b); // expected-error {{floating point type}} in test4()
19 return __builtin_isless(a, b, b); // expected-error {{too many arguments}} in test5()
22 return __builtin_islessequal(a); // expected-error {{too few arguments}} in test6()
29 X = CFSTR("\242"); // expected-warning {{input conversion stopped}} in test7()
30 X = CFSTR("\0"); // no-warning in test7()
31 …X = CFSTR(242); // expected-error {{CFString literal is not a string constant}} expected-warning {… in test7()
32 X = CFSTR("foo", "bar"); // expected-error {{too many arguments to function call}} in test7()
[all …]
/external/autotest/client/deps/iwcap/src/
DMakefile1 -include .config
3 MAKEFLAGS += --no-print-directory
9 MKDIR ?= mkdir -p
12 PKG_CONFIG ?= pkg-config
14 CFLAGS ?= -O2 -g
15 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror
20 NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y)
21 NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y)
24 NLLIBNAME = libnl-1
28 CFLAGS += -DCONFIG_LIBNL20
[all …]
/external/swiftshader/third_party/LLVM/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
373 lib/VMCore/Function.cpp \
400 -DLOG_TAG=\"libLLVM_swiftshader\" \
401 -Wall \
402 -Werror \
403 -Wno-implicit-exception-spec-mismatch \
404 -Wno-implicit-fallthrough \
405 -Wno-overloaded-virtual \
406 -Wno-undefined-var-template \
407 -Wno-unneeded-internal-declaration \
[all …]
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp1 …_cc1 %s -triple i686-pc-win32 -fsyntax-only -Wmicrosoft -Wc++11-extensions -Wno-long-long -verify
2 …: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -Wmicrosoft -Wc++11-extensions -Wno-long-long
9 void foo(); // expected-note {{previous declaration}}
10 void foo() throw(); // expected-warning {{exception specification in declaration does not match pre…
12 void r6() throw(...); // expected-note {{previous declaration}}
13 void r6() throw(int); // expected-warning {{exception specification in declaration does not match p…
26 virtual ~A() throw(); // expected-note {{overridden virtual function is here}}
30 …virtual ~B(); // expected-warning {{exception specification of overriding function is more lax th…
41 struct B // expected-warning {{types declared in an anonymous union are a Microsoft extension}}
46 union C // expected-warning {{types declared in an anonymous union are a Microsoft extension}}
[all …]
Dcxx1y-variable-templates_top_level.cpp1 // RUN: %clang_cc1 -std=c++98 -verify -fsyntax-only -Wno-c++11-extensions -Wno-c++1y-extensions %s
2 // RUN: %clang_cc1 -std=c++11 -verify -fsyntax-only -Wno-c++1y-extensions %s
3 // RUN: %clang_cc1 -std=c++1y -verify -fsyntax-only %s
12 T pi = T(3.1415926535897932385); // expected-note {{template is declared here}}
15 CONST T cpi = T(3.1415926535897932385); // expected-note {{template is declared here}}
19 // expected-error@-2 {{constexpr variable declaration must be a definition}}
33 …int ipi = pi; // expected-error {{cannot refer to variable template 'pi' without a template argume… in no_deduce()
34 …int icpi = cpi; // expected-error {{cannot refer to variable template 'cpi' without a template arg… in no_deduce()
48 CONST float t = const_circular_area(2.0) - 12; in use_circular_area()
63 …int ipi = pi<int>; // expected-error {{expected '(' for function-style cast or type construction}… in foo()
[all …]
/external/openssh/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 -Wall \
5 -Werror \
6 -Wno-error=implicit-function-declaration \
7 -Wno-pointer-sign \
8 -Wno-sign-compare \
9 -Wno-type-limits \
10 -Wno-unused-parameter \
11 -Wno-unused-variable \
12 -Wno-error \
[all …]
/external/clang/test/SemaObjCXX/
Dblocks.mm1 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -Wno-objc-root-class %s
11 …return bar2(objectCreationBlock); // expected-warning{{incompatible pointer types passing 'id<NSOb…
14 void bar3(id(*)()); // expected-note{{candidate function}}
16 return bar3(objectCreationBlock); // expected-error{{no matching}}
19 void bar4(id(^)()); // expected-note{{candidate function}}
21 return bar4(objectCreationBlock); // expected-error{{no matching}}
33 - (void)bar;
42 - (void)bar {
57 template<class _T> class ptr; // expected-note{{template is declared here}}
72 …f.bar(^(ptr<X> _f) { // expected-error{{implicit instantiation of undefined template 'N1::ptr<N1::…
[all …]
/external/clang/test/Analysis/
DCFDateGC.m1-analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -analyzer-constraints…
3 //===----------------------------------------------------------------------===//
4 // The following code is reduced using delta-debugging from
9 // both svelte and portable to non-Mac platforms.
10 //===----------------------------------------------------------------------===//
25 @protocol NSObject - (BOOL)isEqual:(id)object;
26 - (oneway void)release;
27 - (id)retain;
31 //===----------------------------------------------------------------------===//
33 //===----------------------------------------------------------------------===//
[all …]
/external/curl/m4/
Dcurl-compilers.m48 # Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
28 dnl -------------------------------------------------
69 *** mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
77 dnl -------------------------------------------------
89 dnl IBM's almost-compatible clang version
96 fullclangver=`$CC -v 2>&1 | grep version`
97 …clangver | grep "based on LLVM " | "$SED" 's/.*(based on LLVM \(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*)/\1…
98 if test -z "$clangver"; then
103 clangver=`echo $fullclangver | "$SED" 's/.*version \(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*/\1/'`
106 clangvhi=`echo $clangver | cut -d . -f1`
[all …]
/external/iw/
DMakefile1 MAKEFLAGS += --no-print-directory
6 PKG_CONFIG ?= pkg-config
8 MKDIR ?= mkdir -p
12 CFLAGS ?= -O2 -g
13 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror
22 OBJS-$(HWSIM) += hwsim.o
24 OBJS += $(OBJS-y) $(OBJS-Y)
29 NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y)
31 NL31FOUND := $(shell $(PKG_CONFIG) --exact-version=3.1 libnl-3.1 && echo Y)
33 NL3FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.0 && echo Y)
[all …]

123