Home
last modified time | relevance | path

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

1234

/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.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/llvm/autoconf/m4/
Dhuge_val.m43 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
9 CXXFLAGS="$CXXFLAGS -pedantic"
/external/llvm/projects/sample/autoconf/m4/
Dhuge_val.m43 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
9 CXXFLAGS="$CXXFLAGS -pedantic"
/external/icu4c/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/freetype/src/truetype/
Dttobjs.h395 FT_Bool pedantic );
399 FT_Bool pedantic );
403 FT_Bool pedantic );
Dttobjs.c721 FT_Bool pedantic ) in tt_size_run_fpgm() argument
749 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
815 FT_Bool pedantic ) in tt_size_run_prep() argument
838 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
919 FT_Bool pedantic ) in tt_size_init_bytecode() argument
992 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()
1004 FT_Bool pedantic ) in tt_size_ready_bytecode() argument
1011 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()
1043 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
/external/clang/test/PCH/
Dcxx11-lambdas.mm1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++11 -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++11 -include-pch %t-cxx11 %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.
Dpedantic-dynamic-test.m1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -Wno-objc-root-class %s
Dcomptypes-6.m1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
/external/clang/test/SemaObjCXX/
Dexpr-objcxx.mm1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
/external/clang/test/Parser/
Dopencl-kernel.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Drecovery.m1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
/external/clang/test/Preprocessor/
Dobjc-pp.m1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding
/external/llvm/lib/CodeGen/
DMakefile20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
/external/llvm/lib/Support/
DMakefile21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
/external/clang/test/SemaOpenCL/
Dcond.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Dvec_compare.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Dinit.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Dextension-fp64.cl1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
/external/clang/test/CodeGenObjC/
D2009-02-05-VolatileProp.m1 // RUN: %clang -fexceptions -S -emit-llvm %s -o /dev/null -pedantic-errors
/external/v8/tools/gcmole/
DMakefile38 -pedantic -Wno-long-long -Wall \
/external/clang/
Dclang-host-build.mk2 -pedantic \

1234