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 299 tnode_t *build_sizeof(const type_t *);
cgram.y 844 $$ = $1 == NULL ? NULL : build_sizeof($1->tn_type);
850 $$ = build_sizeof($2);
tree.c 4446 build_sizeof(const type_t *tp) function
4451 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes);

Completed in 32 milliseconds