| /src/tests/crypto/libcrypto/cast/ |
| H A D | Makefile | 4 HELPER_DIR= cast
|
| /src/tests/usr.bin/indent/ |
| H A D | opt_ta.c | 15 int cast = (unknown_type_name_t) * arg; local in function:example 25 int cast = (unknown_type_name_t)*arg; local in function:example
|
| H A D | opt_T.c | 11 int cast = (custom_type_name) * arg; variable in typeref:typename:int 20 int cast = (custom_type_name)*arg; variable in typeref:typename:int 29 int cast = (custom_type_name) *arg; variable in typeref:typename:int
|
| H A D | lsym_rparen_or_rbracket.c | 13 int cast = (int)3; variable in typeref:typename:int 14 int cast = (int)(3); variable in typeref:typename:int 63 // This ')' is not a cast.
|
| /src/lib/libpthread/arch/i386/ |
| H A D | pthread_md.h | 72 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr 76 : "=a" (ret), "=m" (*cast) 77 : "r" (new), "m" (*cast), "0" (old)); 85 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr_ni 89 : "=a" (ret), "=m" (*cast) 90 : "r" (new), "m" (*cast), "0" (old));
|
| /src/lib/libpthread/arch/x86_64/ |
| H A D | pthread_md.h | 75 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr 79 : "=a" (ret), "=m" (*cast) 80 : "r" (new), "m" (*cast), "0" (old)); 88 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr_ni 92 : "=a" (ret), "=m" (*cast) 93 : "r" (new), "m" (*cast), "0" (old));
|
| /src/tests/usr.bin/xlint/lint1/ |
| H A D | expr_cast.c | 5 * Tests for value conversion using a cast-expression. 22 cast(void) function in typeref:struct:S 30 /* expect+2: error: invalid cast from 'struct S' to 'struct S' [147] */ 31 /* expect+1: error: function 'cast' expects to return value [214] */ 38 * Before 2021-02-28, lint crashed in cast() since the target type of the 39 * cast is NULL. 49 /* expect+1: error: invalid cast from 'int' to 'function() returning pointer to function(void) returning pointer to void' [147] */ 58 * C99 6.5.4 "Cast operators" footnote 85 says "A cast does not yield an 71 /* expect+2: error: a cast does not yield an lvalue [163] */ 75 /* expect+2: error: a cast doe [all...] |
| H A D | gcc_typeof.c | 21 cast(double(*fn)(double)) function in typeref:typename:void 33 /* identity cast */
|
| /src/tests/crypto/libcrypto/ |
| H A D | t_ciphers.sh | 38 atf_test_case cast 115 atf_add_test_case cast
|
| H A D | Makefile | 5 SUBDIR+=bf bn cast conf des dh dsa ec engine evp hmac \
|
| /src/sys/modules/dtrace/profile/ |
| H A D | Makefile | 14 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual
|
| /src/sys/lib/libunwind/ |
| H A D | Makefile.inc | 13 COPTS.libunwind.cxx+= -Wno-old-style-cast
|
| /src/sys/coda/ |
| H A D | cnode.h | 63 #define CODA_ALLOC(ptr, cast, size) \ 65 ptr = (cast)malloc((unsigned long) size, M_CODA, M_WAITOK); \
|
| /src/sys/modules/cyclic/ |
| H A D | Makefile | 28 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual -Wno-sign-compare
|
| /src/lib/libedit/ |
| H A D | Makefile | 15 CWARNFLAGS.clang+= -Wno-cast-qual 141 COPTS.editline.c+= -Wno-cast-qual 143 COPTS.tokenizer.c+= -Wno-cast-qual 144 COPTS.tokenizern.c+= -Wno-cast-qual
|
| /src/games/larn/ |
| H A D | extern.h | 156 void cast(void);
|
| /src/sys/dev/rasops/ |
| H A D | rasops.h | 213 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d)))
|
| /src/sys/modules/dtrace/dtrace/ |
| H A D | Makefile | 57 -Wno-cast-qual \
|
| /src/bin/ksh/ |
| H A D | Makefile | 4 CWARNFLAGS.clang+= -Wno-error=cast-qual
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_extend_impl.inc | 70 // to (signed) int. To avoid that, explicitly cast to src_rep_t.
|
| /src/sys/lib/libgnuefi/ |
| H A D | Makefile | 62 COPTS.smbios.c= -Wno-int-to-pointer-cast
|
| /src/sys/modules/amdgpu/ |
| H A D | Makefile | 54 CWARNFLAGS.amdgpu_arct_reg_init.c+= -Wno-cast-qual 59 CWARNFLAGS.amdgpu_fiji_smumgr.c+= -Wno-cast-qual 64 CWARNFLAGS.amdgpu_polaris10_smumgr.c+= -Wno-cast-qual 65 CWARNFLAGS.amdgpu_process_pptables_v1_0.c+= -Wno-cast-qual 70 CWARNFLAGS.amdgpu_vega10_reg_init.c+= -Wno-cast-qual 71 CWARNFLAGS.amdgpu_vega20_reg_init.c+= -Wno-cast-qual
|
| /src/sys/external/bsd/acpica/dist/generate/unix/ |
| H A D | Makefile.config | 215 -Wbad-function-cast\
|
| /src/usr.bin/indent/ |
| H A D | debug.c | 326 buf_add_str(buf, paren_level_cast_name[s->paren.item[i].cast]);
|
| H A D | indent.h | 272 } cast; /* whether the parentheses form a type cast */ member in struct:paren_level
|