Searched refs:error (Results 1 - 25 of 7990) sorted by relevance

1234567891011>>

/external/clang/test/Driver/
H A Dcl-fallback.c88 #error "This fails to compile."
H A Dnostdlibinc.c5 #error "expected to be able to find compiler builtin headers!"
9 #error "expected to *not* be able to find standard C headers"
H A Dcl-pch-errorhandling.cpp15 #error nope2
/external/swiftshader/src/Reactor/SubmoduleCheck/gtest/
H A Dgtest.h2 #error "Missing googletest submodule. Run git submodule update --init
/external/syslinux/core/
H A Dhead.inc24 %error "NASM 2.03 or later required to compile correctly"
/external/webrtc/webrtc/p2p/base/
H A Dsession.h13 #error "DONT INCLUDE THIS"
/external/harfbuzz_ng/src/
H A Dhb-warning.cc32 #error "Could not find any system to define atomic_int macros, library WILL NOT be thread-safe"
33 #error "Check hb-atomic-private.hh for possible resolutions."
37 #error "Could not find any system to define mutex macros, library WILL NOT be thread-safe"
38 #error "Check hb-mutex-private.hh for possible resolutions."
/external/clang/test/Misc/
H A Dserialized-diags-no-category.c0 #error foo
2 #error bar
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
/external/llvm/test/MC/AsmParser/
H A Ddirective-err-diagnostics.s3 .error 0
4 // CHECK: error: .error argument must be a string
5 // CHECK: .error 0
10 .error "message"
13 // CHECK-NOT: error: message
14 // CHECK-NOT: error: invalid instruction mnemonic 'message'
15 // CHECK-NOT: .error "message"
/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D090-hash-error.c0 #error human error
/external/clang/test/Lexer/
H A Dbcpl-escaped-newline.c5 #error bar
8 #error qux
9 // expected-error@-1 {{qux}}
13 #error quux
/external/clang/test/Frontend/
H A Dundef.c3 #error "Must be preprocessed as assembler."
H A Dverify2.h2 // expected-error {{should be ignored}}
5 #error header
H A Dverify-fatal.c3 #error first fatal
4 // expected-error@-1 {{first fatal}}
6 #error second fatal
7 // expected-error@-1 {{second fatal}}
10 // CHECK: error: 'error' diagnostics expected but not seen:
12 // CHECK-NEXT: 1 error generated.
/external/clang/test/Lexer/Inputs/
H A Dsuccess.h0 #error success
/external/clang/test/Modules/Inputs/exclude-header/x/
H A Dbad.h0 #error bad
/external/clang/test/Preprocessor/
H A Dpr19649-signed-wchar_t.c5 # error "Unexpected expression evaluation result"
H A Dpr19649-unsigned-wchar_t.c5 # error "Unexpected expression evaluation result"
H A Doptimize.c5 #error "__OPTIMIZE__ not defined"
8 #error "__OPTIMIZE_SIZE__ defined"
16 #error "__OPTIMIZE__ defined"
19 #error "__OPTIMIZE_SIZE__ defined"
27 #error "__OPTIMIZE__ not defined"
30 #error "__OPTIMIZE_SIZE__ not defined"
/external/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && !*error )
48 *error = value;
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && *error == 0 )
48 *error = value;
/external/clang/test/Headers/
H A Dms-wchar.c4 #error "_WCHAR_T_DEFINED should not be defined in C99"
10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
14 #error "_NATIVE_WCHAR_T_DEFINED should not be defined"
/external/clang/test/OpenMP/
H A Dpredefined_macro.c7 #error "No _OPENMP macro is defined with -fopenmp option"
9 #error "_OPENMP has incorrect value"
14 #error "_OPENMP macro is defined without -fopenmp option"
/external/clang/lib/Headers/
H A Dvarargs.h25 #error "Please use <stdarg.h> instead of <varargs.h>"
/external/compiler-rt/test/lsan/TestCases/
H A Dsanity_check_pure_c.c4 #error "This test must be built in C mode"

Completed in 693 milliseconds

1234567891011>>