Home
last modified time | relevance | path

Searched +full:type +full:- +full:check (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/external/llvm/test/MC/ELF/
Dtype.s1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -t | FileCheck %s
5 .type foo,%function
9 .type bar,@object
12 .type zed,@gnu_unique_object
17 .type obj,@object
18 .type obj,@notype
22 .type func,@function
23 .type func,@object
27 .type ifunc,@gnu_indirect_function
31 .type tls,@tls_object
[all …]
Dtype-propagate.s1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -t - | FileCheck %s
4 // behavior is a bit different than gas. If the type of a symbol changes,
5 // gas will update the type of the aliases only if those aliases were declare
11 .type sym01, @object
13 .type sym02, @function
18 .type sym03, @function
20 sym06 = sym01 - sym02
21 sym07 = sym02 - sym01
25 .type sym10, @object
30 .type sym10, @function
[all …]
Drelocation-386.s1 …: llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -relax-relocations=false -o - | llvm-readobj
2 …: llvm-mc -filetype=obj -triple i386-pc-elfiamcu %s -relax-relocations=false -o - | llvm-readobj
7 // IAMCU: Format: ELF32-iamcu
8 // I386: Format: ELF32-i386
9 // CHECK: Relocations [
10 // CHECK-NEXT: Section {{.*}} .rel.text {
11 // CHECK-NEXT: 0x2 R_386_GOTOFF .Lfoo 0x0
12 // CHECK-NEXT: 0x{{[^ ]+}} R_386_PLT32 bar2 0x0
13 // CHECK-NEXT: 0x{{[^ ]+}} R_386_GOTPC _GLOBAL_OFFSET_TABLE_ 0x0
15 // CHECK-NEXT: 0x{{[^ ]+}} R_386_GOTOFF .bss 0x0
[all …]
/external/llvm/test/MC/ARM/
Dthumb_set.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -t \
4 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s \
5 @ RUN: | FileCheck --check-prefix=ASM %s
11 .type arm_func,%function
24 .type thumb_func,%function
39 .type badblood,%object
43 .type bedazzle,%object
52 .type alpha,%function
56 .type beta,%function
60 @ CHECK: Symbol {
[all …]
Dthumb-types.s1 @ RUN: llvm-mc -triple armv7-elf -filetype obj -o - %s | llvm-readobj -t \
8 .type implicit_function,%function
12 .type implicit_data,%object
17 .type arm_function,%function
28 .type explicit_function,%function
34 .type indirect_function,%gnu_indirect_function
43 .type explicit_data,%object
48 .type tls,%object
55 @ CHECK: Symbol {
56 @ CHECK: Name: arm_function
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-reloc.s1 // RUN: llvm-mc -n -triple x86_64-apple-darwin9 %s -filetype=obj -o - | llvm-readobj -r --expand-re…
3 // These examples are taken from <mach-o/x86_64/reloc.h>.
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
39 .quad _foo - L_pc
40 .quad _foo - L1
42 .quad L1 - _prev
52 // Make sure local label which overlaps with non-local one is assigned to the
60 addl L2_1 - L2_0, %eax
[all …]
Dx86_64-symbols.s1 // RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -t | FileCheck %s
131 // CHECK: Symbols [
132 // CHECK-NEXT: Symbol {
133 // CHECK-NEXT: Name: D0 (139)
134 // CHECK-NEXT: Type: Section (0xE)
135 // CHECK-NEXT: Section: __text (0x1)
136 // CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
137 // CHECK-NEXT: Flags [ (0x0)
138 // CHECK-NEXT: ]
139 // CHECK-NEXT: Value: 0x0
[all …]
Dreloc.s1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | llvm-readobj -r -expand-relocs |…
16 .long local_b - local_c + 245
31 .long local_a_elt - bar + 33
56 // CHECK: Relocations [
57 // CHECK-NEXT: Section __text {
58 // CHECK-NEXT: Relocation {
59 // CHECK-NEXT: Offset: 0x6
60 // CHECK-NEXT: PCRel: 1
61 // CHECK-NEXT: Length: 2
62 // CHECK-NEXT: Type: GENERIC_RELOC_VANILLA (0)
[all …]
/external/clang/test/Index/
Dprint-type.cpp51 namespace NS { struct Type{}; } NS::Type elaboratedNamespaceType(const NS::Type t); struct
59 // RUN: c-index-test -test-print-type %s -std=c++14 | FileCheck %s
60 // CHECK: Namespace=outer:1:11 (Definition) [type=] [typekind=Invalid] [isPOD=0]
61 // CHECK: ClassTemplate=Foo:4:8 (Definition) [type=] [typekind=Invalid] [isPOD=0]
62 // CHECK: TemplateTypeParameter=T:3:19 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=ty…
63 // CHECK: FieldDecl=t:5:5 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-
64 // CHECK: TypeRef=T:3:19 [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonica…
65 // CHECK: ClassTemplate=Baz:9:8 (Definition) [type=] [typekind=Invalid] [isPOD=0]
66 // CHECK: TemplateTypeParameter=T:8:20 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=ty…
67 // CHECK: NonTypeTemplateParameter=U:8:32 (Definition) [type=unsigned int] [typekind=UInt] [isPOD=1]
[all …]
Dannotate-nested-name-specifier.cpp39 typedef T type; typedef
40 using typename outer::inner::vector<type>::iterator;
41 using outer::inner::vector<type>::push_back;
57 t->::outer_alias::inner::template vector<T>::~vector<T>(); in f()
70 typedef T type; typedef
76 ::X4<type>::g(t); in h()
77 this->::X4<type>::g(t); in h()
84 typedef Integer type; typedef
89 void h(type t) { in h()
91 ::X4<type>::g(t); in h()
[all …]
/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s1 ; RUN: llvm-mc -n -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-rel…
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
27 .long _foo - _bar
30 .long _foo@got - .
37 ; CHECK: Relocations [
38 ; CHECK-NEXT: Section __text {
39 ; CHECK-NEXT: Relocation {
40 ; CHECK-NEXT: Offset: 0x24
41 ; CHECK-NEXT: PCRel: 1
[all …]
/external/llvm/test/CodeGen/WebAssembly/
Dglobal.ll1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
5 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
8 ; CHECK-NOT: llvm.used
9 ; CHECK-NOT: llvm.metadata
12 ; CHECK: foo:
13 ; CHECK: i32.const $push0=, 0{{$}}
14 ; CHECK-NEXT: i32.load $push1=, answer($pop0){{$}}
15 ; CHECK-NEXT: return $pop1{{$}}
21 ; CHECK-LABEL: call_memcpy:
[all …]
/external/tensorflow/tensorflow/core/ir/tests/
Dtypes.mlir1 // RUN: tfg-opt-no-passes %s | tfg-opt-no-passes | FileCheck %s
3 // CHECK: module attributes {tfg.type = !tf_type.qint8
4 module attributes {tfg.type = !tf_type.qint8} {}
5 // CHECK: module attributes {tfg.type = !tf_type.qint16
6 module attributes {tfg.type = !tf_type.qint16} {}
7 // CHECK: module attributes {tfg.type = !tf_type.qint32
8 module attributes {tfg.type = !tf_type.qint32} {}
9 // CHECK: module attributes {tfg.type = !tf_type.quint8
10 module attributes {tfg.type = !tf_type.quint8} {}
11 // CHECK: module attributes {tfg.type = !tf_type.quint16
[all …]
/external/clang/test/Misc/
Ddiag-template-diffing.cpp1 // RUN: not %clang_cc1 -fsyntax-only %s -std=c++11 2>&1 | FileCheck %s -check-prefix=CHECK-ELIDE-NO…
2 // RUN: not %clang_cc1 -fsyntax-only %s -fno-elide-type -std=c++11 2>&1 | FileCheck %s -check-prefi…
3 // RUN: not %clang_cc1 -fsyntax-only %s -fdiagnostics-show-template-tree -std=c++11 2>&1 | FileChec…
4 …ot %clang_cc1 -fsyntax-only %s -fno-elide-type -fdiagnostics-show-template-tree -std=c++11 2>&1 | …
6 // PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"
26 // CHECK-ELIDE-NOTREE: no matching function for call to 'f'
27 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'vector<std::basic_s…
28 // CHECK-NOELIDE-NOTREE: no matching function for call to 'f'
29 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'vector<std::basic…
30 // CHECK-ELIDE-TREE: no matching function for call to 'f'
[all …]
/external/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test1-dsymutil -o - %p/../Inputs/basic.macho.i386 -f | llvm-readobj -file-headers -program-headers -sec…
2-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 -f | llvm-readobj -file-hea…
5 are correct. The check are pretty strict (we check even the offsets and sizes
8 llvm-dsymutil's output to change much for these tiny C programs so this should
13 CHECK32: Format: Mach-O 32-bit i386
16 CHECK64: Format: Mach-O 64-bit x86-64
19 CHECK: MachHeader {
24 CHECK64: CpuType: X86-64 (0x1000007)
26 CHECK: FileType: DWARFSymbol (0xA)
27 CHECK: NumOfLoadCommands: 7
[all …]
/external/llvm/test/Bitcode/
Dinvalid.test1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \
2 RUN: FileCheck --check-prefix=INVALID-ENCODING %s
3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \
4 RUN: FileCheck --check-prefix=BAD-ABBREV %s
5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \
6 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s
7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \
8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \
10 RUN: FileCheck --check-prefix=BAD-TYPE-TABLE-FORWARD-REF %s
[all …]
/external/llvm/test/MC/AsmParser/
Dsection_names.s1 # RUN: llvm-mc -triple i386-pc-linux-gnu -filetype=obj -o %t %s
2 # RUN: llvm-readobj -s < %t | FileCheck %s
33 # CHECK: Name: .nobits
34 # CHECK-NEXT: Type: SHT_PROGBITS
35 # CHECK: Name: .nobits2
36 # CHECK-NEXT: Type: SHT_PROGBITS
37 # CHECK: Name: .nobitsfoo
38 # CHECK-NEXT: Type: SHT_PROGBITS
39 # CHECK: Name: .init_array
40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
[all …]
/external/clang/test/ASTMerge/
Dstruct.c1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/struct1.c
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/struct2.c
3 // RUN: not %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only %s 2>&1 | FileCheck %s
5 // CHECK: struct1.c:13:8: warning: type 'struct S1' has incompatible definitions in different trans…
6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here
8 // CHECK: struct2.c:15:11: error: external variable 'x1' declared with incompatible types in differ…
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
10 // CHECK: struct1.c:21:8: warning: type 'struct S2' has incompatible definitions in different trans…
11 // CHECK: struct2.c:18:7: note: 'S2' is a union here
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Damd_ext_to_khr.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
32 ; CHECK: OpCapability Shader in GetTest()
33 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in GetTest()
34 ; CHECK: OpFunction in GetTest()
35 ; CHECK-NEXT: OpLabel in GetTest()
36 ; CHECK-NEXT: [[undef:%\w+]] = OpUndef % in GetTest()
37 ; CHECK-NEXT: )" + new_op_code + in GetTest()
108 ; CHECK: OpCapability Shader in TEST_F()
109 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in TEST_F()
110 ; CHECK-NOT: OpExtInstImport "SPV_AMD_shader_ballot" in TEST_F()
[all …]
/external/angle/third_party/spirv-tools/src/test/opt/
Damd_ext_to_khr.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
32 ; CHECK: OpCapability Shader in GetTest()
33 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in GetTest()
34 ; CHECK: OpFunction in GetTest()
35 ; CHECK-NEXT: OpLabel in GetTest()
36 ; CHECK-NEXT: [[undef:%\w+]] = OpUndef % in GetTest()
37 ; CHECK-NEXT: )" + new_op_code + in GetTest()
108 ; CHECK: OpCapability Shader in TEST_F()
109 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in TEST_F()
110 ; CHECK-NOT: OpExtInstImport "SPV_AMD_shader_ballot" in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Damd_ext_to_khr.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
32 ; CHECK: OpCapability Shader in GetTest()
33 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in GetTest()
34 ; CHECK: OpFunction in GetTest()
35 ; CHECK-NEXT: OpLabel in GetTest()
36 ; CHECK-NEXT: [[undef:%\w+]] = OpUndef % in GetTest()
37 ; CHECK-NEXT: )" + new_op_code + in GetTest()
108 ; CHECK: OpCapability Shader in TEST_F()
109 ; CHECK-NOT: OpExtension "SPV_AMD_shader_ballot" in TEST_F()
110 ; CHECK-NOT: OpExtInstImport "SPV_AMD_shader_ballot" in TEST_F()
[all …]
/external/clang/test/FixIt/
Dformat.m1 // RUN: %clang_cc1 -triple %itanium_abi_triple -fsyntax-only -fblocks -verify %s
2 // RUN: %clang_cc1 -triple %itanium_abi_triple -fdiagnostics-parseable-fixits -fblocks %s 2>&1 | Fi…
9 printf("%d", x); // no-warning
10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
12 // CHECK: fix-it:"{{.*}}":{10:11-10:13}:"%d"
13 // CHECK: fix-it:"{{.*}}":{11:11-11:14}:"%d"
15 NSLog(@"%d", x); // no-warning
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
[all …]
/external/clang/test/CodeGen/
Darm64-lanes.c1 // RUN: %clang_cc1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -emit-llvm -o - %s…
2 …ng_cc1 -triple aarch64_be-linux-gnu -target-feature +neon -ffreestanding -emit-llvm -o - %s | opt
8 // CHECK-LABEL: @test_vdupb_lane_s8 in test_vdupb_lane_s8()
9 // CHECK: extractelement <8 x i8> %src, i32 2 in test_vdupb_lane_s8()
11 // CHECK-BE-LABEL: @test_vdupb_lane_s8 in test_vdupb_lane_s8()
12 …// CHECK-BE: [[REV:%.*]] = shufflevector <8 x i8> {{.*}}, <8 x i32> <i32 7, i32 6, i32 5, i32 4, i… in test_vdupb_lane_s8()
13 // CHECK-BE: extractelement <8 x i8> [[REV]], i32 2 in test_vdupb_lane_s8()
18 // CHECK-LABEL: @test_vdupb_lane_u8 in test_vdupb_lane_u8()
19 // CHECK: extractelement <8 x i8> %src, i32 2 in test_vdupb_lane_u8()
21 // CHECK-BE-LABEL: @test_vdupb_lane_u8 in test_vdupb_lane_u8()
[all …]
/external/clang/test/CodeCompletion/
Dordinary-name.cpp7 …ng_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:14 -std=g…
8 // CHECK-CC1: COMPLETION: bool
9 // CHECK-CC1-NEXT: COMPLETION: char
10 // CHECK-CC1-NEXT: COMPLETION: class
11 // CHECK-CC1-NEXT: COMPLETION: const
12 // CHECK-CC1-NEXT: COMPLETION: Pattern : const_cast<<#type#>>(<#expression#>)
13 // CHECK-CC1: COMPLETION: Pattern : [#void#]delete <#expression#>
14 // CHECK-CC1-NEXT: COMPLETION: Pattern : [#void#]delete [] <#expression#>
15 // CHECK-CC1-NEXT: COMPLETION: Pattern : do{<#statements#>
16 // CHECK-CC1: COMPLETION: double
[all …]
/external/jsoup/src/test/java/org/jsoup/select/
DCssTest.java28 sb.append("<div id='type'>"); in initClass()
38 sb.append("<p class='empty'><!-- Comment only is still empty! --></p>"); in initClass()
55 check(html.select("#pseudo :first-child"), "1"); in firstChild()
56 check(html.select("html:first-child")); in firstChild()
61 check(html.select("#pseudo :last-child"), "10"); in lastChild()
62 check(html.select("html:last-child")); in lastChild()
68 check(html.select(String.format("#pseudo :nth-child(%d)", i)), String.valueOf(i)); in nthChild_simple()
75 check(html.select(String.format("#type svg:nth-of-type(%d)", i)), String.valueOf(i)); in nthOfType_unknownTag()
82 check(html.select(String.format("#pseudo :nth-last-child(%d)", i)), String.valueOf(11-i)); in nthLastChild_simple()
89 check(html.select(String.format("#type p:nth-of-type(%d)", i)), String.valueOf(i)); in nthOfType_simple()
[all …]

12345678910>>...45