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

  /src/usr.bin/xlint/lint1/
tree.c 53 typedef struct integer_constraints { struct
59 } integer_constraints; typedef in typeref:struct:integer_constraints
211 ic_maybe_signed(const type_t *tp, integer_constraints ic)
218 integer_constraints a, integer_constraints b)
223 static integer_constraints
226 integer_constraints c;
246 static integer_constraints
247 ic_mult(const type_t *tp, integer_constraints a, integer_constraints b
    [all...]
tree.c 53 typedef struct integer_constraints { struct
59 } integer_constraints; typedef in typeref:struct:integer_constraints
211 ic_maybe_signed(const type_t *tp, integer_constraints ic)
218 integer_constraints a, integer_constraints b)
223 static integer_constraints
226 integer_constraints c;
246 static integer_constraints
247 ic_mult(const type_t *tp, integer_constraints a, integer_constraints b
    [all...]

Completed in 22 milliseconds