OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid
(Results
451 - 475
of
15080
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Driver/
output-file-cleanup.c
24
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/Index/
print-type.cpp
38
// CHECK: Namespace=outer:1:11 (Definition) [type=] [typekind=
Invalid
] [isPOD=0]
39
// CHECK: ClassTemplate=Foo:4:8 (Definition) [type=] [typekind=
Invalid
] [isPOD=0]
43
// CHECK: Namespace=inner:8:11 (Definition) [type=] [typekind=
Invalid
] [isPOD=0]
47
// CHECK: NamespaceRef=outer:1:11 [type=] [typekind=
Invalid
] [isPOD=0]
48
// CHECK: TemplateRef=Foo:4:8 [type=] [typekind=
Invalid
] [isPOD=0]
49
// CHECK: CompoundStmt= [type=] [typekind=
Invalid
] [isPOD=0]
57
// CHECK: CompoundStmt= [type=] [typekind=
Invalid
] [isPOD=0]
58
// CHECK: DeclStmt= [type=] [typekind=
Invalid
] [isPOD=0]
62
// CHECK: ReturnStmt= [type=] [typekind=
Invalid
] [isPOD=0]
/external/clang/test/Lexer/
utf8-invalid.c
4
// Note: This file deliberately contains
invalid
UTF-8. Please do not fix!
/external/clang/test/Parser/
opencl-astype.cl
14
double4 d4 = __builtin_astype(f4, double4); // expected-error{{
invalid
reinterpretation: sizes of 'double4' and 'float4' must match}}
/external/clang/test/Preprocessor/
disabled-cond-diags2.c
14
#X // expected-error{{
invalid
preprocessing directive}}
expr_invalid_tok.c
1
// RUN: not %clang_cc1 -E %s 2>&1 | grep '
invalid
token at start of a preprocessor expression'
line-directive.c
10
#line 42 'a' // expected-error {{
invalid
filename for #line directive}}
20
# 42 "foo" 2 // expected-error {{
invalid
line marker flag '2': cannot pop empty include stack}}
23
# 42 "foo" 2 3 4 // expected-error {{
invalid
line marker flag '2': cannot pop empty include stack}}
26
# 'a' // expected-error {{
invalid
preprocessing directive}}
27
# 42 'f' // expected-error {{
invalid
filename for line marker directive}}
28
# 42 1 3 // expected-error {{
invalid
filename for line marker directive}}
29
# 42 "foo" 3 1 // expected-error {{
invalid
flag line marker directive}}
30
# 42 "foo" 42 // expected-error {{
invalid
flag line marker directive}}
31
# 42 "foo" 1 2 // expected-error {{
invalid
flag line marker directive}}
/external/clang/test/Sema/
types.c
8
restrict S y; // expected-error {{restrict requires a pointer or reference ('S' (aka 'int *[2]') is
invalid
)}}
26
long unsigned __int128 k; // expected-error {{'long __int128' is
invalid
}}
53
int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{
invalid
vector element type}}
73
enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{
invalid
vector element type}}
/external/clang/test/SemaCXX/
enum-bitfield.cpp
10
enum E : Z; // expected-error{{
invalid
underlying type}}
/external/clang/test/SemaTemplate/
typename-specifier-3.cpp
17
// Some extra tests for
invalid
cases
/external/clang/test/Tooling/
auto-detect-from-source-parent-of-cwd.cpp
8
invalid
;
auto-detect-from-source-parent.cpp
8
invalid
;
auto-detect-from-source.cpp
8
invalid
;
clang-check-autodetect-dir.cpp
9
invalid
;
clang-check-builtin-headers.cpp
12
invalid
;
clang-check-pwd.cpp
9
invalid
;
clang-check-strip-o.cpp
11
invalid
;
clang-check.cpp
9
invalid
;
/external/dropbear/
TODO
11
- check that there aren't timing issues with valid/
invalid
user authentication
/external/e2fsprogs/tests/f_crashdisk/
expect.1
1
../e2fsck/e2fsck: Superblock
invalid
, trying backup blocks...
/external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli
16
[Some reason] if it is
invalid
. [reason] is a string containing a
21
[Some reason] if it is
invalid
. [reason] is a string containing a
26
validation report to [stderr] and aborts the program if it is
invalid
. See
32
validation report to [stderr] and aborts the program if it is
invalid
. See
/external/llvm/test/Assembler/
getelementptr_struct.ll
5
; CHECK:
invalid
getelementptr indices
/external/llvm/test/CodeGen/ARM/
2012-09-25-InlineAsmScalarToVectorConv.ll
4
; CHECK: non-trivial scalar-to-vector conversion, possible
invalid
constraint for vector type
2012-09-25-InlineAsmScalarToVectorConv2.ll
4
; CHECK: scalar-to-vector conversion failed, possible
invalid
constraint for vector type
/external/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-I-1.ll
11
;CHECK-ERRORS: error:
invalid
operand for inline asm constraint 'I'
Completed in 748 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>