HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 1 - 25 of 1023) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
dynamic-sections.exp 20 # Check for bug introduced on 2002-06-10. See dynamic-sections.t for
27 run_dump_test dynamic-sections
dynamic-sections.d 2 # ld: -T dynamic-sections.t
3 # name: dynamic sections
4 # source: dynamic-sections-1.s
5 # source: dynamic-sections-2.s
  /external/clang/test/OpenMP/
parallel_sections_default_messages.cpp 6 #pragma omp parallel sections default // expected-error {{expected '(' after 'default'}}
8 #pragma omp parallel sections default( // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
10 #pragma omp parallel sections default() // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
12 #pragma omp parallel sections default(none // expected-error {{expected ')'}} expected-note {{to match this '('}}
14 #pragma omp parallel sections default(shared), default(shared) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'default' clause}}
16 #pragma omp parallel sections default(x) // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
26 #pragma omp parallel sections default(none)
31 #pragma omp parallel sections default(none)
33 #pragma omp parallel sections default(shared
    [all...]
parallel_sections_messages.cpp 6 #pragma omp parallel sections // expected-error {{unexpected OpenMP directive '#pragma omp parallel sections'}}
9 #pragma omp parallel sections {// expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
13 #pragma omp parallel sections( // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
17 #pragma omp parallel sections[ // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
21 #pragma omp parallel sections] // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}
    [all...]
parallel_sections_proc_bind_messages.cpp 6 #pragma omp parallel sections proc_bind // expected-error {{expected '(' after 'proc_bind'}}
8 #pragma omp parallel sections proc_bind( // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
10 #pragma omp parallel sections proc_bind() // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}}
12 #pragma omp parallel sections proc_bind(master // expected-error {{expected ')'}} expected-note {{to match this '('}}
14 #pragma omp parallel sections proc_bind(close), proc_bind(spread) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'proc_bind' clause}}
16 #pragma omp parallel sections proc_bind(x) // expected-error {{expected 'master', 'close' or 'spread' in OpenMP clause 'proc_bind'}}
19 #pragma omp parallel sections proc_bind(master)
22 #pragma omp parallel sections proc_bind(close)
24 #pragma omp parallel sections proc_bind(spread
    [all...]
parallel_sections_if_messages.cpp 14 #pragma omp parallel sections if // expected-error {{expected '(' after 'if'}}
18 #pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp parallel sections if () // expected-error {{expected expression}}
26 #pragma omp parallel sections if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
30 #pragma omp parallel sections if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
34 #pragma omp parallel sections if (argc > 0 ? argv[1] : argv[2])
38 #pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'if' clause}}
42 #pragma omp parallel sections if (S) // expected-error {{'S' does not refer to a value}
    [all...]
parallel_sections_num_threads_messages.cpp 14 #pragma omp parallel sections num_threads // expected-error {{expected '(' after 'num_threads'}}
16 #pragma omp parallel sections num_threads ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel sections num_threads () // expected-error {{expected expression}}
20 #pragma omp parallel sections num_threads (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp parallel sections num_threads (argc)) // expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
24 #pragma omp parallel sections num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
26 #pragma omp parallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel sections' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
28 #pragma omp parallel sections num_threads (S) // expected-error {{'S' does not refer to a value}
    [all...]
cancel_codegen.cpp 18 #pragma omp sections
20 #pragma omp cancel sections
27 #pragma omp sections
29 #pragma omp cancel sections
32 #pragma omp cancel sections
80 #pragma omp parallel sections
82 #pragma omp cancel sections
85 #pragma omp parallel sections
87 #pragma omp cancel sections
90 #pragma omp cancel sections
    [all...]
sections_misc_messages.c 5 // 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
18 // expected-error@+2 {{the statement for '#pragma omp sections' must be a compound statement}}
19 #pragma omp sections
22 #pragma omp sections
25 foo(); // expected-error {{statement in 'omp sections' directive must be enclosed into a section region}}
37 #pragma omp sections
    [all...]
parallel_sections_misc_messages.c 5 // 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
18 // expected-error@+2 {{the statement for '#pragma omp parallel sections' must be a compound statement}}
19 #pragma omp parallel sections
22 #pragma omp parallel sections
25 foo(); // expected-error {{statement in 'omp parallel sections' directive must be enclosed into a section region}}
37 #pragma omp parallel sections
    [all...]
cancellation_point_codegen.cpp 18 #pragma omp sections
21 #pragma omp cancellation point sections
22 #pragma omp cancel sections
36 #pragma omp sections
38 #pragma omp cancellation point sections
41 #pragma omp cancellation point sections
42 #pragma omp cancel sections
86 #pragma omp parallel sections
89 #pragma omp cancellation point sections
90 #pragma omp cancel sections
    [all...]
parallel_sections_firstprivate_messages.cpp 69 #pragma omp parallel sections firstprivate // expected-error {{expected '(' after 'firstprivate'}}
73 #pragma omp parallel sections firstprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
77 #pragma omp parallel sections firstprivate() // expected-error {{expected expression}}
81 #pragma omp parallel sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
85 #pragma omp parallel sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
89 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
93 #pragma omp parallel sections firstprivate(argc)
97 #pragma omp parallel sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}}
101 #pragma omp parallel sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete type 'S1'}}
105 #pragma omp parallel sections firstprivate(argv[1]) // expected-error {{expected variable name}
    [all...]
sections_firstprivate_messages.cpp 70 #pragma omp sections firstprivate // expected-error {{expected '(' after 'firstprivate'}}
75 #pragma omp sections firstprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
80 #pragma omp sections firstprivate() // expected-error {{expected expression}}
85 #pragma omp sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
90 #pragma omp sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
95 #pragma omp sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
100 #pragma omp sections firstprivate(argc)
105 #pragma omp sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}}
110 #pragma omp sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete type 'S1'}}
115 #pragma omp sections firstprivate(argv[1]) // expected-error {{expected variable name}
    [all...]
parallel_sections_reduction_messages.cpp 84 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}}
88 #pragma omp parallel sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extra tokens at the end of '#pragma omp parallel sections' are ignored}}
92 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected ')'}} expected-note {{to match this '('}}
96 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
100 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}}
104 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected expression}}
108 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}}
112 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{invalid operands to binary expression ('float' and 'float')}}
116 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expe (…)
    [all...]
sections_codegen.cpp 17 #pragma omp sections
29 #pragma omp sections
75 #pragma omp sections nowait
parallel_sections_lastprivate_messages.cpp 70 #pragma omp parallel sections lastprivate // expected-error {{expected '(' after 'lastprivate'}}
74 #pragma omp parallel sections lastprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
78 #pragma omp parallel sections lastprivate() // expected-error {{expected expression}}
82 #pragma omp parallel sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
86 #pragma omp parallel sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
90 #pragma omp parallel sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
94 #pragma omp parallel sections lastprivate(argc)
98 #pragma omp parallel sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}}
102 #pragma omp parallel sections lastprivate(a, b) // expected-error {{lastprivate variable with incomplete type 'S1'}}
106 #pragma omp parallel sections lastprivate(argv[1]) // expected-error {{expected variable name}
    [all...]
sections_lastprivate_messages.cpp 71 #pragma omp sections lastprivate // expected-error {{expected '(' after 'lastprivate'}}
76 #pragma omp sections lastprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
81 #pragma omp sections lastprivate() // expected-error {{expected expression}}
86 #pragma omp sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
91 #pragma omp sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
96 #pragma omp sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
101 #pragma omp sections lastprivate(argc)
106 #pragma omp sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}}
111 #pragma omp sections lastprivate(a, b) // expected-error {{lastprivate variable with incomplete type 'S1'}}
116 #pragma omp sections lastprivate(argv[1]) // expected-error {{expected variable name}
    [all...]
parallel_sections_private_messages.cpp 33 #pragma omp parallel sections private(a) private(this->a)
47 #pragma omp parallel sections private(a) private(this->a) private(s.a) // expected-error {{expected variable name or data member of current class}}
63 #pragma omp parallel sections private(a) private(this->a)
70 #pragma omp parallel sections private(a) private(this->a) private(s.a) // expected-error {{expected variable name or data member of current class}}
86 #pragma omp parallel sections private(a) private(this->a) private(T::a)
93 #pragma omp parallel sections private(a) private(this->a) private(s.a) private(s.T::a) // expected-error 2 {{expected variable name or data member of current class}}
111 #pragma omp parallel sections private // expected-error {{expected '(' after 'private'}}
115 #pragma omp parallel sections private( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
119 #pragma omp parallel sections private() // expected-error {{expected expression}}
123 #pragma omp parallel sections private(argc // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
sections_private_messages.cpp 33 #pragma omp sections private(a) private(this->a)
47 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable name or data member of current class}}
63 #pragma omp sections private(a) private(this->a)
70 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable name or data member of current class}}
86 #pragma omp sections private(a) private(this->a) private(T::a)
93 #pragma omp sections private(a) private(this->a) private(s.a) private(s.T::a) // expected-error 2 {{expected variable name or data member of current class}}
111 #pragma omp sections private // expected-error {{expected '(' after 'private'}}
115 #pragma omp sections private( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
119 #pragma omp sections private() // expected-error {{expected expression}}
123 #pragma omp sections private(argc // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test_10.sh 31 grep -q ".bss.* 8$" plugin_test_10.sections
eh_test_2.sh 25 sections="eh_test_2.sects"
27 hdr_section=`fgrep .eh_frame_hdr $sections`
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
common.d 2 #name: MRI common sections
5 # Test MRI common sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
noent.d 1 # name: --gc-sections -r without -e
2 # ld: --gc-sections -r
3 # error: gc-sections requires either an entry or an undefined symbol
all-debug-sections.d 1 #name: --gc-sections with multiple debug sections for a function section
2 #as: -gdwarf-sections
3 #ld: --gc-sections -e _start
pr18223.d 1 #name: --gc-sections with .text._init
2 #ld: --gc-sections -shared

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 91011>>