| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | is-a.h | 176 static inline T cast (U *p) { return reinterpret_cast <T> (p); } in cast() function 187 static inline T cast (U *p) { return static_cast <T> (p); } in cast() function
|
| D | tree-ssa-phiopt.cc | 2763 gimple *cast = NULL; in cond_removal_in_builtin_zero_pattern() local
|
| D | gengtype.cc | 3219 const char *cast = d->needs_cast_p ? "(void *)" : ""; in write_types_process_field() local
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | mem.h | 156 #define CALLOC(sp, p, cast, nmemb, size) { \ argument 160 #define CALLOC_GOTO(sp, p, cast, nmemb, size) { \ argument 164 #define CALLOC_NOMSG(sp, p, cast, nmemb, size) { \ argument 167 #define CALLOC_RET(sp, p, cast, nmemb, size) { \ argument 174 #define MALLOC(sp, p, cast, size) { \ argument 178 #define MALLOC_GOTO(sp, p, cast, size) { \ argument 182 #define MALLOC_NOMSG(sp, p, cast, size) { \ argument 185 #define MALLOC_RET(sp, p, cast, size) { \ argument 195 #define REALLOC(sp, p, cast, size) { \ argument
|
| /netbsd/src/lib/libpthread/arch/x86_64/ |
| D | pthread_md.h | 75 volatile uintptr_t *cast = ptr; in _atomic_cas_ptr() local 88 volatile uintptr_t *cast = ptr; in _atomic_cas_ptr_ni() local
|
| /netbsd/src/lib/libpthread/arch/i386/ |
| D | pthread_md.h | 72 volatile uintptr_t *cast = ptr; in _atomic_cas_ptr() local 85 volatile uintptr_t *cast = ptr; in _atomic_cas_ptr_ni() local
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | gcc_typeof.c | 21 cast(double(*fn)(double)) in cast() function
|
| D | expr_cast.c | 22 cast(void) in cast() function
|
| /netbsd/src/external/bsd/libc++/dist/libcxxrt/src/ |
| D | dynamic_cast.cc | 174 void *cast = ADD_TO_PTR(obj, offset); in __do_upcast() local
|
| /netbsd/src/usr.bin/indent/ |
| D | indent.c | 462 paren_stack_push(struct paren_stack *s, int indent, enum paren_level_cast cast) in paren_stack_push() 627 enum paren_level_cast cast = cast_unknown; in process_lparen() local
|
| D | indent.h | 272 } cast; /* whether the parentheses form a type cast */ member
|
| /netbsd/src/sys/coda/ |
| D | cnode.h | 63 #define CODA_ALLOC(ptr, cast, size) \ argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amd64-linux-tdep.c | 1791 operation_up cast = make_operation<unop_cast_operation> (std::move (add), in amd64_dtrace_parse_probe_argument() local
|
| /netbsd/src/sys/dev/rasops/ |
| D | rasops.h | 211 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d))) argument
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | llimits.h | 142 #define cast(t, exp) ((t)(exp)) macro
|
| /netbsd/src/games/larn/ |
| D | monster.c | 241 cast(void) in cast() function
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| D | netpgpperl_wrap.c | 302 …struct swig_cast_info *cast; /* linked list of types that can cast in… member 477 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData() local 3995 swig_cast_info *cast; in SWIG_InitializeModule() local 4072 swig_cast_info *cast = swig_module.cast_initial[i]; in SWIG_InitializeModule() local
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
| D | netpgptcl_wrap.c | 308 …struct swig_cast_info *cast; /* linked list of types that can cast in… member 483 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData() local 3260 swig_cast_info *cast; in SWIG_InitializeModule() local 3337 swig_cast_info *cast = swig_module.cast_initial[i]; in SWIG_InitializeModule() local
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | snprintf.c | 1452 cast(LDOUBLE value) in cast() function
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| D | netpgppython_wrap.c | 306 …struct swig_cast_info *cast; /* linked list of types that can cast in… member 481 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData() local 4771 swig_cast_info *cast; in SWIG_InitializeModule() local 4848 swig_cast_info *cast = swig_module.cast_initial[i]; in SWIG_InitializeModule() local
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | trees.c | 692 cast(NODE *p, TWORD t, TWORD u) in cast() function
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | trees.c | 767 cast(P1ND *p, TWORD t, TWORD u) in cast() function
|
| /netbsd/src/crypto/dist/ipsec-tools/src/libipsec/ |
| D | pfkey.c | 53 #define CALLOC(size, cast) (cast)calloc(1, (size)) argument
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | tree.c | 4420 cast(tnode_t *tn, bool sys, type_t *tp) in cast() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck.cc | 7757 tree dest_type, enum tree_code cast, in check_for_casting_away_constness()
|