OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wall
(Results
1 - 25
of
1817
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
pragma_diagnostic_output.c
2
// CHECK: #pragma GCC diagnostic warning "-
Wall
"
3
#pragma GCC diagnostic warning "-
Wall
"
4
// CHECK: #pragma GCC diagnostic ignored "-
Wall
"
5
#pragma GCC diagnostic ignored "-
Wall
"
6
// CHECK: #pragma GCC diagnostic error "-
Wall
"
7
#pragma GCC diagnostic error "-
Wall
"
8
// CHECK: #pragma GCC diagnostic fatal "-
Wall
"
9
#pragma GCC diagnostic fatal "-
Wall
"
15
// CHECK: #pragma clang diagnostic warning "-
Wall
"
16
#pragma clang diagnostic warning "-
Wall
"
[
all
...]
_Pragma.c
1
// RUN: %clang_cc1 %s -verify -
Wall
/external/clang/test/Frontend/
unknown-pragmas.c
1
// RUN: %clang_cc1 -Eonly -
Wall
-verify %s
2
// RUN: %clang_cc1 -E -dM -
Wall
-verify %s
rewrite-includes-warnings.c
1
// RUN: %clang_cc1 -verify -
Wall
-Wextra -E -frewrite-includes %s
/external/valgrind/main/VEX/switchback/
Makefile
3
gcc -m64 -
Wall
-O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a
4
# gcc -
Wall
-O -g -o switchback switchback.c linker.c ../libvex.a
7
gcc -
Wall
-m64 -mregnames -O -c test_ppc_jm1.c
/external/dnsmasq/contrib/wrt/
Makefile
1
CFLAGS?= -O2 -
Wall
-W
/frameworks/wilhelm/tools/permute/
Makefile
2
gcc -o $@ -
Wall
permute.c -lsndfile
/external/clang/test/CodeGen/
2007-10-30-Volatile.c
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null -
Wall
-Werror
/external/clang/test/Parser/
knr_parameter_attributes.c
1
// RUN: %clang_cc1 -fsyntax-only -W -
Wall
-Werror -verify %s
/external/clang/test/SemaCXX/
2008-01-11-BadWarning.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -
Wall
%s
warn-static-function-inheader.cpp
2
// RUN: %clang_cc1 -fsyntax-only -verify -
Wall
%s
/ndk/tests/build/pthread-rwlock-initializer/jni/
Android.mk
5
LOCAL_CFLAGS := -
Wall
-Werror
/ndk/tests/build/stlport-static-assert/jni/
Android.mk
6
LOCAL_CFLAGS += -
Wall
-Werror
/system/core/sdcard/
Android.mk
7
LOCAL_CFLAGS := -
Wall
-Wno-unused-parameter
/system/core/libmemtrack/
Android.mk
10
LOCAL_CFLAGS := -
Wall
-Werror
18
LOCAL_CFLAGS := -
Wall
-Werror
/bootable/diskinstaller/editdisklbl/
Android.mk
10
LOCAL_CFLAGS := -O2 -g -W -
Wall
-Werror
/bootable/recovery/minzip/
Android.mk
19
LOCAL_CFLAGS += -
Wall
/external/clang/test/FixIt/
fixit-objc-message.m
3
// RUN: not %clang_cc1 -pedantic -
Wall
-fixit -x objective-c %t
4
// RUN: %clang_cc1 -fsyntax-only -pedantic -
Wall
-Werror -x objective-c %t
8
// RUN: not %clang_cc1 -pedantic -
Wall
-fixit -x objective-c++ %t
9
// RUN: %clang_cc1 -fsyntax-only -pedantic -
Wall
-Werror -x objective-c++ %t
/external/genext2fs/
Android.mk
11
LOCAL_CFLAGS := -O2 -g -
Wall
-DHAVE_CONFIG_H
/external/iputils/Modules/
Makefile
5
CCOPT=-O2 -Wstrict-prototypes -
Wall
-Werror -fno-strict-aliasing -fno-common
/external/oprofile/agents/jvmpi/
Makefile.am
3
libjvmpi_oprofile_la_CXXFLAGS = -W -
Wall
-fPIC
/external/valgrind/main/memcheck/tests/ppc32/
Makefile.am
12
power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -
Wall
-Wshadow -g \
/external/valgrind/main/memcheck/tests/ppc64/
Makefile.am
12
power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -
Wall
-Wshadow -g \
/hardware/ti/omap3/dspbridge/dspexec/
Android.mk
16
LOCAL_CFLAGS += -
Wall
-g -O2 -finline-functions -DOMAP_3430
/hardware/ti/wpan/ti_st/uim-sysfs/
Android.mk
14
LOCAL_CFLAGS:= -g -c -W -
Wall
-O2 -D_POSIX_SOURCE
Completed in 999 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>