HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 26 - 50 of 13513) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Headers/
ms-wchar.c 4 #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/
predefined_macro.c 7 #error "No _OPENMP macro is defined with -fopenmp option"
9 #error "_OPENMP has incorrect value"
14 #error "_OPENMP macro is defined without -fopenmp option"
  /device/linaro/hikey/hifi/xaf/host-apf/include/
xf.h 24 #error "xf.h included more than once"
  /external/clang/lib/Headers/
varargs.h 25 #error "Please use <stdarg.h> instead of <varargs.h>"
  /external/clang/test/Frontend/
verify-fatal.c 3 #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.
verify2.c 10 #error source
13 // expected-error {{should be ignored}}
15 // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
16 // CHECK-NEXT: error: 'error' diagnostics seen but not expected:
31 // expected-error@verify2.h:* {{header}}
32 // expected-error@verify2.h:* {{unknown}}
34 // CHECK2: error: 'error' diagnostics expected but not seen:
36 // CHECK2-NEXT: error: 'error' diagnostics seen but not expected
    [all...]
  /external/compiler-rt/test/lsan/TestCases/
sanity_check_pure_c.c 4 #error "This test must be built in C mode"
  /external/libcxx/test/libcxx/memory/
aligned_allocation_macro.pass.cpp 28 # error "libc++ should have aligned allocation in C++17 and up when targeting a platform that supports it"
  /bionic/tests/
iso646_test.c 20 #error and
23 #error and_eq
26 #error bitand
29 #error bitor
32 #error compl
35 #error not
38 #error not_eq
41 #error or
44 #error or_eq
47 #error xo
    [all...]
float_test.cpp 23 #error FLT_RADIX
26 #error DECIMAL_DIG
29 #error FLT_DECIMAL_DIG
32 #error DBL_DECIMAL_DIG
35 #error LDBL_DECIMAL_DIG
38 #error FLT_MIN
41 #error DBL_MIN
44 #error LDBL_MIN
47 #error FLT_EPSILON
50 #error DBL_EPSILO
    [all...]
  /bionic/tests/headers/posix/
iso646_h.c 35 #error and
38 #error and_eq
41 #error bitand
44 #error bitor
47 #error compl
50 #error not
53 #error not_eq
56 #error or
59 #error or_eq
62 #error xo
    [all...]
sys_stat_h_file_type_test_macros.h 30 #error S_ISBLK
33 #error S_ISCHR
36 #error S_ISDIR
39 #error S_ISFIFO
42 #error S_ISREG
45 #error S_ISLNK
48 #error S_ISSOCK
  /bionic/tools/versioner/tests/compilation_error/headers/
foo.h 5 #error foo
  /external/clang/test/Driver/Inputs/
pchfile.h 2 #error nope1
  /external/clang/test/Index/
retain-target-options.c 5 // CHECK: error: SSE4_1 used
7 #error SSE4_1 used
  /external/clang/test/Misc/
diag-special-chars.c 7 #error Hi  Bye
8 //expected-error@-1 {{Hi Bye}}
10 // CHECK: error: Hi Bye
11 // CHECK: #error Hi <U+007F> Bye
  /external/clang/test/Sema/
variadic-incomplete-arg-type.c 10 CFErrorRef error; local
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
12 // expected-error {{argument type 'void' is incomplete}}
  /external/icu/android_icu4c/include/
uconfig_local.h 26 #error "Please use libandroidicu and do not directly link to libicuuc or libicui18n."
  /external/libcxx/test/libcxx/language.support/
has_c11_features.pass.cpp 22 # error "TEST_HAS_C11_FEATURES is defined, but _LIBCPP_HAS_C11_FEATURES is not"
28 # error "_LIBCPP_HAS_C11_FEATURES is defined, but TEST_HAS_C11_FEATURES is not"
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
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/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-SnP.h 6 #error "No KeccakOpt"
  /external/tensorflow/tensorflow/lite/tools/accuracy/
android_required_build_flags.cc 23 #error \
  /external/tensorflow/tensorflow/stream_executor/lib/
error.h 26 namespace error = tensorflow::error;
  /external/easymock/src/org/easymock/internal/
AssertionErrorWrapper.java 22 private final AssertionError error; field in class:AssertionErrorWrapper
24 public AssertionErrorWrapper(AssertionError error) {
25 this.error = error;
29 return error;
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MAX not define
    [all...]

Completed in 726 milliseconds

12 3 4 5 6 7 8 91011>>