Home
last modified time | relevance | path

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

12345678910>>...57

/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_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 …]
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 …]
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_private_messages.cpp51 #pragma omp sections private // expected-error {{expected '(' after 'private'}} in foomain()
55 #pragma omp sections private( // expected-error {{expected expression}} expected-error {{expected '… in foomain()
59 #pragma omp sections private() // expected-error {{expected expression}} in foomain()
63 #pragma omp sections private(argc // expected-error {{expected ')'}} expected-note {{to match this … in foomain()
67 #pragma omp sections private(argc, // expected-error {{expected expression}} expected-error {{expec… in foomain()
71 #pragma omp sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable na… in foomain()
75 #pragma omp sections private(argc) in foomain()
79 #pragma omp sections private(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
83 #pragma omp sections private(a, b) // expected-error {{private variable with incomplete type 'S1'}} in foomain()
87 #pragma omp sections private(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dparallel_sections_private_messages.cpp51 #pragma omp parallel sections private // expected-error {{expected '(' after 'private'}} in foomain()
55 #pragma omp parallel sections private( // expected-error {{expected expression}} expected-error {{e… in foomain()
59 #pragma omp parallel sections private() // expected-error {{expected expression}} in foomain()
63 #pragma omp parallel sections private(argc // expected-error {{expected ')'}} expected-note {{to ma… in foomain()
67 #pragma omp parallel sections private(argc, // expected-error {{expected expression}} expected-erro… in foomain()
71 #pragma omp parallel sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected va… in foomain()
75 #pragma omp parallel sections private(argc) in foomain()
79 #pragma omp parallel sections private(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
83 #pragma omp parallel sections private(a, b) // expected-error {{private variable with incomplete ty… in foomain()
87 #pragma omp parallel sections private(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dparallel_sections_reduction_messages.cpp78 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
82sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
86 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
90 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
94 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
98 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
102 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
106 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
110 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
114 #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 …]
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 …]
Dsections_reduction_messages.cpp79 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
84 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain()
89 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
94 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
99 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
104 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
109 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
114 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
119 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
124 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain()
[all …]
Dparallel_sections_num_threads_messages.cpp14 #pragma omp parallel sections num_threads // expected-error {{expected '(' after 'num_threads'}} in tmain()
16 …#pragma omp parallel sections num_threads ( // expected-error {{expected expression}} expected-err… in tmain()
18 #pragma omp parallel sections num_threads () // expected-error {{expected expression}} in tmain()
20 …#pragma omp parallel sections num_threads (argc // expected-error {{expected ')'}} expected-note {… in tmain()
22 …#pragma omp parallel sections num_threads (argc)) // expected-warning {{extra tokens at the end of… in tmain()
24 …#pragma omp parallel sections num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{e… in tmain()
26 …arallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-err… in tmain()
28 #pragma omp parallel sections num_threads (S) // expected-error {{'S' does not refer to a value}} in tmain()
30 …#pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-… in tmain()
32 #pragma omp parallel sections num_threads (argc) in tmain()
[all …]
Dparallel_sections_shared_messages.cpp66 #pragma omp parallel sections shared // expected-error {{expected '(' after 'shared'}} in main()
68 #pragma omp parallel sections shared( // expected-error {{expected expression}} expected-error {{ex… in main()
70 #pragma omp parallel sections shared() // expected-error {{expected expression}} in main()
72 #pragma omp parallel sections shared(argc // expected-error {{expected ')'}} expected-note {{to mat… in main()
74 #pragma omp parallel sections shared(argc, // expected-error {{expected expression}} expected-error… in main()
76 #pragma omp parallel sections shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main()
78 #pragma omp parallel sections shared(argc) in main()
80 #pragma omp parallel sections shared(S1) // expected-error {{'S1' does not refer to a value}} in main()
82 #pragma omp parallel sections shared(a, b, c, d, f) in main()
84 #pragma omp parallel sections shared(argv[1]) // expected-error {{expected variable name}} in main()
[all …]
Dnesting_of_regions.cpp22 #pragma omp sections in foo()
27 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a par… in foo()
54 #pragma omp parallel sections in foo()
131 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo()
178 #pragma omp parallel sections // expected-error {{OpenMP constructs may not be nested inside a simd… in foo()
258 #pragma omp sections // expected-error {{region cannot be closely nested inside 'for' region; perha… in foo()
265 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a for… in foo()
303 #pragma omp sections // OK in foo()
323 #pragma omp parallel sections in foo()
408 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo()
[all …]
Dparallel_sections_proc_bind_messages.cpp6 #pragma omp parallel sections proc_bind // expected-error {{expected '(' after 'proc_bind'}} in main()
8 #pragma omp parallel sections proc_bind( // expected-error {{expected 'master', 'close' or 'spread'… in main()
10 #pragma omp parallel sections proc_bind() // expected-error {{expected 'master', 'close' or 'spread… in main()
12 #pragma omp parallel sections proc_bind(master // expected-error {{expected ')'}} expected-note {{t… in main()
14 #pragma omp parallel sections proc_bind(close), proc_bind(spread) // expected-error {{directive '#p… in main()
16 #pragma omp parallel sections proc_bind(x) // expected-error {{expected 'master', 'close' or 'sprea… in main()
19 #pragma omp parallel sections proc_bind(master) in main()
22 #pragma omp parallel sections proc_bind(close) in main()
24 #pragma omp parallel sections proc_bind(spread) in main()
Dparallel_sections_default_messages.cpp6 #pragma omp parallel sections default // expected-error {{expected '(' after 'default'}} in main()
8 #pragma omp parallel sections default( // expected-error {{expected 'none' or 'shared' in OpenMP cl… in main()
10 #pragma omp parallel sections default() // expected-error {{expected 'none' or 'shared' in OpenMP c… in main()
12 #pragma omp parallel sections default(none // expected-error {{expected ')'}} expected-note {{to ma… in main()
14 #pragma omp parallel sections default(shared), default(shared) // expected-error {{directive '#prag… in main()
16 #pragma omp parallel sections default(x) // expected-error {{expected 'none' or 'shared' in OpenMP … in main()
26 #pragma omp parallel sections default(none) in main()
31 #pragma omp parallel sections default(none) in main()
33 #pragma omp parallel sections default(shared) in main()
Dparallel_sections_copyin_messages.cpp63 #pragma omp parallel sections copyin // expected-error {{expected '(' after 'copyin'}} in main()
67 #pragma omp parallel sections copyin( // expected-error {{expected expression}} expected-error {{ex… in main()
71 #pragma omp parallel sections copyin() // expected-error {{expected expression}} in main()
75 #pragma omp parallel sections copyin(k // expected-error {{expected ')'}} expected-note {{to match … in main()
79 #pragma omp parallel sections copyin(h, // expected-error {{expected expression}} expected-error {{… in main()
83 #pragma omp parallel sections copyin(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main()
87 #pragma omp parallel sections copyin(l) // expected-error {{'operator=' is a private member of 'S4'… in main()
91 #pragma omp parallel sections copyin(S1) // expected-error {{'S1' does not refer to a value}} in main()
95 #pragma omp parallel sections copyin(argv[1]) // expected-error {{expected variable name}} in main()
99 #pragma omp parallel sections copyin(i) // expected-error {{copyin variable must be threadprivate}} in main()
[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 …]
Dglobal-sections-comdat.ll2 …c < %s -mtriple=i386-unknown-linux -data-sections -function-sections | FileCheck %s -check-prefix=…
3 …e=i386-unknown-linux -data-sections -function-sections -unique-section-names=false | FileCheck %s …
31 ; LINUX-SECTIONS: .section .text.F1,"axG",@progbits,F1,comdat
32 ; LINUX-SECTIONS: .size F1,
33 ; LINUX-SECTIONS-NEXT: .cfi_endproc
34 ; LINUX-SECTIONS-NEXT: .section .rodata.F1,"aG",@progbits,F1,comdat
36 ; LINUX-SECTIONS-SHORT: .section .text,"axG",@progbits,F1,comdat
37 ; LINUX-SECTIONS-SHORT: .size F1,
38 ; LINUX-SECTIONS-SHORT-NEXT: .cfi_endproc
39 ; LINUX-SECTIONS-SHORT-NEXT: .section .rodata,"aG",@progbits,F1,comdat
[all …]
/external/llvm/test/Object/
Dobj2yaml-sectiongroup.test5 RUN: llvm-readobj -sections %t2.o.elf | FileCheck %s -check-prefix=SECTIONS
13 #SECTIONS: Format: ELF64-x86-64
14 #SECTIONS: Arch: x86_64
15 #SECTIONS: AddressSize: 64bit
16 #SECTIONS: Section {
17 #SECTIONS: Index: 1
18 #SECTIONS: Name: .group (21)
19 #SECTIONS: Type: SHT_GROUP (0x11)
20 #SECTIONS: Flags [ (0x0)
21 #SECTIONS: ]
[all …]
/external/clang/test/Driver/
Dfunction-sections.c1 // Test handling of -f(no-)function-sections and -f(no-)data-sections
3 // CHECK-FS: -ffunction-sections
4 // CHECK-NOFS-NOT: -ffunction-sections
5 // CHECK-DS: -fdata-sections
6 // CHECK-NODS-NOT: -fdata-sections
16 // RUN: -ffunction-sections \
21 // RUN: -fno-function-sections \
26 // RUN: -ffunction-sections -fno-function-sections \
31 // RUN: -fno-function-sections -ffunction-sections \
36 // RUN: -ffunction-sections -fno-function-sections -ffunction-sections \
[all …]
/external/jhead/
Djpgfile.c18 static Section_t * Sections = NULL; variable
109 // Check sections array to see if it needs to be increased in size.
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()
119 if (Sections == NULL){ in CheckSectionsAllocated()
158 Sections[SectionsRead].Type = marker; in ReadJpegSections()
159 Sections[SectionsRead].Offset = ftell(infile); in ReadJpegSections()
173 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()
181 Sections[SectionsRead].Data = Data; in ReadJpegSections()
224 Sections[SectionsRead].Data = Data; in ReadJpegSections()
225 Sections[SectionsRead].Offset = cp; in ReadJpegSections()
[all …]
/external/openssh/
DPROTOCOL.krl5 The KRL consists of a header and zero or more sections. The header is:
24 Following the header are zero or more sections, each consisting of:
42 These sections use type KRL_SECTION_CERTIFICATES to revoke certificates by
55 Followed by one or more sections:
80 These sections use type KRL_SECTION_CERT_SERIAL_RANGE and hold
93 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
104 2.4. Revoked key ID sections
106 KRL_SECTION_CERT_KEY_ID sections revoke particular certificate "key
116 3. Explicit key sections
118 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
[all …]
/external/valgrind/
DCOPYING.DOCS62 The "Invariant Sections" are certain Secondary Sections whose titles
63 are designated, as being those of Invariant Sections, in the notice
67 Invariant Sections. If the Document does not identify any Invariant
68 Sections then there are none.
179 the conditions of sections 2 and 3 above, provided that you release
203 G. Preserve in that license notice the full lists of Invariant Sections
224 L. Preserve all the Invariant Sections of the Document,
233 If the Modified Version includes new front-matter sections or
234 appendices that qualify as Secondary Sections and contain no material
236 of these sections as invariant. To do this, add their titles to the
[all …]

12345678910>>...57