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

  /src/usr.bin/xlint/lint1/
init.c 150 * Test whether rn is a string literal that can initialize ltp.
157 can_init_character_array(const type_t *ltp, const tnode_t *rn)
160 if (!(ltp != NULL && ltp->t_tspec == ARRAY && rn->tn_op == STRING))
163 tspec_t lst = ltp->t_subt->t_tspec;
246 check_init_expr(const type_t *ltp, sym_t *lsym, tnode_t *rn)
249 type_t *lutp = expr_unqualified_type(ltp);
273 if (lt != rt || (ltp->t_bitfield && rn->tn_op == CON))
274 rn = convert(INIT, 0, unconst_cast(ltp), rn);
585 const type_t *ltp = brace_level_sub_type(bl) local
    [all...]
tree.c 1498 const type_t *ltp = ln->tn_type; local
1499 if (ltp->t_tspec != ARRAY || ltp->t_incomplete_array)
1518 int max_array_index = ltp->u.dimension - 1;
2484 typeok_point(const tnode_t *ln, const type_t *ltp, tspec_t lt)
2489 if (lt == FUNC || lt == VOID || ltp->t_bitfield)
2594 const type_t *ltp, tspec_t lt,
2604 error(171, type_name(ltp), type_name(rtp));
2607 error(107, op_name(op), type_name(ltp), type_name(rtp));
2611 error(108, op_name(op), type_name(ltp));
2789 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; local
3243 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local
3556 type_t *ltp = ln->tn_type; local
    [all...]
  /src/sys/dev/pcmcia/
if_ray.c 343 static struct timeval rtv, tv1, tv2, *ttp, *ltp; variable in typeref:struct:
347 timersub(ttp, ltp, &rtv); \
348 ttmp = ttp; ttp = ltp; ltp = ttmp; \
359 timersub(ttp, ltp, &rtv); \
360 ttmp = ttp; ttp = ltp; ltp = ttmp; \
469 if (!ltp) {
472 ltp = &tv2;
473 microtime(ltp);
    [all...]

Completed in 23 milliseconds