/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_T.c | 11 int cast = (custom_type_name) * arg; variable 20 int cast = (custom_type_name)*arg; variable 29 int cast = (custom_type_name) *arg; variable
|
H A D | opt_ta.c | 15 int cast = (unknown_type_name_t) * arg; in example() local 25 int cast = (unknown_type_name_t)*arg; in example() local
|
H A D | lsym_rparen_or_rbracket.c | 13 int cast = (int)3; variable 14 int cast = (int)(3); variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | gcc_typeof.c | 21 cast(double(*fn)(double)) in cast() function
|
H A D | expr_cast.c | 22 cast(void) in cast() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | concurrency.d | 544 auto callable2 = cast(shared) new class{ void opCall(int) shared {} }; in cast() function 546 auto callable4 = cast(immutable) new class{ void opCall(int) immutable {} }; in cast() function 548 auto callable6 = cast(shared) new class{ void opCall(int) immutable {} }; in cast() function 549 auto callable7 = cast(immutable) new class{ void opCall(int) shared {} }; in cast() function 550 auto callable8 = cast(shared) new class{ void opCall(int) const shared {} }; in cast() function 551 auto callable9 = cast(const shared) new class{ void opCall(int) shared {} }; in cast() function 552 auto callable10 = cast(const shared) new class{ void opCall(int) const shared {} }; in cast() function 553 auto callable11 = cast(immutable) new class{ void opCall(int) const shared {} }; in cast() function
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | cpp_conversion.cc | 22 void cpp_conversion_generator::cast(const isl_class &clazz, const char *to) in cast() function in cpp_conversion_generator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | is-a.h | 171 is_a_helper <T>::cast (U *p) in cast() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-reachability.cc | 202 if (const svalue *cast = sval->maybe_undo_cast ()) in handle_sval() local 268 if (const svalue *cast = sval->maybe_undo_cast ()) in handle_parm() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 22 if (auto *cast = dyn_cast<CastExpr>(E)) { in tryToFindPtrOrigin() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | concurrency.d | 650 auto callable2 = cast(shared) new class{ void opCall(int) shared {} }; in cast() function 652 auto callable4 = cast(immutable) new class{ void opCall(int) immutable {} }; in cast() function 654 auto callable6 = cast(shared) new class{ void opCall(int) immutable {} }; in cast() function 655 auto callable7 = cast(immutable) new class{ void opCall(int) shared {} }; in cast() function 656 auto callable8 = cast(shared) new class{ void opCall(int) const shared {} }; in cast() function 657 auto callable9 = cast(const shared) new class{ void opCall(int) shared {} }; in cast() function 658 auto callable10 = cast(const shared) new class{ void opCall(int) const shared {} }; in cast() function 659 auto callable11 = cast(immutable) new class{ void opCall(int) const shared {} }; in cast() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | Address.h | 108 template <class U> inline U cast(CodeGen::Address addr) { in cast() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 131 typename HelperT::template Lookup<N>::PointerT cast() const { in cast() function
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | dynamic_cast.cc | 174 void *cast = ADD_TO_PTR(obj, offset); in __do_upcast() local
|
/netbsd-src/usr.bin/indent/ |
H A D | indent.c | 460 paren_stack_push(struct paren_stack * s,int indent,enum paren_level_cast cast) paren_stack_push() argument 620 enum paren_level_cast cast = cast_unknown; process_lparen() local
|
/netbsd-src/sys/coda/ |
H A D | cnode.h | 63 #define CODA_ALLOC(ptr, cast, size) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | intrange.c | 405 IntRange& IntRange::cast(Type *type) in cast() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 877 llvm::Value *cast = builder.CreatePointerCast(stringVar, in generateStringPrint() local 921 llvm::Value *cast = builder.CreateBitCast(stringVar, in generateIntegerPrint() local
|
/netbsd-src/sys/dev/rasops/ |
H A D | rasops.h | 211 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d))) argument
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | llimits.h | 142 #define cast(t, exp) ((t)(exp)) macro
|
/netbsd-src/games/larn/ |
H A D | monster.c | 241 cast(void) in cast() function
|