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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_sections_copyin_messages.cpp 63 #pragma omp parallel sections copyin // expected-error {{expected '(' after 'copyin'}}
67 #pragma omp parallel sections copyin( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
71 #pragma omp parallel sections copyin() // expected-error {{expected expression}}
75 #pragma omp parallel sections copyin(k // expected-error {{expected ')'}} expected-note {{to match this '('}}
79 #pragma omp parallel sections copyin(h, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
83 #pragma omp parallel sections copyin(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
87 #pragma omp parallel sections copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
91 #pragma omp parallel sections copyin(S1) // expected-error {{'S1' does not refer to a value}}
95 #pragma omp parallel sections copyin(argv[1]) // expected-error {{expected variable name}}
99 #pragma omp parallel sections copyin(i) // expected-error {{copyin variable must be threadprivate}
    [all...]
sections_reduction_messages.cpp 85 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}}
90 #pragma omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extra tokens at the end of '#pragma omp sections' are ignored}}
95 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected ')'}} expected-note {{to match this '('}}
100 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
105 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}}
110 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ignoring}} expected-error {{expected expression}}
115 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{missing ':' after reduction identifier - ignoring}}
120 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{invalid operands to binary expression ('float' and 'float')}}
125 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expe (…)
    [all...]
parallel_sections_shared_messages.cpp 66 #pragma omp parallel sections shared // expected-error {{expected '(' after 'shared'}}
68 #pragma omp parallel sections shared( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
70 #pragma omp parallel sections shared() // expected-error {{expected expression}}
72 #pragma omp parallel sections shared(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
74 #pragma omp parallel sections shared(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
76 #pragma omp parallel sections shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
78 #pragma omp parallel sections shared(argc)
80 #pragma omp parallel sections shared(S1) // expected-error {{'S1' does not refer to a value}}
82 #pragma omp parallel sections shared(a, b, c, d, f)
84 #pragma omp parallel sections shared(argv[1]) // expected-error {{expected variable name}
    [all...]
cancel_ast_print.cpp 19 #pragma omp sections
21 #pragma omp cancel sections
23 // CHECK-NEXT: #pragma omp sections
25 // CHECK: #pragma omp cancel sections
cancellation_point_ast_print.cpp 19 #pragma omp sections
21 #pragma omp cancellation point sections
23 // CHECK-NEXT: #pragma omp sections
25 // CHECK: #pragma omp cancellation point sections
parallel_sections_codegen.cpp 15 #pragma omp parallel sections
28 #pragma omp parallel sections
cancel_messages.cpp 5 #pragma omp cancel // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
8 #pragma omp cancel unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
9 #pragma omp cancel sections( // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}}
34 #pragma omp cancel sections // expected-error {{region cannot be closely nested inside 'task' region}}
36 #pragma omp sections
38 #pragma omp cancel parallel // expected-error {{region cannot be closely nested inside 'sections' region}}
43 #pragma omp cancel sections
56 #pragma omp cancel sections
67 #pragma omp cancel sections
78 #pragma omp cancel sections
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
section4.d 2 #readelf: --sections
3 #name: label arithmetic with multiple same-name sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
compressed1b.d 2 #as: --compress-debug-sections=zlib-gabi
3 #ld: -r --compress-debug-sections=none
compressed1c.d 2 #as: --compress-debug-sections=zlib-gabi
3 #ld: -shared --compress-debug-sections=none
compressed1e.d 2 #as: --compress-debug-sections=none
3 #ld: -shared --compress-debug-sections=zlib-gnu
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
abi-note.d 1 #name: --gc-sections with note section
2 #ld: --gc-sections -e _start
personality.d 1 #name: --gc-sections with __gxx_personality
2 #ld: --gc-sections -e main -L tmpdir -lpersonality
pr11218.d 1 # name: --gc-sections with shared library
3 # ld: --gc-sections -e main tmpdir/pr11218-2.o tmpdir/pr11218-1.so
start.d 1 #name: --gc-sections with __start_
2 #ld: --gc-sections -e _start
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
parallel-bad-4.d 1 #name: C6X too many parallel instructions, multiple sections
resource-func-unit-2.d 1 #name: C6X parallel instructions on same functional unit, multiple sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-10.d 1 #ld: -e bar --gc-sections
ifunc-11.d 1 #ld: -e bar --gc-sections
  /external/google-breakpad/src/common/linux/
elfutils-inl.h 49 const typename ElfClass::Shdr* sections,
54 assert(sections != NULL);
62 const char* section_name = section_names + sections[i].sh_name;
63 if (sections[i].sh_type == section_type &&
66 return sections + i;
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 61 // Jpeg file is composed of many sections and image data. This class is used
106 List<Section> sections = parse(is, true); local
107 if (sections == null) {
111 for (Section section : sections) {
153 List<Section> sections = null; local
155 sections = parse(new FileInputStream(filename), false);
156 sections = insertXMPSection(sections, meta);
157 if (sections == null) {
168 writeJpegFile(os, sections);
189 List<Section> sections = parse(inputStream, false); local
343 List<Section> sections = new ArrayList<Section>(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
section4.d 1 #readelf: --sections
2 #name: label arithmetic with multiple same-name sections
group1b.d 2 #name: group section with multiple sections of same name
6 COMDAT group section \[ 1\] `\.group' \[.foo_group\] contains 1 sections:
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
exclude-1a.d 5 #name: objcopy on sections with SHF_EXCLUDE
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
dw2-compress-2.d 1 #as: --compress-debug-sections

Completed in 263 milliseconds

12 3 4 5 6 7 8 91011>>