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

1 2 3

  /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/tools/android/heap_profiler/
heap_dump.c 58 bool pedantic, // Enable pedantic consistency checks on memory counters.
161 if (pedantic && dbg_counted_allocs != stats.num_allocs) {
168 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) {
212 if (pedantic && dbg_counted_total_alloc_bytes != stats.total_alloc_bytes) {
296 bool pedantic = true; local
305 pedantic = false;
315 " -n: Skip pedantic checks on dump consistency.\n"
341 ret = dump_process_heap(mem_fd, fmaps, dump_also_allocs, pedantic, comment);
  /external/chromium_org/v8/tools/gcmole/
Makefile 38 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter \
  /external/lldb/
lldb-build.mk 46 LOCAL_CFLAGS := $(subst -pedantic,,$(LOCAL_CFLAGS))
47 LOCAL_CPPFLAGS := $(subst -pedantic,,$(LOCAL_CPPFLAGS))
  /external/zopfli/
Makefile 4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
  /external/chromium_org/third_party/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/freetype/src/truetype/
ttobjs.h 400 FT_Bool pedantic );
404 FT_Bool pedantic );
408 FT_Bool pedantic );
ttobjs.c 740 /* pedantic :: Set if bytecode execution should be pedantic. */
747 FT_Bool pedantic )
775 exec->pedantic_hinting = pedantic;
836 /* pedantic :: Set if bytecode execution should be pedantic. */
843 FT_Bool pedantic )
866 exec->pedantic_hinting = pedantic;
965 FT_Bool pedantic )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.h 398 FT_Bool pedantic );
402 FT_Bool pedantic );
406 FT_Bool pedantic );
ttobjs.c 745 /* pedantic :: Set if bytecode execution should be pedantic. */
752 FT_Bool pedantic )
780 exec->pedantic_hinting = pedantic;
839 /* pedantic :: Set if bytecode execution should be pedantic. */
846 FT_Bool pedantic )
869 exec->pedantic_hinting = pedantic;
970 FT_Bool pedantic )
    [all...]
  /external/clang/
clang-host-build.mk 2 -pedantic \
  /external/chromium_org/native_client_sdk/src/getting_started/part1/
Makefile 19 WARNINGS := -Wno-long-long -Wall -Wswitch-enum -pedantic -Werror
  /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/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 9 XA_CFLAGS = -Wall -pedantic
  /external/chromium_org/third_party/yasm/
genperf_libs.host.darwin-x86.mk 45 -pedantic \
126 -pedantic \
genperf_libs.host.darwin-x86_64.mk 45 -pedantic \
126 -pedantic \
genperf_libs.host.linux-x86.mk 45 -pedantic \
126 -pedantic \
genperf_libs.host.linux-x86_64.mk 45 -pedantic \
126 -pedantic \
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 9 XA_CFLAGS = -Wall -pedantic

Completed in 429 milliseconds

1 2 3