| /src/external/gpl2/xcvs/dist/src/ |
| subr.h | 64 void *closure; /* our user defined closure */ member in struct:format_cmdline_walklist_closure
|
| buffer.h | 96 void *closure; member in struct:buffer
|
| subr.c | 858 void *closure; member in struct:cmdline_bindings 861 * we don't have to worry about convproc or closure since pointers are stuck 985 * int (*convproc) (Node *, void *), void *closure 1003 * void *closure arg to be passed into 1004 * walklist as closure 1104 b->closure = NULL; 1371 b->closure = va_arg (args, void *); 1425 tb->closure = b->closure; 1452 b->closure = NULL [all...] |
| /src/external/bsd/byacc/dist/ |
| closure.c | 1 /* $NetBSD: closure.c,v 1.13 2024/09/14 21:29:02 christos Exp $ */ 3 /* Id: closure.c,v 1.14 2022/01/09 16:22:58 tom Exp */ 8 __RCSID("$NetBSD: closure.c,v 1.13 2024/09/14 21:29:02 christos Exp $"); 112 closure(Value_t *nucleus, int n) function
|
| /src/external/mit/isl/dist/ |
| isl_options_private.h | 19 unsigned closure; member in struct:isl_options
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-linux-tdep.c | 1230 /* The closure returned by i386_displaced_step_copy_insn is simply a local 1232 i386_displaced_step_copy_insn_closure *closure 1236 closure->buf[0] = 0x90;
|
| value.h | 176 FUNCS, and closure CLOSURE. */ 179 void *closure); 340 /* If this value is lval_computed, return its closure. The meaning 708 to use to access and describe the value, and a closure pointer 715 /* Closure for those functions to use. */ 716 void *closure; member in struct:value::__anon18348::__anon18350 960 /* Return a duplicate of VALUE's closure, for use in a new value. 961 This may simply return the same closure, if VALUE's is 964 This may be NULL, in which case VALUE's closure is re-used in th [all...] |
| i386-tdep.c | 758 std::unique_ptr<i386_displaced_step_copy_insn_closure> closure 760 gdb_byte *buf = closure->buf.data (); 783 return displaced_step_copy_insn_closure_up (closure.release ()); 803 i386_displaced_step_copy_insn_closure *closure 805 gdb_byte *insn = closure->buf.data (); 822 /* This is the size of the buffer in closure. */ 800 i386_displaced_step_copy_insn_closure *closure local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-linux-tdep.c | 820 /* The closure returned by i386_displaced_step_copy_insn is simply a local 822 i386_displaced_step_copy_insn_closure *closure 826 closure->buf[0] = 0x90;
|
| value.h | 176 FUNCS, and closure CLOSURE. */ 179 void *closure); 340 /* If this value is lval_computed, return its closure. The meaning 708 to use to access and describe the value, and a closure pointer 715 /* Closure for those functions to use. */ 716 void *closure; member in struct:value::__anon21089::__anon21091 960 /* Return a duplicate of VALUE's closure, for use in a new value. 961 This may simply return the same closure, if VALUE's is 964 This may be NULL, in which case VALUE's closure is re-used in th [all...] |
| i386-tdep.c | 814 std::unique_ptr<i386_displaced_step_copy_insn_closure> closure 816 gdb_byte *buf = closure->buf.data (); 839 return displaced_step_copy_insn_closure_up (closure.release ()); 859 i386_displaced_step_copy_insn_closure *closure 861 gdb_byte *insn = closure->buf.data (); 878 /* This is the size of the buffer in closure. */ 856 i386_displaced_step_copy_insn_closure *closure local
|
| /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
| grammar.h | 106 void (*f)(void *closure, const char *text, int textlen); 107 void *closure; member in struct:cfg_printer 581 void (*f)(void *closure, const char *text, int textlen), 582 void *closure);
|
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| grammar.h | 113 void (*f)(void *closure, const char *text, int textlen); 114 void *closure; member in struct:cfg_printer 602 void (*f)(void *closure, const char *text, int textlen), 603 void *closure);
|
| /src/external/bsd/libpcap/dist/ |
| gencode.h | 289 uset closure; member in struct:block
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lambda.cc | 50 /* Create the closure object for a LAMBDA_EXPR. */ 104 member of the resulting closure object." 120 /* N2927: "[The closure] class type is not an aggregate." 154 /* In C++17, assume the closure is literal; we'll clear the flag later if 168 /* Given a LAMBDA_EXPR or closure type LAMBDA, return the op() of the 169 closure type. */ 369 /* Given REF, a COMPONENT_REF designating a field in the lambda closure, 396 /* MEMBER is a capture field in a lambda closure class. Now that we're 403 tree var, object, fn, closure, name, lam, type; local 408 closure = DECL_CONTEXT (member) 808 tree closure = LAMBDA_EXPR_CLOSURE (tlambda); local 1537 tree closure = LAMBDA_EXPR_CLOSURE (lambda); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| lambda.cc | 51 /* Create the closure object for a LAMBDA_EXPR. */ 99 member of the resulting closure object." 115 /* N2927: "[The closure] class type is not an aggregate." 149 /* In C++17, assume the closure is literal; we'll clear the flag later if 163 /* Given a LAMBDA_EXPR or closure type LAMBDA, return the op() of the 164 closure type. */ 365 /* Given REF, a COMPONENT_REF designating a field in the lambda closure, 392 /* MEMBER is a capture field in a lambda closure class. Now that we're 399 tree var, object, fn, closure, name, lam, type; local 404 closure = DECL_CONTEXT (member) 781 tree closure = LAMBDA_EXPR_CLOSURE (tlambda); local 1430 tree closure = LAMBDA_EXPR_CLOSURE (lambda); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| expr.c | 94 /* The objfile from which this closure's expression came. */ 97 /* The CU from which this closure's expression came. */ 108 /* Allocate a closure for a value formed from separately-described 589 const piece_closure *closure local 596 gdb_assert (closure != NULL); 597 gdb_assert (closure->pieces.size () == 1); 600 (closure->pieces[0].v.ptr.die_sect_off, 601 closure->pieces[0].v.ptr.offset, 602 closure->per_cu, closure->per_objfile, frame, type) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| expr.c | 94 /* The objfile from which this closure's expression came. */ 97 /* The CU from which this closure's expression came. */ 108 /* Allocate a closure for a value formed from separately-described 589 const piece_closure *closure local 596 gdb_assert (closure != NULL); 597 gdb_assert (closure->pieces.size () == 1); 600 (closure->pieces[0].v.ptr.die_sect_off, 601 closure->pieces[0].v.ptr.offset, 602 closure->per_cu, closure->per_objfile, frame, type) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.c | 1154 branch closure 1155 closure 1157 closure: 1158 closure QMARK 1159 closure STAR 1160 closure PLUS 1161 closure REPMN 1275 closure (void) function 1312 closure(); 1315 closure(); [all...] |
| /src/external/gpl2/grep/dist/src/ |
| dfa.c | 1175 branch closure 1176 closure 1178 closure: 1179 closure QMARK 1180 closure STAR 1181 closure PLUS 1182 closure REPMN 1296 closure (void) function 1333 closure(); 1336 closure(); [all...] |
| /src/external/bsd/libevent/dist/ |
| event.c | 1356 /* "closure" function called when processing active signal events */ 1565 /* Closure function invoked when we're activating a persistent event. */ 1667 "closure %d, call %p", 2254 ev_uint8_t closure = (flags & EVENT_FINALIZE_FREE_) ? local 2258 ev->ev_closure = closure;
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event.c | 1354 /* "closure" function called when processing active signal events */ 1562 /* Closure function invoked when we're activating a persistent event. */ 1664 "closure %d, call %p", 2251 ev_uint8_t closure = (flags & EVENT_FINALIZE_FREE_) ? local 2255 ev->ev_closure = closure;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-ccp.cc | 4669 const bool closure = fndecl && DECL_LAMBDA_FUNCTION_P (fndecl); local 4678 if (i == 0 && closure)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-ccp.cc | 4599 const bool closure = fndecl && DECL_LAMBDA_FUNCTION_P (fndecl); local 4608 if (i == 0 && closure)
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_edid.c | 2213 typedef void detailed_cb(struct detailed_timing *timing, void *closure); 2216 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) 2224 cb((struct detailed_timing *)(det_base + 18 * i), closure); 2228 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) 2237 cb((struct detailed_timing *)(det_base + 18 * i), closure); 2241 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) 2250 cb(&(edid->detailed_timings[i]), closure); 2256 cea_for_each_detailed_block(ext, cb, closure); 2259 vtb_for_each_detailed_block(ext, cb, closure); 2828 struct detailed_mode_closure *closure = c local 2866 struct detailed_mode_closure closure = { local 2910 struct detailed_mode_closure *closure = c; local 2933 struct detailed_mode_closure closure = { local 2959 struct detailed_mode_closure *closure = c; local 2992 struct detailed_mode_closure closure = { local 3069 struct detailed_mode_closure *closure = c; local 3079 struct detailed_mode_closure closure = { local 3097 struct detailed_mode_closure *closure = c; local 3133 struct detailed_mode_closure closure = { local [all...] |