Searched refs:invalid (Results 1 - 25 of 422) sorted by relevance

1234567891011>>

/external/clang/test/Tooling/
H A Dauto-detect-from-source-parent-of-cwd.cpp11 invalid;
H A Dauto-detect-from-source-parent.cpp8 invalid;
H A Dauto-detect-from-source.cpp8 invalid;
H A Dclang-check-args.cpp4 invalid;
H A Dclang-check-autodetect-dir.cpp9 invalid;
H A Dclang-check-chdir.cpp14 invalid;
H A Dclang-check-pwd.cpp12 invalid;
H A Dclang-check-rel-path.cpp10 invalid;
H A Dclang-check-strip-o.cpp11 invalid;
H A Dclang-check.cpp9 invalid;
H A Dmulti-jobs.cpp6 invalid;
H A Dclang-check-builtin-headers.cpp12 invalid;
/external/chromium_org/v8/test/webkit/fast/js/
H A Dparser-syntax-check.js59 function invalid(_a, _type) function
79 invalid("(a");
80 invalid("a[5");
81 invalid("a[5 + 6");
82 invalid("a.");
83 invalid("()");
84 invalid("a.'l'");
86 invalid("new -a");
91 invalid("a-- ++");
92 invalid("(
[all...]
/external/clang/test/Driver/
H A Dinhibit-downstream-commands.c2 // CHECK: error: unknown type name 'invalid'
6 invalid C code!
H A Doutput-file-cleanup.c24 invalid C code
28 // RUN: echo "invalid C code" > %t2.c
41 // RUN: echo "invalid C code" > %t2.c
43 // RUN: echo "invalid C code" > %t4.c
/external/clang/test/Preprocessor/
H A D_Pragma.c12 #error #define invalid
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operan
[all...]
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operan
[all...]
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/X86/
H A Dvariant-diagnostics.s7 call external@invalid
9 # CHECK: error: invalid variant 'invalid'
10 # CHECK: call external@invalid
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp21 static char invalid[100]; local
29 snprintf (invalid, sizeof (invalid), "Unknown DW_TAG constant: 0x%x", val);
30 return invalid;
38 static char invalid[100]; local
42 snprintf (invalid, sizeof (invalid), "Unknown DW_CHILDREN constant: 0x%x", val);
43 return invalid;
51 static char invalid[100]; local
55 snprintf (invalid, sizeo
64 static char invalid[100]; local
77 static char invalid[100]; local
250 static char invalid[100]; local
263 static char invalid[100]; local
277 static char invalid[100]; local
290 static char invalid[100]; local
303 static char invalid[100]; local
316 static char invalid[100]; local
329 static char invalid[100]; local
342 static char invalid[100]; local
355 static char invalid[100]; local
368 static char invalid[100]; local
381 static char invalid[100]; local
394 static char invalid[100]; local
407 static char invalid[100]; local
420 static char invalid[100]; local
[all...]

Completed in 2918 milliseconds

1234567891011>>