Home
last modified time | relevance | path

Searched refs:pedantic (Results 1 – 25 of 172) sorted by relevance

1234567

/external/clang/test/FixIt/
Dfixit-objc-message.m3 // 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
Dfixit-objc-arc.m1 // RUN: %clang_cc1 -pedantic -verify %s
3 // RUN: not %clang_cc1 -pedantic -fobjc-arc -fixit -x objective-c %t
4 // RUN: %clang_cc1 -pedantic -fobjc-arc -Werror -x objective-c %t
Dfixit-objc.m1 // RUN: %clang_cc1 -pedantic -verify %s
3 // RUN: not %clang_cc1 -pedantic -fixit -x objective-c %t
4 // RUN: %clang_cc1 -pedantic -Werror -x objective-c %t
9 compile cleanly with -Werror -pedantic. */
Dfixit-missing-method-return-type.m4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c -Wno…
9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c++ -W…
/external/chromium_org/ppapi/
Dppapi_cpp.gypi51 'cflags': ['-Wextra', '-pedantic'],
55 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
77 'cflags': ['-Wextra', '-pedantic'],
81 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
/external/chromium_org/tools/android/heap_profiler/
Dheap_dump.c58 bool pedantic, // Enable pedantic consistency checks on memory counters. in dump_process_heap() argument
161 if (pedantic && dbg_counted_allocs != stats.num_allocs) { in dump_process_heap()
168 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) { in dump_process_heap()
212 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) { in dump_process_heap()
296 bool pedantic = true; in main() local
305 pedantic = false; in main()
341 ret = dump_process_heap(mem_fd, fmaps, dump_also_allocs, pedantic, comment); in main()
/external/clang/test/Modules/
DWerror.m55 // -pedantic, -Werror is not compatible with -Wall -Werror
58 // RUN: -Werror -pedantic
62 // -pedantic-errors is less strict that -pedantic, -Werror
65 // RUN: -pedantic-errors
71 // RUN: -pedantic-errors -Wsystem-headers
/external/llvm/autoconf/m4/
Dhuge_val.m43 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
9 CXXFLAGS="$CXXFLAGS -pedantic"
/external/icu/icu4c/source/test/testdata/
Dpkgdata.inc7 …a-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointe…
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/icu/icu4c/source/config/
Dpkgdata.inc7 …a-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointe…
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
Dicu.pc14 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-string…
15 #CXXFLAGS = -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAG…
/external/lldb/
Dlldb-build.mk46 LOCAL_CFLAGS := $(subst -pedantic,,$(LOCAL_CFLAGS))
47 LOCAL_CPPFLAGS := $(subst -pedantic,,$(LOCAL_CPPFLAGS))
/external/icu/icu4c/source/data/
Dicupkg.inc7 …_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointe…
9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/chromium_org/third_party/freetype/src/truetype/
Dttobjs.h398 FT_Bool pedantic );
402 FT_Bool pedantic );
406 FT_Bool pedantic );
Dttobjs.c742 FT_Bool pedantic ) in tt_size_run_fpgm() argument
770 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
836 FT_Bool pedantic ) in tt_size_run_prep() argument
859 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
960 FT_Bool pedantic ) in tt_size_init_bytecode() argument
1033 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1045 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1052 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1084 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttobjs.h398 FT_Bool pedantic );
402 FT_Bool pedantic );
406 FT_Bool pedantic );
Dttobjs.c752 FT_Bool pedantic ) in tt_size_run_fpgm() argument
780 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
846 FT_Bool pedantic ) in tt_size_run_prep() argument
869 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
970 FT_Bool pedantic ) in tt_size_init_bytecode() argument
1043 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1059 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1066 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1098 …tt_size_run_prep( size, pedantic );/* It seems prep proc is causing some problem for some font, so… in tt_size_ready_bytecode()
/external/freetype/src/truetype/
Dttobjs.h400 FT_Bool pedantic );
404 FT_Bool pedantic );
408 FT_Bool pedantic );
Dttobjs.c747 FT_Bool pedantic ) in tt_size_run_fpgm() argument
775 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
843 FT_Bool pedantic ) in tt_size_run_prep() argument
866 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
965 FT_Bool pedantic ) in tt_size_init_bytecode() argument
1038 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1050 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1056 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1088 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
/external/zopfli/
DMakefile4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
/external/chromium_org/v8/src/test/
Dtest.gyp55 '-pedantic',
59 '-pedantic',
/external/clang/test/PCH/
Dcxx11-lambdas.mm1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++1y -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++1y -include-pch %t-cxx11 %s | File…
Dcxx1y-lambdas.mm1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++1y -emit-pch %s -o %t-cxx1y
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++1y -include-pch %t-cxx1y %s | File…
/external/llvm/tools/llvm-config/
DBuildVariables.inc.in22 … -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -W…
24 … -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -W…
/external/clang/test/SemaObjC/
Dforeach.m1 /* RUN: %clang_cc1 -Wall -fsyntax-only -verify -std=c89 -pedantic %s
13 * and no diagnostics even in pedantic mode should happen.

1234567