HomeSort by: relevance | last modified time | path
    Searched defs:build_integer_constant (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 674 build_integer_constant(tspec_t t, int64_t si) function in typeref:typename:tnode_t *
1339 tnode_t *ctn = build_integer_constant(PTRDIFF_TSPEC,
1409 return build_integer_constant(PTRDIFF_TSPEC,
1420 : build_integer_constant(INT, 1);
4287 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, size_in_bytes);
4329 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, offset_in_bytes);
4415 return build_integer_constant(SIZEOF_TSPEC, (int64_t)alignment(tp));
4460 return build_integer_constant(SIZEOF_TSPEC, (int64_t)off);
4537 arg = build_integer_constant(INT, 0);

Completed in 14 milliseconds