Searched defs:cast (Results 1 - 11 of 11) sorted by relevance

/src/tests/usr.bin/indent/
H A Dlsym_rparen_or_rbracket.c13 int cast = (int)3; variable in typeref:typename:int
14 int cast = (int)(3); variable in typeref:typename:int
H A Dopt_T.c11 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 Dopt_ta.c15 int cast = (unknown_type_name_t) * arg; local in function:example
25 int cast = (unknown_type_name_t)*arg; local in function:example
/src/tests/usr.bin/xlint/lint1/
H A Dgcc_typeof.c21 cast(double(*fn)(double)) function in typeref:typename:void
H A Dexpr_cast.c22 cast(void) function in typeref:struct:S
[all...]
/src/lib/libpthread/arch/x86_64/
H A Dpthread_md.h75 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr
88 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr_ni
/src/lib/libpthread/arch/i386/
H A Dpthread_md.h72 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr
85 volatile uintptr_t *cast = ptr; local in function:_atomic_cas_ptr_ni
/src/games/larn/
H A Dmonster.c241 cast(void) function in typeref:typename:void
/src/usr.bin/indent/
H A Dindent.c462 paren_stack_push(struct paren_stack *s, int indent, enum paren_level_cast cast) argument
627 enum paren_level_cast cast = cast_unknown; local in function:process_lparen
H A Dindent.h272 } cast; /* whether the parentheses form a type cast */ member in struct:paren_level
/src/usr.bin/xlint/lint1/
H A Dtree.c4466 cast(tnode_t *tn, bool sys, type_t *tp) function in typeref:typename:tnode_t *
[all...]

Completed in 13 milliseconds