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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/OpenMP/
simd_reduction_messages.cpp 120 #pragma omp simd reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
150 #pragma omp simd private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
157 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
160 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction' clause}} expected-note 3 {{previously referenced here}}
168 #pragma omp simd reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
237 #pragma omp simd reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
270 #pragma omp simd private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
274 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
277 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction' clause}} expected-note {{previously referenced here}}
285 #pragma omp simd reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' must reference the same object in all threads}
    [all...]
for_firstprivate_messages.cpp 118 #pragma omp for linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp for'}}
133 #pragma omp for firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
234 #pragma omp for safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp for'}}
262 #pragma omp for firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
for_lastprivate_messages.cpp 118 #pragma omp for linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp for'}}
133 #pragma omp for lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
222 #pragma omp for safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp for'}}
254 #pragma omp for lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
parallel_for_firstprivate_messages.cpp 105 #pragma omp parallel for linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp parallel for'}}
120 #pragma omp parallel for firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
201 #pragma omp parallel for safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp parallel for'}}
223 #pragma omp parallel for firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
parallel_for_lastprivate_messages.cpp 105 #pragma omp parallel for linear(i) // expected-error {{unexpected OpenMP clause 'linear' in directive '#pragma omp parallel for'}}
120 #pragma omp parallel for lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
190 #pragma omp parallel for safelen(5) // expected-error {{unexpected OpenMP clause 'safelen' in directive '#pragma omp parallel for'}}
216 #pragma omp parallel for lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
simd_lastprivate_messages.cpp 97 #pragma omp simd firstprivate(i) // expected-error {{unexpected OpenMP clause 'firstprivate' in directive '#pragma omp simd'}}
112 #pragma omp simd lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
181 #pragma omp simd firstprivate(g) // expected-error {{unexpected OpenMP clause 'firstprivate' in directive '#pragma omp simd'}}
204 #pragma omp simd lastprivate(j) // expected-error {{arguments of OpenMP clause 'lastprivate' cannot be of reference type}}
simd_metadata.c 11 // do not emit parallel_loop_access metadata due to usage of safelen clause.
  /external/llvm/docs/
ExceptionHandling.rst 165 - This clause means that the landingpad block should be entered if the
174 - When this clause is matched, the selector value will be equal to the value
180 - This clause means that the landingpad should be entered if the exception
187 - When this clause is matched, the selector value will be negative.
197 - This clause means that the landingpad should always be entered.
201 - When this clause is matched, the selector value will be zero.
213 implement this by searching for a matching non-``cleanup`` clause, and
254 a *cleanup* clause. Otherwise, the unwinder will not stop at the landing pad if
276 filter clause. The clause consists of an array of type infos
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_update.test 133 # WHERE clause, all rows in the table are modified by the UPDATE.
150 # rows for which the result of evaluating the WHERE clause expression as
174 # EVIDENCE-OF: R-58129-20729 It is not an error if the WHERE clause does
268 # EVIDENCE-OF: R-12619-24112 The optional conflict-clause allows the
444 the %s %s clause is not allowed on UPDATE or DELETE statements within triggers
529 # EVIDENCE-OF: R-58862-44169 If an UPDATE statement has a LIMIT clause,
549 # non-negative value N and the UPDATE statement has an ORDER BY clause,
550 # then all rows that would be updated in the absence of the LIMIT clause
562 # clause, then it is similarly evaluated and cast to an integer value.
574 # clause, then all rows that would be updated in the absence of th
    [all...]
limit.test 12 # focus of this file is testing the LIMIT ... OFFSET ... clause
259 } {1 {LIMIT clause should come after UNION ALL not before}}
264 } {1 {LIMIT clause should come after UNION not before}}
269 } {1 {LIMIT clause should come after EXCEPT not before}}
274 } {1 {LIMIT clause should come after INTERSECT not before}}
400 } {1 {LIMIT clause should come after UNION not before}}
select5.test 123 # Some tests for queries with a GROUP BY clause but no aggregate functions.
159 # Test rendering of columns for the GROUP BY clause.
168 # the GROUP BY clause.
mallocK.test 12 # This test script checks malloc failures in WHERE clause analysis.
  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 65 // check if we might want to switch current clause type
82 // of the TEX clause (which consumes 128 bits regs) ; ALU inst before and
84 // TEX clause.
85 // Available[IDFetch].size() * 2 : GPRs required in the Fetch clause
174 DEBUG(dbgs() << CurEmitted << " Instructions Emitted in this clause\n");
203 // There is no export clause, we can schedule one as soon as its ready
R600ClauseMergePass.cpp 52 /// IfCvt pass can generate "disabled" ALU clause marker that need to be
53 /// removed and their content affected to the previous alu clause.
197 return "R600 Merge Clause Markers Pass";
  /external/javassist/src/main/javassist/
CtBehavior.java 325 * @return a zero-length array if there is no throws clause.
781 // finally clause for exceptions
784 // finally clause for normal termination
876 /* insert a finally clause
    [all...]
  /external/llvm/test/CodeGen/R600/
fetch-limits.r700+.ll 14 ; r700+ supports 16 fetches in a clause
16 ; CHECK: Fetch clause
17 ; CHECK: Fetch clause
selectcc-opt.ll 34 ; CHECK-NEXT: ALU clause starting
  /bionic/libc/upstream-netbsd/lib/libc/resolv/
mtctxres.c 104 * This if clause should only be executed if we are linking
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1184.js 28 // Test the case when finally clause throws another exception (stack overflow)
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 3 // When it is part of a parameter-declaration-clause, the parameter
  /external/clang/test/CodeGen/
arm64-aapcs-arguments.c 3 // AAPCS clause C.8 says: If the argument has an alignment of 16 then the NGRN
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/wpa_supplicant_8/
README 8 advertisement clause removed).

Completed in 440 milliseconds

1 2 3 4 5 6 7 891011>>