OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foreach
(Results
1 - 25
of
397
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.gc/
startbackgc.d
8
foreach
(t; 0 .. 10)
10
foreach
(n; 0 .. 100)
12
foreach
(x; 0 .. 100)
forkgc2.d
9
foreach
(t; 0 .. 10)
11
foreach
(n; 0 .. 100)
13
foreach
(x; 0 .. 100)
forkgc.d
9
foreach
(n; 0 .. 1_000)
21
foreach
(n; 0 .. 1_000)
sigmaskgc.d
20
foreach
(i; 0 .. 10000)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
memory.d
21
foreach
(ref sg; SectionGroup)
23
foreach
(rng; sg.gcRanges)
aApply.d
2
* This code handles decoding UTF strings for
foreach
loops. There are 6
48
foreach
(dchar d; s)
65
foreach
(dchar d; s)
110
foreach
(dchar d; s)
127
foreach
(dchar d; s)
184
foreach
(wchar d; s)
201
foreach
(wchar d; s)
235
foreach
(char c2; b)
261
foreach
(char d; s)
278
foreach
(char d; s
[
all
...]
/src/tests/usr.bin/indent/
lsym_for.c
49
* syntactic macros like 'forever' or '
foreach
'.
53
#define
foreach
(list, it) for (it = list.first; it != NULL; it = it->next)
macro
65
/* $ No space after '
foreach
' since it looks like a function name. */
66
foreach
(list, it)
function
69
/* $ No space after '
foreach
' since it looks like a function name. */
70
foreach
(list, it) {
/src/crypto/external/apache2/openssl/dist/include/openssl/
configuration.h.in
30
foreach
(@{$config{openssl_sys_defines}}) {
36
foreach
(@{$config{openssl_api_defines}}) {
41
foreach
(@{$config{openssl_feature_defines}}) {
/src/crypto/external/bsd/openssl/dist/include/openssl/
configuration.h.in
29
foreach
(@{$config{openssl_sys_defines}}) {
35
foreach
(@{$config{openssl_api_defines}}) {
40
foreach
(@{$config{openssl_feature_defines}}) {
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
internal.d
30
foreach
(ref s; result)
32
foreach
(i; 0 .. uniform(0u, 20u, rnd))
47
foreach
(ref i; result)
57
foreach
(i; rndstuff!(int)())
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
speller.d
31
foreach
(distance; 0 .. maxdist)
75
foreach
(i; 0 .. seed.length)
106
foreach
(i; 0 .. seed.length)
108
foreach
(s; idchars)
123
foreach
(i; 0 .. seed.length + 1) // yes, do seed.length+1 iterations
125
foreach
(s; idchars)
182
foreach
(s; idchars)
195
foreach
(s; idchars)
279
foreach
(testCase; cases)
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
opensslconf.h.in
27
foreach
(@{$config{openssl_sys_defines}}) {
33
foreach
(@{$config{openssl_api_defines}}) {
38
foreach
(@{$config{openssl_algorithm_defines}}) {
45
foreach
(@{$config{openssl_thread_defines}}) {
52
foreach
(@{$config{openssl_other_defines}}) {
/src/include/rpcsvc/
ypclnt.h
61
int (*
foreach
)(int, char *, int, char *, int, char *);
member in struct:ypall_callback
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
abort.d
16
foreach
(s; m)
37
foreach
(s; m)
moving.d
33
static
foreach
(i, M; typeof(S.tupleof))
58
foreach
(i; 0 .. S.length)
143
foreach
(ref a; src.a)
145
foreach
(ref a; dest.a)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
threadgroup.d
124
foreach
(Thread t; m_all.keys)
152
foreach
(Thread t; m_all.keys)
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
test_aa.d
106
foreach
(a; aa.keys)
112
foreach
(v; aa.values)
122
foreach
(val; aa.byKeyValue)
310
foreach
(i; a.byKey)
314
foreach
(i; a.byValue)
327
foreach
(k; a.byKey)
345
foreach
(key; keys)
360
foreach
(key; keys)
375
foreach
(key; keys)
385
foreach
(i; 0 .. keys.length
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ob.d
69
//
foreach
(ob; obstate.nodes) ob.print();
126
foreach
(ob; preds)
129
foreach
(ob; succs)
305
foreach
(i; 0 .. deps.length)
325
foreach
(keyValue; labtab.tab.asRange)
404
foreach
(s2; *s.statements)
423
foreach
(s2; *s.statements)
573
foreach
(cs; *s.cases)
584
foreach
(cs; *s.cases)
710
foreach
(cs; *s.catches
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.allocations/
tls_gc_integration.d
48
foreach
(thread; threads)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
aligned_block_list.d
413
foreach
(j; 0 .. testNum)
423
foreach
(j; 0 .. testNum)
427
foreach
(j; 0 .. testNum)
437
foreach
(j; 0 .. testNum)
441
foreach
(j; 0 .. testNum)
451
foreach
(j; 0 .. testNum)
554
foreach
(i; 0 .. maxIter)
562
foreach
(i; 0 .. numThreads)
612
foreach
(i; 0 .. maxIter)
625
foreach
(i; 0 .. numThreads
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
hashtab.d
31
foreach
(p; _buckets)
113
foreach
(p; _buckets)
234
foreach
(i; 0 .. 100)
237
foreach
(i; 0 .. 100)
240
foreach
(k, v; tab)
243
foreach
(i; 0 .. 50)
248
foreach
(i; 0 .. 50)
314
foreach
(i; 0 .. 5)
317
foreach
(k, v; tab)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
gc.d
42
foreach
(ref r; ranges)
49
foreach
(ref r; roots)
176
foreach
(ref r; roots)
194
foreach
(ref r; roots)
209
foreach
(ref r; ranges)
227
foreach
(ref r; ranges)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
elf.d
104
foreach
(dso; _loadedDSOs)
219
foreach
(ref tdso; *tdsos)
228
foreach
(ref tdso; *tdsos)
239
foreach
(i, ref tdso; _loadedDSOs)
258
foreach
(ref tdso; *pary)
279
foreach
(ref dso; _loadedDSOs)
290
foreach
(ref tdso; _loadedDSOs)
314
foreach
(ref pdso; _loadedDSOs)
334
foreach
(rng; *rngs)
343
foreach
(rng; *rngs
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/array/
operations.d
41
foreach
(argsIdx, arg; typeof(args))
286
foreach
(i, arg; Args)
328
foreach
(arg; Args)
348
foreach
(arg; Args)
450
foreach
(v1; ary)
451
foreach
(v2; vals)
475
foreach
(i; 0 .. N)
483
foreach
(i; 0 .. N)
509
foreach
(T; TT!(UINTS, INTS, FLOATS))
519
foreach
(T; TT!(UINTS, INTS)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
typed-splay-tree.cc
63
/* Test
foreach
by appending to a vec, and verifying the vec. */
65
t.
foreach
(append_cb, &v);
Completed in 29 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Aug 27 00:25:27 UTC 2026