cast
#define CALLOC(size, cast) (cast)calloc(1, (size))
void cast(void);
cast();
volatile uintptr_t *cast = ptr;
: "=a" (ret), "=m" (*cast)
: "r" (new), "m" (*cast), "0" (old));
volatile uintptr_t *cast = ptr;
: "=a" (ret), "=m" (*cast)
: "r" (new), "m" (*cast), "0" (old));
volatile uintptr_t *cast = ptr;
: "=a" (ret), "=m" (*cast)
: "r" (new), "m" (*cast), "0" (old));
volatile uintptr_t *cast = ptr;
: "=a" (ret), "=m" (*cast)
: "r" (new), "m" (*cast), "0" (old));
#define CODA_ALLOC(ptr, cast, size) \
ptr = (cast)malloc((unsigned long) size, M_CODA, M_WAITOK); \
#define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d)))
int cast = (int)3;
int cast = (int)(3);
int cast = (custom_type_name) * arg;
int cast = (custom_type_name)*arg;
int cast = (custom_type_name) *arg;
int cast = (unknown_type_name_t) * arg;
int cast = (unknown_type_name_t)*arg;
buf_add_str(buf, paren_level_cast_name[s->paren.item[i].cast]);
paren_stack_push(struct paren_stack *s, int indent, enum paren_level_cast cast)
s->item[s->len++] = (struct paren_level){indent, cast};
enum paren_level_cast cast = cast_unknown;
cast = cast_no;
paren_stack_push(&ps.paren, ind_add(0, code.s, code.len), cast);
&& ps.paren.item[--ps.paren.len].cast == cast_maybe;
&& ps.paren.item[ps.paren.len - 1].cast == cast_unknown)
ps.paren.item[ps.paren.len - 1].cast = cast_maybe;
} cast; /* whether the parentheses form a type cast */
$$ = cast($5, $4, $2);
tnode_t *cast(tnode_t *, bool, type_t *);