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

  /external/llvm/test/MC/Mips/
set-at-directive-explicit-at.s 3 # RUN: FileCheck -check-prefix=WARNINGS %s < %t1
12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
27 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
31 # WARNINGS-NOT: warning: used $at (currently ${{[0-9]+}}) without ".set noat"
46 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
51 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
  /external/llvm/test/MC/AsmParser/
directive_fill.s 2 # RUN: FileCheck --check-prefix=CHECK-WARNINGS %s < %t.err
4 # RUN: FileCheck --check-prefix=OBJ-WARNINGS %s < %t.err
38 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8
44 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
50 # OBJ-WARNINGS: '.fill' directive with negative repeat count has no effect
54 # CHECK-WARNINGS: '.fill' directive with negative size has no effect
70 # OBJ-WARNINGS: '.fill' directive with negative repeat count has no effect
  /external/libcap/
Make.Rules 58 WARNINGS=-Wall -Wwrite-strings \
69 CFLAGS += -Dlinux $(WARNINGS) $(DEBUG)
  /external/libopus/
Makefile.unix 47 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
48 CFLAGS += -O2 -g $(WARNINGS) -DOPUS_BUILD
Makefile.mips 47 WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
49 CFLAGS += -mips32r2 -mno-mips16 -std=gnu99 -O2 -g $(WARNINGS) -DENABLE_ASSERTIONS -DMIPSr1_ASM -DOPUS_BUILD -mdspr2 -march=74kc -mtune=74kc -mmt -mgp32
  /external/openssh/regress/misc/kexfuzz/
Makefile 25 # enable warnings
26 WARNINGS=Yes
  /external/dtc/
Makefile 19 WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
21 CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
  /external/libvpx/libvpx/
libs.doxy_template 437 # The WARNINGS tag can be used to turn on/off the warning messages that are
441 WARNINGS = YES
443 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
449 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
456 # This WARN_NO_PARAMDOC option can be abled to get warnings for
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 510 WARNINGS, /* switches on warnings */
525 #define STRICT 0x020 /* Fail on warnings as well as errors */
535 * warnings (--relaxes) or nothing worse than information (--strict)
537 #define RESULT_STRICT(r) (((r) & ~((1U<<WARNINGS)-1)) == 0)
596 dp->options = WARNINGS; /* default to !verbose, !quiet */
674 /* Required to quiet GNUC warnings when the compiler sees a stdarg function
705 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 121 WARNINGS, /* switches on warnings */
135 #define STRICT 0x010 /* Fail on warnings as well as errors */
152 * warnings (--relaxes) or nothing worse than information (--strict)
154 #define RESULT_STRICT(r) (((r) & ~((1U<<WARNINGS)-1)) == 0)
293 S(warnings, WARNINGS)
434 int no_warnings; /* Do not output libpng warnings */
492 dp->options = WARNINGS; /* default to !verbose, !quiet */
582 /* Required to quiet GNUC warnings when the compiler sees a stdarg functio
    [all...]
  /external/toolchain-utils/cros_utils/
buildbot_json.py 66 SUCCESS, WARNINGS, FAILURE, SKIPPED, EXCEPTION, RETRY = range(6)
653 if result in (SUCCESS, WARNINGS):
783 if result in (SUCCESS, WARNINGS, SKIPPED):
    [all...]

Completed in 726 milliseconds