Home
last modified time | relevance | path

Searched +refs:cl +refs:s (Results 1 – 25 of 42115) sorted by relevance

12345678910>>...1685

/dports/devel/splint/splint-3.1.2/src/
H A DstateClause.c41 ret->refs = s; in stateClause_createRaw()
86 ret->refs = s; in stateClause_create()
577 (int) s->state, in stateClause_dump()
578 (int) s->kind, in stateClause_dump()
603 ret->state = s->state; in stateClause_copy()
604 ret->kind = s->kind; in stateClause_copy()
623 sfree (s); in stateClause_free()
629 switch (s->kind) in stateClauseKind_unparse()
664 stateClause_unparseKind (s), sRefSet_unparsePlain (s->refs))); in stateClause_unparse()
702 sRefSet_free (s); in stateClause_createPlain()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcl_input.c881 VectorCopy(cl.playercrouchmins, s->mins); in CL_ClientMovement_UpdateStatus()
882 VectorCopy(cl.playercrouchmaxs, s->maxs); in CL_ClientMovement_UpdateStatus()
886 VectorCopy(cl.playerstandmins, s->mins); in CL_ClientMovement_UpdateStatus()
887 VectorCopy(cl.playerstandmaxs, s->maxs); in CL_ClientMovement_UpdateStatus()
950 VectorSet(currentorigin2, s->origin[0], s->origin[1], s->origin[2] + cl.movevars_stepheight); in CL_ClientMovement_Move()
1598 VectorCopy(cl.mvelocity[0], s.velocity); in CL_ClientMovement_Replay()
1622 s.cmd = cl.movecmd[i]; in CL_ClientMovement_Replay()
1628 cl.movecmd[i].canjump = s.cmd.canjump; in CL_ClientMovement_Replay()
1636 s.cmd = cl.movecmd[0]; in CL_ClientMovement_Replay()
1643 VectorCopy(s.origin, cl.movement_origin); in CL_ClientMovement_Replay()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dcl_input.c881 VectorCopy(cl.playercrouchmins, s->mins); in CL_ClientMovement_UpdateStatus()
882 VectorCopy(cl.playercrouchmaxs, s->maxs); in CL_ClientMovement_UpdateStatus()
886 VectorCopy(cl.playerstandmins, s->mins); in CL_ClientMovement_UpdateStatus()
887 VectorCopy(cl.playerstandmaxs, s->maxs); in CL_ClientMovement_UpdateStatus()
950 VectorSet(currentorigin2, s->origin[0], s->origin[1], s->origin[2] + cl.movevars_stepheight); in CL_ClientMovement_Move()
1598 VectorCopy(cl.mvelocity[0], s.velocity); in CL_ClientMovement_Replay()
1622 s.cmd = cl.movecmd[i]; in CL_ClientMovement_Replay()
1628 cl.movecmd[i].canjump = s.cmd.canjump; in CL_ClientMovement_Replay()
1636 s.cmd = cl.movecmd[0]; in CL_ClientMovement_Replay()
1643 VectorCopy(s.origin, cl.movement_origin); in CL_ClientMovement_Replay()
[all …]
/dports/devel/py-cclib/cclib-1.7.1/data/GAMESS-UK/basicGAMESS-UK7.0/
H A DMoOCl4-sp.out1045 41 3 cl s 0.0427
1046 42 3 cl s 0.4860
1053 49 4 cl s 0.0426
1054 50 4 cl s 0.4857
1061 57 5 cl s 0.0426
1062 58 5 cl s 0.4857
1069 65 6 cl s 0.0426
1070 66 6 cl s 0.4853
1154 41 3 cl s 1.19896 0.89816
1155 42 3 cl s 0.58813 0.49491
[all …]
/dports/devel/py-cclib/cclib-1.7.1/data/GAMESS-UK/basicGAMESS-UK8.0/
H A DMoOCl4-sp.out1038 41 3 cl s -0.0427
1039 42 3 cl s -0.4860
1046 49 4 cl s -0.0426
1047 50 4 cl s -0.4857
1054 57 5 cl s -0.0426
1055 58 5 cl s -0.4857
1062 65 6 cl s -0.0426
1063 66 6 cl s -0.4853
1147 41 3 cl s 1.19896 0.89816
1148 42 3 cl s 0.58814 0.49491
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcl_input.c887 VectorCopy(cl.playercrouchmins, s->mins); in CL_ClientMovement_UpdateStatus()
892 VectorCopy(cl.playerstandmins, s->mins); in CL_ClientMovement_UpdateStatus()
893 VectorCopy(cl.playerstandmaxs, s->maxs); in CL_ClientMovement_UpdateStatus()
946 VectorSet(currentorigin2, s->origin[0], s->origin[1], s->origin[2] + cl.movevars_stepheight); in CL_ClientMovement_Move()
1274 s->velocity[2] -= cl.movevars_gravity * cl.movevars_entgravity * s->cmd.frametime; in CL_ClientMovement_Physics_Walk()
1334 s->velocity[2] -= cl.movevars_gravity * cl.movevars_entgravity * s->cmd.frametime; in CL_ClientMovement_Physics_Walk()
1443 VectorCopy(cl.mvelocity[0], s.velocity); in CL_ClientMovement_Replay()
1467 s.cmd = cl.movecmd[i]; in CL_ClientMovement_Replay()
1478 cl.movecmd[i].canjump = s.cmd.canjump; in CL_ClientMovement_Replay()
1485 s.cmd = cl.movecmd[0]; in CL_ClientMovement_Replay()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Language/
H A Dmath_language.cpp29 void set_type (string cl, string s);
30 void set_left_penalty (string cl, string s);
31 void set_right_penalty (string cl, string s);
32 void set_left_spacing (string cl, string s);
33 void set_right_spacing (string cl, string s);
34 void set_limits (string cl, string s);
50 math_language_rep::set_type (string cl, string s) { in set_type() argument
70 math_language_rep::set_left_penalty (string cl, string s) { in set_left_penalty() argument
71 if (is_int (s)) tpr_class(cl).pen_before= as_int (s); in set_left_penalty()
83 if (is_int (s)) tpr_class(cl).pen_after= as_int (s); in set_right_penalty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
3 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
4 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
5 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
6 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
7 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING…
10 // RUN: %clang -S -### -cl-kernel-arg-info %s 2>&1 | FileCheck --check-prefix=CHECK-KERNEL-ARG-INFO…
13 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
18 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
3 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
4 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
5 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
6 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
7 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING…
10 // RUN: %clang -S -### -cl-kernel-arg-info %s 2>&1 | FileCheck --check-prefix=CHECK-KERNEL-ARG-INFO…
13 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
18 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
3 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
4 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
5 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
6 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
7 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING…
10 // RUN: %clang -S -### -cl-kernel-arg-info %s 2>&1 | FileCheck --check-prefix=CHECK-KERNEL-ARG-INFO…
13 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
18 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
3 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
4 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
5 // RUN: %clang -S -### -cl-std=c++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
6 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
7 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING…
10 // RUN: %clang -S -### -cl-kernel-arg-info %s 2>&1 | FileCheck --check-prefix=CHECK-KERNEL-ARG-INFO…
13 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
18 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
3 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
4 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
5 // RUN: %clang -S -### -cl-std=c++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
6 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
7 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING…
10 // RUN: %clang -S -### -cl-kernel-arg-info %s 2>&1 | FileCheck --check-prefix=CHECK-KERNEL-ARG-INFO…
13 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
18 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dcrypto-backend.c64 cl = al; in _algo_register()
65 while (cl && cl->alg_data) { in _algo_register()
75 cl->alg_data = s; in _algo_register()
80 cl = cl->next; in _algo_register()
81 if (cl) in _algo_register()
111 cl = al; in _get_algo()
112 while (cl && cl->alg_data) { in _get_algo()
116 cl = cl->next; in _get_algo()
132 cl = next; in _deregister()
134 while (cl) { in _deregister()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Drequest.c561 n->bi_private = &s->cl; in cache_lookup_fn()
697 bio->bi_private = &s->cl; in do_bio_hook()
856 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done()
950 miss->bi_private = &s->cl; in cached_dev_cache_miss()
952 closure_bio_submit(s->iop.c, miss, &s->cl); in cached_dev_cache_miss()
958 struct closure *cl = &s->cl; in cached_dev_read() local
960 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
977 struct closure *cl = &s->cl; in cached_dev_write() local
1055 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1295 cl = &s->cl; in flash_dev_submit_bio()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/bcache/
H A Drequest.c561 n->bi_private = &s->cl; in cache_lookup_fn()
697 bio->bi_private = &s->cl; in do_bio_hook()
856 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done()
950 miss->bi_private = &s->cl; in cached_dev_cache_miss()
952 closure_bio_submit(s->iop.c, miss, &s->cl); in cached_dev_cache_miss()
958 struct closure *cl = &s->cl; in cached_dev_read() local
960 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
977 struct closure *cl = &s->cl; in cached_dev_write() local
1055 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1295 cl = &s->cl; in flash_dev_submit_bio()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/bcache/
H A Drequest.c561 n->bi_private = &s->cl; in cache_lookup_fn()
697 bio->bi_private = &s->cl; in do_bio_hook()
856 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done()
950 miss->bi_private = &s->cl; in cached_dev_cache_miss()
952 closure_bio_submit(s->iop.c, miss, &s->cl); in cached_dev_cache_miss()
958 struct closure *cl = &s->cl; in cached_dev_read() local
960 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
977 struct closure *cl = &s->cl; in cached_dev_write() local
1055 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1295 cl = &s->cl; in flash_dev_submit_bio()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Driver/
H A Dopencl.cl1 // RUN: %clang -S -### -cl-std=CL %s 2>&1 | FileCheck --check-prefix=CHECK-CL %s
2 // RUN: %clang -S -### -cl-std=CL1.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL10 %s
3 // RUN: %clang -S -### -cl-std=CL1.1 %s 2>&1 | FileCheck --check-prefix=CHECK-CL11 %s
4 // RUN: %clang -S -### -cl-std=CL1.2 %s 2>&1 | FileCheck --check-prefix=CHECK-CL12 %s
5 // RUN: %clang -S -### -cl-std=CL2.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL20 %s
6 // RUN: %clang -S -### -cl-std=CL3.0 %s 2>&1 | FileCheck --check-prefix=CHECK-CL30 %s
7 // RUN: %clang -S -### -cl-std=clc++ %s 2>&1 | FileCheck --check-prefix=CHECK-CLCPP %s
8 // RUN: %clang -S -### -cl-opt-disable %s 2>&1 | FileCheck --check-prefix=CHECK-OPT-DISABLE %s
15 // RUN: %clang -S -### -cl-mad-enable %s 2>&1 | FileCheck --check-prefix=CHECK-MAD-ENABLE %s
20 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s
[all …]

12345678910>>...1685