Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dis-a.h176 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
Dtree-ssa-phiopt.cc2763 gimple *cast = NULL; in cond_removal_in_builtin_zero_pattern() local
Dgengtype.cc3219 const char *cast = d->needs_cast_p ? "(void *)" : ""; in write_types_process_field() local
/netbsd/src/external/bsd/nvi/dist/common/
Dmem.h156 #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/
Dpthread_md.h75 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/
Dpthread_md.h72 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/
Dgcc_typeof.c21 cast(double(*fn)(double)) in cast() function
Dexpr_cast.c22 cast(void) in cast() function
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Ddynamic_cast.cc174 void *cast = ADD_TO_PTR(obj, offset); in __do_upcast() local
/netbsd/src/usr.bin/indent/
Dindent.c462 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
Dindent.h272 } cast; /* whether the parentheses form a type cast */ member
/netbsd/src/sys/coda/
Dcnode.h63 #define CODA_ALLOC(ptr, cast, size) \ argument
/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-linux-tdep.c1791 operation_up cast = make_operation<unop_cast_operation> (std::move (add), in amd64_dtrace_parse_probe_argument() local
/netbsd/src/sys/dev/rasops/
Drasops.h211 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d))) argument
/netbsd/src/external/mit/lua/dist/src/
Dllimits.h142 #define cast(t, exp) ((t)(exp)) macro
/netbsd/src/games/larn/
Dmonster.c241 cast(void) in cast() function
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/perl/
Dnetpgpperl_wrap.c302 …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/
Dnetpgptcl_wrap.c308 …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/
Dsnprintf.c1452 cast(LDOUBLE value) in cast() function
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/
Dnetpgppython_wrap.c306 …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/
Dtrees.c692 cast(NODE *p, TWORD t, TWORD u) in cast() function
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dtrees.c767 cast(P1ND *p, TWORD t, TWORD u) in cast() function
/netbsd/src/crypto/dist/ipsec-tools/src/libipsec/
Dpfkey.c53 #define CALLOC(size, cast) (cast)calloc(1, (size)) argument
/netbsd/src/usr.bin/xlint/lint1/
Dtree.c4420 cast(tnode_t *tn, bool sys, type_t *tp) in cast() function
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc7757 tree dest_type, enum tree_code cast, in check_for_casting_away_constness()

12