HomeSort by relevance Sort by last modified time
    Searched full:clause (Results 151 - 175 of 1178) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/OpenMP/
parallel_sections_if_messages.cpp 38 #pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'if' clause}}
87 #pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'if' clause}}
for_private_messages.cpp 87 #pragma omp for shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp for'}}
102 #pragma omp for private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
152 #pragma omp for shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp for'}}
164 #pragma omp for private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
parallel_for_private_messages.cpp 87 #pragma omp parallel for nowait // expected-error {{unexpected OpenMP clause 'nowait' in directive '#pragma omp parallel for'}}
102 #pragma omp parallel for private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
152 #pragma omp parallel for nowait // expected-error {{unexpected OpenMP clause 'nowait' in directive '#pragma omp parallel for'}}
164 #pragma omp parallel for private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
parallel_sections_firstprivate_messages.cpp 117 #pragma omp parallel sections linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp parallel sections'}}
133 #pragma omp parallel sections firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
236 #pragma omp parallel sections safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp parallel sections'}}
261 #pragma omp parallel sections firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
parallel_sections_lastprivate_messages.cpp 117 #pragma omp parallel sections linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp parallel sections'}}
133 #pragma omp parallel sections lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
222 #pragma omp parallel sections safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp parallel sections'}}
256 #pragma omp parallel sections lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
sections_firstprivate_messages.cpp 130 #pragma omp sections linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp sections'}}
146 #pragma omp sections firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
269 #pragma omp sections safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp sections'}}
299 #pragma omp sections firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
sections_lastprivate_messages.cpp 130 #pragma omp sections linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp sections'}}
146 #pragma omp sections lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
254 #pragma omp sections safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp sections'}}
294 #pragma omp sections lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
simd_private_messages.cpp 70 #pragma omp simd shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp simd'}}
81 #pragma omp simd private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
117 #pragma omp simd shared(i) // expected-error {{unexpected OpenMP clause 'shared' in directive '#pragma omp simd'}}
127 #pragma omp simd private(j) // expected-error {{arguments of OpenMP clause 'private' cannot be of reference type}}
single_firstprivate_messages.cpp 106 #pragma omp single linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp single'}}
118 #pragma omp single firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
197 #pragma omp single safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp single'}}
215 #pragma omp single firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
  /external/llvm/test/CodeGen/R600/
local-memory-two-objects.ll 23 ; GROUP_BARRIER must be the last instruction in a clause
25 ; EG-CHECK-NEXT: ALU clause
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
MoreDatabaseUtils.java 63 * Build a bind arg where clause.
70 * @return A string that can be used for bind args in a sql where clause.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 14 This is done because the target of an "except" clause must be a
59 # Generate a new N for the except clause
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 14 This is done because the target of an "except" clause must be a
59 # Generate a new N for the except clause
  /external/chromium_org/third_party/re2/
README.chromium 7 License: BSD 3-Clause License
  /external/chromium_org/third_party/sqlite/src/test/
tkt1444.test 25 # The use of a VIEW that contained an ORDER BY clause within a UNION ALL
tkt3757.test 47 # Then run a query with "t1.y IN (SELECT ..)" in the WHERE clause.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-69.js 28 // This tests a switch statement with only default clause leaves
  /external/clang/test/Rewriter/
rewrite-modern-throw.m 34 // no catch clause
  /external/eigen/cmake/
FindEigen3.cmake 16 # Redistribution and use is allowed according to the terms of the 2-clause BSD license.
FindStandardMathLibrary.cmake 13 # Redistribution and use is allowed according to the terms of the 2-clause BSD license.
  /external/okhttp/okio/src/main/java/okio/
Util.java 59 * Throws {@code t}, even if the declared throws clause doesn't permit it.
  /external/oprofile/pp/
common_option.h 49 * common options and providing the necessary try catch clause
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_gui.sgml 83 advertisement clause removed).</para>
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 22 * This class defines information of a segment in a string, such as a character, a word or a clause.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998

Completed in 489 milliseconds

1 2 3 4 5 67 8 91011>>