Home
last modified time | relevance | path

Searched full:sections (Results 1 – 25 of 4186) sorted by relevance

12345678910>>...168

/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Donly-keep-debug.test1 RUN: yaml2obj %p/Inputs/only-keep-sections.yaml -o %t.in.exe
4 RUN: llvm-readobj --sections %t.out.exe | FileCheck %s --check-prefix=SECTIONS
11 Check that all non-debug/buildid sections with IMAGE_SCN_CNT_CODE
14 SECTIONS: Sections [
15 SECTIONS-NEXT: Section {
16 SECTIONS-NEXT: Number: 1
17 SECTIONS-NEXT: Name: .text
18 SECTIONS-NEXT: VirtualSize: 0x4
19 SECTIONS-NEXT: VirtualAddress:
20 SECTIONS-NEXT: RawDataSize: 0
[all …]
Dadd-gnu-debuglink.test7 RUN: llvm-readobj --sections %t.out.exe | FileCheck %s --check-prefix=SECTIONS
10 # Show the last of the preexisting sections, which is used for choosing
13 SECTIONS: Section {
14 SECTIONS: Number: 4
15 SECTIONS-NEXT: Name: .pdata
16 SECTIONS-NEXT: VirtualSize: 0x18
17 SECTIONS-NEXT: VirtualAddress: 0x4000
18 SECTIONS-NEXT: RawDataSize: 512
19 SECTIONS: Section {
20 SECTIONS-NEXT: Number: 5
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dglobal-sections.ll5 …%s -mtriple=i386-unknown-linux-gnu -data-sections -function-sections | FileCheck %s -check-prefix=…
6 … < %s -mtriple=i386-unknown-linux-gnu -function-sections | FileCheck %s -check-prefix=LINUX-FUNC-S…
7 …mtriple=x86_64-pc-linux -data-sections -function-sections -relocation-model=pic | FileCheck %s -ch…
8 …N: llc < %s -mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-prefix=…
9 … RUN: llc < %s -mtriple=i686-pc-win32 -function-sections | FileCheck %s -check-prefix=WIN32-FUNC-S…
15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1
16 ; WIN32-SECTIONS: .globl _F1
42 ; LINUX-SECTIONS: .section .text.F2,"ax",@progbits
43 ; LINUX-SECTIONS: .size F2,
44 ; LINUX-SECTIONS-NEXT: .cfi_endproc
[all …]
/external/llvm/test/CodeGen/X86/
Dglobal-sections.ll5 …%s -mtriple=i386-unknown-linux-gnu -data-sections -function-sections | FileCheck %s -check-prefix=…
6 … < %s -mtriple=i386-unknown-linux-gnu -function-sections | FileCheck %s -check-prefix=LINUX-FUNC-S…
7 …mtriple=x86_64-pc-linux -data-sections -function-sections -relocation-model=pic | FileCheck %s -ch…
8 …N: llc < %s -mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-prefix=…
9 … RUN: llc < %s -mtriple=i686-pc-win32 -function-sections | FileCheck %s -check-prefix=WIN32-FUNC-S…
15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1
16 ; WIN32-SECTIONS: .globl _F1
42 ; LINUX-SECTIONS: .section .text.F2,"ax",@progbits
43 ; LINUX-SECTIONS: .size F2,
44 ; LINUX-SECTIONS-NEXT: .cfi_endproc
[all …]
/external/llvm-project/llvm/test/DebugInfo/X86/
Dbasic-block-sections_1.ll1 …4 -filetype=obj -o %t && llvm-dwarfdump -debug-info -v %t | FileCheck --check-prefix=NO-SECTIONS %s
2sections=all --unique-basic-block-section-names -mtriple=x86_64 -filetype=obj -o %t && llvm-dwarfd…
3sections=all --unique-basic-block-section-names -mtriple=x86_64 -filetype=obj -split-dwarf-file=%t…
4 ; RUN: llc -O0 %s --basic-block-sections=all -mtriple=x86_64 -o - | FileCheck --check-prefix=BB-SEC…
5 …pe=obj -o %t && llvm-dwarfdump -debug-line %t | FileCheck --check-prefix=BB-SECTIONS-LINE-TABLE %s
15 ; NO-SECTIONS: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000 ".text")
16 ; NO-SECTIONS: DW_AT_high_pc [DW_FORM_data4] ({{.*}})
17 ; BB-SECTIONS: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
18 ; BB-SECTIONS-NEXT: DW_AT_ranges [DW_FORM_sec_offset]
19 ; BB-SECTIONS-NEXT: [{{.*}}) ".text._Z3fooi.1"
[all …]
/external/llvm-project/clang/test/OpenMP/
Dsections_misc_messages.c7 #pragma omp sections in xxx()
15 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
16 #pragma omp sections
18 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
19 #pragma omp sections foo
23 #pragma omp sections in test_no_clause()
28 // expected-error@+2 {{the statement for '#pragma omp sections' must be a compound statement}} in test_no_clause()
29 #pragma omp sections in test_no_clause()
32 #pragma omp sections in test_no_clause()
35 …foo(); // expected-error {{statement in 'omp sections' directive must be enclosed into a section r… in test_no_clause()
[all …]
Dparallel_sections_misc_messages.c7 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
8 #pragma omp parallel sections
10 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
11 #pragma omp parallel sections foo
15 #pragma omp parallel sections in test_no_clause()
20 // expected-error@+2 {{the statement for '#pragma omp parallel sections' must be a compound stateme… in test_no_clause()
21 #pragma omp parallel sections in test_no_clause()
24 #pragma omp parallel sections in test_no_clause()
27 …foo(); // expected-error {{statement in 'omp parallel sections' directive must be enclosed into a … in test_no_clause()
39 #pragma omp parallel sections in test_branch_protected_scope()
[all …]
Dparallel_sections_if_messages.cpp17 #pragma omp parallel sections if(cond) // expected-warning {{variable 'cond' is uninitialized when … in xxx()
28 #pragma omp parallel sections if // expected-error {{expected '(' after 'if'}} in tmain()
32 …#pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expe… in tmain()
36 #pragma omp parallel sections if () // expected-error {{expected expression}} in tmain()
40 …#pragma omp parallel sections if (argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
44 …#pragma omp parallel sections if (argc)) // expected-warning {{extra tokens at the end of '#pragma… in tmain()
48 #pragma omp parallel sections if (argc > 0 ? argv[1] : argv[2]) in tmain()
52 …#pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma… in tmain()
56 #pragma omp parallel sections if (S) // expected-error {{'S' does not refer to a value}} in tmain()
60 …#pragma omp parallel sections if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to… in tmain()
[all …]
Dparallel_sections_firstprivate_messages.cpp15 #pragma omp parallel sections firstprivate(fp) // expected-warning {{variable 'fp' is uninitialized… in xxx()
81 #pragma omp parallel sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
85 #pragma omp parallel sections firstprivate( // expected-error {{expected expression}} expected-erro… in foomain()
89 #pragma omp parallel sections firstprivate() // expected-error {{expected expression}} in foomain()
93 #pragma omp parallel sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{… in foomain()
97 #pragma omp parallel sections firstprivate(argc, // expected-error {{expected expression}} expected… in foomain()
101 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expect… in foomain()
105 #pragma omp parallel sections firstprivate(argc) allocate , allocate(, allocate(omp_default , alloc… in foomain()
109 #pragma omp parallel sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
113 #pragma omp parallel sections firstprivate(z, a, b) // expected-error {{firstprivate variable with … in foomain()
[all …]
Dsections_firstprivate_messages.cpp73 #pragma omp sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
78 #pragma omp sections firstprivate( // expected-error {{expected expression}} expected-error {{expec… in foomain()
83 #pragma omp sections firstprivate() // expected-error {{expected expression}} in foomain()
88 #pragma omp sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match … in foomain()
93 #pragma omp sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{… in foomain()
98 #pragma omp sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variab… in foomain()
103 #pragma omp sections firstprivate(argc) allocate , allocate(, allocate(omp_default , allocate(omp_d… in foomain()
108 #pragma omp sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
113 #pragma omp sections firstprivate(z, a, b) // expected-error {{firstprivate variable with incomplet… in foomain()
118 #pragma omp sections firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dparallel_sections_lastprivate_messages.cpp75 #pragma omp parallel sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
79 #pragma omp parallel sections lastprivate( // expected-error {{expected expression}} expected-error… in foomain()
83 #pragma omp parallel sections lastprivate() // expected-error {{expected expression}} in foomain()
87 #pragma omp parallel sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{t… in foomain()
91 #pragma omp parallel sections lastprivate(argc, // expected-error {{expected expression}} expected-… in foomain()
95 #pragma omp parallel sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expecte… in foomain()
99 #pragma omp parallel sections lastprivate(argc) allocate , allocate(, allocate(omp_default , alloca… in foomain()
103 #pragma omp parallel sections lastprivate(conditional: e,argc) lastprivate(conditional: // omp50-er… in foomain()
107 #pragma omp parallel sections lastprivate(foo:argc) // omp50-error {{expected 'conditional' in Open… in foomain()
111 #pragma omp parallel sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
[all …]
Dsections_lastprivate_messages.cpp77 #pragma omp sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
82 #pragma omp sections lastprivate( // expected-error {{expected expression}} expected-error {{expect… in foomain()
87 #pragma omp sections lastprivate() // expected-error {{expected expression}} in foomain()
92 #pragma omp sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match t… in foomain()
97 #pragma omp sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{e… in foomain()
102 #pragma omp sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variabl… in foomain()
107 #pragma omp sections lastprivate(argc) in foomain()
112 #pragma omp sections lastprivate(conditional: argc,s) lastprivate(conditional: // omp50-error {{exp… in foomain()
117 #pragma omp sections lastprivate(foo:argc) // omp50-error {{expected 'conditional' in OpenMP clause… in foomain()
122 #pragma omp sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
[all …]
Dparallel_sections_messages.cpp7 #pragma omp parallel sections in xxx()
16 #pragma omp parallel sections // expected-error {{unexpected OpenMP directive '#pragma omp parallel…
19 #pragma omp parallel sections {// expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
23 #pragma omp parallel sections( // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
27 #pragma omp parallel sections[ // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
31 #pragma omp parallel sections] // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
35 #pragma omp parallel sections) // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
39 #pragma omp parallel sections } // expected-warning {{extra tokens at the end of '#pragma omp paral… in main()
43 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} in main()
44 #pragma omp parallel sections unknown() in main()
[all …]
Dparallel_sections_reduction_messages.cpp18 #pragma omp parallel sections reduction(+:fp) // expected-warning {{variable 'fp' is uninitialized … in xxx()
33 #pragma omp parallel sections reduction(+:ref) in foobar()
111 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
115sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
119 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
123 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
127 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
131 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
135 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
139 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
[all …]
/external/clang/test/OpenMP/
Dparallel_sections_misc_messages.c5 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
6 #pragma omp parallel sections
8 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
9 #pragma omp parallel sections foo
13 #pragma omp parallel sections in test_no_clause()
18 // expected-error@+2 {{the statement for '#pragma omp parallel sections' must be a compound stateme… in test_no_clause()
19 #pragma omp parallel sections in test_no_clause()
22 #pragma omp parallel sections in test_no_clause()
25 …foo(); // expected-error {{statement in 'omp parallel sections' directive must be enclosed into a … in test_no_clause()
37 #pragma omp parallel sections in test_branch_protected_scope()
[all …]
Dsections_misc_messages.c5 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
6 #pragma omp sections
8 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
9 #pragma omp sections foo
13 #pragma omp sections in test_no_clause()
18 // expected-error@+2 {{the statement for '#pragma omp sections' must be a compound statement}} in test_no_clause()
19 #pragma omp sections in test_no_clause()
22 #pragma omp sections in test_no_clause()
25 …foo(); // expected-error {{statement in 'omp sections' directive must be enclosed into a section r… in test_no_clause()
37 #pragma omp sections in test_branch_protected_scope()
[all …]
Dparallel_sections_if_messages.cpp14 #pragma omp parallel sections if // expected-error {{expected '(' after 'if'}} in tmain()
18 …#pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expe… in tmain()
22 #pragma omp parallel sections if () // expected-error {{expected expression}} in tmain()
26 …#pragma omp parallel sections if (argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
30 …#pragma omp parallel sections if (argc)) // expected-warning {{extra tokens at the end of '#pragma… in tmain()
34 #pragma omp parallel sections if (argc > 0 ? argv[1] : argv[2]) in tmain()
38 …#pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma… in tmain()
42 #pragma omp parallel sections if (S) // expected-error {{'S' does not refer to a value}} in tmain()
46 …#pragma omp parallel sections if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to… in tmain()
50 …#pragma omp parallel sections if (argc argc) // expected-error {{expected ')'}} expected-note {{to… in tmain()
[all …]
Dparallel_sections_firstprivate_messages.cpp69 #pragma omp parallel sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
73 #pragma omp parallel sections firstprivate( // expected-error {{expected expression}} expected-erro… in foomain()
77 #pragma omp parallel sections firstprivate() // expected-error {{expected expression}} in foomain()
81 #pragma omp parallel sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{… in foomain()
85 #pragma omp parallel sections firstprivate(argc, // expected-error {{expected expression}} expected… in foomain()
89 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expect… in foomain()
93 #pragma omp parallel sections firstprivate(argc) in foomain()
97 #pragma omp parallel sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
101 #pragma omp parallel sections firstprivate(a, b) // expected-error {{firstprivate variable with inc… in foomain()
105 #pragma omp parallel sections firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dsections_firstprivate_messages.cpp70 #pragma omp sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
75 #pragma omp sections firstprivate( // expected-error {{expected expression}} expected-error {{expec… in foomain()
80 #pragma omp sections firstprivate() // expected-error {{expected expression}} in foomain()
85 #pragma omp sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match … in foomain()
90 #pragma omp sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{… in foomain()
95 #pragma omp sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variab… in foomain()
100 #pragma omp sections firstprivate(argc) in foomain()
105 #pragma omp sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
110 #pragma omp sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete t… in foomain()
115 #pragma omp sections firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dparallel_sections_lastprivate_messages.cpp70 #pragma omp parallel sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
74 #pragma omp parallel sections lastprivate( // expected-error {{expected expression}} expected-error… in foomain()
78 #pragma omp parallel sections lastprivate() // expected-error {{expected expression}} in foomain()
82 #pragma omp parallel sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{t… in foomain()
86 #pragma omp parallel sections lastprivate(argc, // expected-error {{expected expression}} expected-… in foomain()
90 #pragma omp parallel sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expecte… in foomain()
94 #pragma omp parallel sections lastprivate(argc) in foomain()
98 #pragma omp parallel sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
102 #pragma omp parallel sections lastprivate(a, b) // expected-error {{lastprivate variable with incom… in foomain()
106 #pragma omp parallel sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dsections_lastprivate_messages.cpp71 #pragma omp sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
76 #pragma omp sections lastprivate( // expected-error {{expected expression}} expected-error {{expect… in foomain()
81 #pragma omp sections lastprivate() // expected-error {{expected expression}} in foomain()
86 #pragma omp sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match t… in foomain()
91 #pragma omp sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{e… in foomain()
96 #pragma omp sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variabl… in foomain()
101 #pragma omp sections lastprivate(argc) in foomain()
106 #pragma omp sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
111 #pragma omp sections lastprivate(a, b) // expected-error {{lastprivate variable with incomplete typ… in foomain()
116 #pragma omp sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dsections_private_messages.cpp33 #pragma omp sections private(a) private(this->a) in S4()
47 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable… in operator =()
63 #pragma omp sections private(a) private(this->a) in S6()
70 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable… in operator =()
86 #pragma omp sections private(a) private(this->a) private(T::a) in S7()
93 #pragma omp sections private(a) private(this->a) private(s.a) private(s.T::a) // expected-error 2 {… in operator =()
111 #pragma omp sections private // expected-error {{expected '(' after 'private'}} in foomain()
115 #pragma omp sections private( // expected-error {{expected expression}} expected-error {{expected '… in foomain()
119 #pragma omp sections private() // expected-error {{expected expression}} in foomain()
123 #pragma omp sections private(argc // expected-error {{expected ')'}} expected-note {{to match this … in foomain()
[all …]
Dparallel_sections_reduction_messages.cpp84 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
88sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
92 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
96 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
100 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
104 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
108 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
112 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
116 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
120 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
[all …]
Dparallel_sections_messages.cpp6 #pragma omp parallel sections // expected-error {{unexpected OpenMP directive '#pragma omp parallel…
9 #pragma omp parallel sections {// expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
13 #pragma omp parallel sections( // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
17 #pragma omp parallel sections[ // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
21 #pragma omp parallel sections] // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
25 #pragma omp parallel sections) // expected-warning {{extra tokens at the end of '#pragma omp parall… in main()
29 #pragma omp parallel sections } // expected-warning {{extra tokens at the end of '#pragma omp paral… in main()
33 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} in main()
34 #pragma omp parallel sections unknown() in main()
41 #pragma omp parallel sections in main()
[all …]
/external/deqp-deps/amber/src/vkscript/
Dsection_parser_test.cc32 auto sections = p.Sections(); in TEST_F() local
33 EXPECT_TRUE(sections.empty()); in TEST_F()
46 auto sections = p.Sections(); in TEST_F() local
47 ASSERT_EQ(1U, sections.size()); in TEST_F()
48 EXPECT_EQ(NodeType::kShader, sections[0].section_type); in TEST_F()
49 EXPECT_EQ(kShaderTypeVertex, sections[0].shader_type); in TEST_F()
50 EXPECT_EQ(kShaderFormatGlsl, sections[0].format); in TEST_F()
51 EXPECT_EQ(shader, sections[0].contents); in TEST_F()
61 auto sections = p.Sections(); in TEST_F() local
62 ASSERT_EQ(1U, sections.size()); in TEST_F()
[all …]

12345678910>>...168