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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 50 typedef unsigned int bittype; /* XXX - for basicblock */ typedef
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 50 typedef unsigned int bittype; /* XXX - for basicblock */ typedef
  /src/external/bsd/pcc/dist/pcc/mip/
pass2.h 41 typedef unsigned int bittype; /* XXX - for basicblock */ typedef
459 bittype *bucket;
460 bittype *df;
461 bittype *dfchildren;
462 bittype *Aorig;
463 bittype *Aphi;
466 bittype *gen, *killed, *in, *out; /* Liveness analysis */

Completed in 73 milliseconds