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

  /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 21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
  /external/v8/tools/gcmole/
Makefile 38 -pedantic -Wno-long-long -Wall \
  /external/freetype/src/truetype/
ttobjs.h 395 FT_Bool pedantic );
399 FT_Bool pedantic );
403 FT_Bool pedantic );
ttobjs.c 714 /* pedantic :: Set if bytecode execution should be pedantic. */
721 FT_Bool pedantic )
749 exec->pedantic_hinting = pedantic;
808 /* pedantic :: Set if bytecode execution should be pedantic. */
815 FT_Bool pedantic )
838 exec->pedantic_hinting = pedantic;
919 FT_Bool pedantic )
992 error = tt_size_run_fpgm( size, pedantic );
    [all...]
ttgload.c 1836 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
    [all...]
  /external/clang/
clang-host-build.mk 2 -pedantic \
  /external/dhcpcd/mk/
cc.mk 13 _CCFLAGS= -pedantic -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
  /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...]
parserInternals.c     [all...]
HTMLparser.c     [all...]
catalog.c 928 ctxt->pedantic = 0;
    [all...]
parser.c     [all...]
  /external/libxml2/include/libxml/
parser.h 255 int pedantic; /* signal pedantic warnings */ member in struct:_xmlParserCtxt
    [all...]
  /gdk/build/core/
init.mk 271 # C++ compiler is a tad bit more pedantic with certain
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h 3279 #define pedantic macro
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h 3291 #define pedantic macro
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h 3279 #define pedantic macro
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h 3291 #define pedantic macro
    [all...]

Completed in 3309 milliseconds