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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
nostdlibinc.c 5 #error "expected to be able to find compiler builtin headers!"
9 #error "expected to *not* be able to find standard C headers"
  /external/clang/test/Misc/
serialized-diags-no-category.c 0 #error foo
2 #error bar
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
  /external/mesa3d/src/glsl/glcpp/tests/
090-hash-error.c 0 #error human error
091-hash-line.c 2 #error line 0 error
4 #error line 25 error
6 #error source 1, line 0 error
8 #error source 2, line 30 error
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 5 #error bar
8 #error qux // expected-error {{qux}}
12 #error quux
  /external/clang/test/Frontend/
undef.c 3 #error "Must be preprocessed as assembler."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /external/clang/test/Preprocessor/
optimize.c 4 #error "__OPTIMIZE__ not defined"
7 #error "__OPTIMIZE_SIZE__ defined"
14 #error "__OPTIMIZE__ defined"
17 #error "__OPTIMIZE_SIZE__ defined"
24 #error "__OPTIMIZE__ not defined"
27 #error "__OPTIMIZE_SIZE__ not defined"
has_include.c 6 #error "__has_include failed (1)."
11 #error "__has_include failed (2)."
16 #error "__has_include failed (5)."
22 #error "__has_include failed (6)."
27 #error "__has_include failed (7)."
32 #error "defined(__has_include) failed (8)."
38 #error "__has_include failed (1)."
43 #error "__has_include failed (2)."
48 #error "__has_include_next failed (5)."
54 #error "__has_include_next failed (6).
    [all...]
  /ndk/tests/build/build-mode/jni/
main.c 9 # error "This source file should be compiled with an ARM toolchain"
12 # error "This source file should be built in thumb mode!"
16 # error "This source file should be compiled with an ARM toolchain"
19 # error "This source file should be built in thumb2 mode!"
23 # error "This source file should be compiled with an ARM toolchain"
26 # error "This source file should be compiled to 32-bit ARM instructions"
30 # error "This source file should be compiled with an x86 toolchain"
33 # error "This unit test is broken!"
38 # error "This source file should be compiled with NEON support!"
42 # error "This source file should be compiled without NEON support!
    [all...]
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 6 #error INT8_MIN defined!
9 #error INT8_MAX defined!
12 #error INT_LEAST8_MIN defined!
15 #error INT_LEAST8_MAX defined!
18 #error INT_FAST8_MIN defined!
21 #error INT_FAST8_MAX defined!
24 #error UINT8_MAX defined!
27 #error UINT_LEAST8_MAX defined!
30 #error UINT_FAST8_MAX defined!
33 #error INT16_MIN defined
    [all...]
test_c.c 4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined
    [all...]
test_no_macros.cpp 4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined
    [all...]
  /external/clang/lib/Headers/
varargs.h 25 #error "Please use <stdarg.h> instead of <varargs.h>"

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>