Home
last modified time | relevance | path

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

12345678

/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/clang/test/Modules/
DWerror.m54 // -pedantic, -Werror is not compatible with -Wall -Werror
57 // RUN: -Werror -pedantic
61 // -pedantic-errors is less strict that -pedantic, -Werror
64 // RUN: -pedantic-errors
70 // RUN: -pedantic-errors -Wsystem-headers
/external/clang/test/SemaOpenCL/
Dextensions.cl1 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only
2 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=CL1.1
5 // RUN: %clang_cc1 %s -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only…
Dext_vectors.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=CL1.1
2 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=CL2.0
Dshifts.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
3 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Dbool-vectors.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dhuge_val.m43 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
9 CXXFLAGS=-pedantic
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.h381 FT_Bool pedantic );
385 FT_Bool pedantic );
389 FT_Bool pedantic );
Dttobjs.c796 FT_Bool pedantic ) in tt_size_run_fpgm() argument
819 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
883 FT_Bool pedantic ) in tt_size_run_prep() argument
901 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
995 FT_Bool pedantic ) in tt_size_init_bytecode() argument
1081 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1093 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1099 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1131 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
/external/freetype/src/truetype/
Dttobjs.h379 FT_Bool pedantic );
383 FT_Bool pedantic );
387 FT_Bool pedantic );
Dttobjs.c769 FT_Bool pedantic ) in tt_size_run_fpgm() argument
792 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
861 FT_Bool pedantic ) in tt_size_run_prep() argument
879 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
977 FT_Bool pedantic ) in tt_size_init_bytecode() argument
1070 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1083 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1089 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1123 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
/external/clang/test/Parser/
Dopencl-cl20.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
2 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DCL20
Dopencl-kernel.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Dopencl-keywords.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
/external/zopfli/
DMakefile4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
/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/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.
/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/compiler-rt/lib/sanitizer_common/
DCMakeLists.txt142 # With -pedantic, our .S files raise warnings about empty macro arguments
145 # that warning or to disable -pedantic. There is also no simple way to
146 # remove -pedantic from just this file (we'd have to remove from
/external/clang/test/SemaObjCXX/
Dexpr-objcxx.mm1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMakefile20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))

12345678