/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | tlsgc.d | 32 void* init() nothrow @nogc in init() function 64 void scan(void* data, scope ScanDg dg) nothrow in scan() 77 void processGCMarks(void* data, scope IsMarkedDg dg) nothrow in processGCMarks()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | tlsgc.d | 33 void* init() nothrow @nogc in init() function 65 void scan(void* data, scope ScanDg dg) nothrow in scan() 78 void processGCMarks(void* data, scope IsMarkedDg dg) nothrow in processGCMarks()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
H A D | object.d | 835 alias dg = int delegate(); in tsize() local 851 alias dg = int delegate(); in talign() local 1592 static int opApply(scope int delegate(ModuleInfo*) dg) in opApply() 2739 auto init = cast(ubyte[])typeid(T).initializer(); variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 998 int opApply(scope int delegate(ref int _x) dg) { return dg(x); } in opApply() 4589 foreach (input; [(int[]).init, in foreach() 4619 foreach (input; [string.init, in foreach()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 12585 tree init = tsubst_fold_expr_init (t, args, complain, in_decl); in tsubst_binary_left_fold() local 12662 tree init = tsubst_fold_expr_init (t, args, complain, in_decl); in tsubst_binary_right_fold() local 16390 tsubst_init (tree init, tree decl, tree args, in tsubst_init() 16618 tree init = tsubst_init (DECL_INITIAL (t), r, args, in tsubst_copy() local 17549 tree decl, init, cond = NULL_TREE, incr = NULL_TREE; in tsubst_omp_for_iterator() local 18061 tree init; in tsubst_expr() local 19057 prepend_one_capture (tree field, tree init, tree &list, in prepend_one_capture() 19117 tree init = TREE_VALUE (cap); in tsubst_lambda_expr() local 19834 tree init = RECUR (TREE_OPERAND (t, 3)); in tsubst_copy_and_build() local 25823 tree init; in instantiate_decl() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 12914 tree init = tsubst_fold_expr_init (t, args, complain, in_decl); in tsubst_binary_left_fold() local 12991 tree init = tsubst_fold_expr_init (t, args, complain, in_decl); in tsubst_binary_right_fold() local 16900 tsubst_init (tree init, tree decl, tree args, in tsubst_init() 17135 tree init = tsubst_init (DECL_INITIAL (t), r, args, in tsubst_copy() local 18113 tree decl, init, cond = NULL_TREE, incr = NULL_TREE; in tsubst_omp_for_iterator() local 18645 tree init; in tsubst_expr() local 19731 prepend_one_capture (tree field, tree init, tree &list, bool explicit_p, in prepend_one_capture() 19789 tree init = TREE_VALUE (cap); in tsubst_lambda_expr() local 20667 tree init = RECUR (TREE_OPERAND (t, 3)); in tsubst_copy_and_build() local 26545 tree init = DECL_INITIAL (d); in instantiate_body() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.c | 9447 int Parameter_foreach(Parameters *parameters, ForeachDg dg, void *ctx, size_t *pn) in Parameter_foreach() 9590 static bool init = false; in isCovariantScope() local
|