HomeSort by relevance Sort by last modified time
    Searched refs:pedantic (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/CodeGen/
Makefile 17 # Xcode prior to 2.4 generates an error in -pedantic mode with use of HUGE_VAL
18 # in this directory. Disable -pedantic for this broken compiler.
20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
  /external/llvm/lib/Support/
Makefile 18 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Makefile 13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
  /external/mesa3d/src/gallium/drivers/svga/
Makefile 13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
  /external/chromium_org/v8/tools/gcmole/
Makefile 38 -pedantic -Wno-long-long -Wall \
  /external/v8/tools/gcmole/
Makefile 38 -pedantic -Wno-long-long -Wall \
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 394 FT_Bool pedantic );
398 FT_Bool pedantic );
402 FT_Bool pedantic );
ttobjs.c 707 /* pedantic :: Set if bytecode execution should be pedantic. */
714 FT_Bool pedantic )
742 exec->pedantic_hinting = pedantic;
801 /* pedantic :: Set if bytecode execution should be pedantic. */
808 FT_Bool pedantic )
831 exec->pedantic_hinting = pedantic;
912 FT_Bool pedantic )
985 error = tt_size_run_fpgm( size, pedantic );
    [all...]
ttgload.c 1839 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 398 FT_Bool pedantic );
402 FT_Bool pedantic );
406 FT_Bool pedantic );
ttobjs.c 735 /* pedantic :: Set if bytecode execution should be pedantic. */
742 FT_Bool pedantic )
770 exec->pedantic_hinting = pedantic;
829 /* pedantic :: Set if bytecode execution should be pedantic. */
836 FT_Bool pedantic )
859 exec->pedantic_hinting = pedantic;
960 FT_Bool pedantic )
    [all...]
  /external/clang/
clang-host-build.mk 2 -pedantic \
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
nacl.scons 9 env.FilterOut(CFLAGS=['-pedantic'])
10 env.FilterOut(CCFLAGS=['-pedantic'])
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Makefile 6 XA_CFLAGS = -Wall -pedantic
  /external/mesa3d/src/gallium/state_trackers/xa/
Makefile 6 XA_CFLAGS = -Wall -pedantic
  /external/dhcpcd/mk/
cc.mk 13 _CCFLAGS= -pedantic -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
  /external/chromium_org/ppapi/tests/clang/
Makefile 40 -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter\
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 19 env.FilterOut(CFLAGS=['-pedantic'])
20 env.FilterOut(CCFLAGS=['-pedantic'])
  /external/chromium_org/third_party/yasm/
genperf_libs.host.darwin-x86.mk 46 -pedantic \
105 -pedantic \
genperf_libs.host.linux-x86.mk 46 -pedantic \
105 -pedantic \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 9 XA_CFLAGS = -Wall -pedantic
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 9 XA_CFLAGS = -Wall -pedantic
  /external/icu4c/
icudefs.mk 128 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)
130 CXXFLAGS = -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAGS)
  /external/chromium_org/third_party/libxml/src/
SAX2.c 648 if ((ent == NULL) && (ctxt->pedantic))
667 if ((ent == NULL) && (ctxt->pedantic) &&
884 if ((ent == NULL) && (ctxt->pedantic) &&
904 if ((ent == NULL) && (ctxt->pedantic) &&
    [all...]
  /external/libxml2/
SAX2.c 648 if ((ent == NULL) && (ctxt->pedantic))
667 if ((ent == NULL) && (ctxt->pedantic) &&
884 if ((ent == NULL) && (ctxt->pedantic) &&
904 if ((ent == NULL) && (ctxt->pedantic) &&
    [all...]

Completed in 691 milliseconds

1 2