HomeSort by: relevance | last modified time | path
    Searched refs:build_sizeof (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 302 tnode_t *build_sizeof(const type_t *);
cgram.y 803 $$ = $2 == NULL ? NULL : build_sizeof($2->tn_type);
809 $$ = build_sizeof($3);
tree.c 4346 build_sizeof(const type_t *tp) function
4351 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes);

Completed in 18 milliseconds