Searched defs:QID (Results 1 – 5 of 5) sorted by relevance
425 func (g *gen) packagePrefix(qid t.QID) string {444 func isBaseRangeType(qid t.QID) bool {
656 func uintBits(qid t.QID) uint32 {
453 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther()
673 func (n *TypeExpr) QID() t.QID { return t.QID{n.id1, n.id2} } func850 func (n *Status) QID() t.QID { return t.QID{n.id1, n.id2} } func874 func (n *Const) QID() t.QID { return t.QID{n.id1, n.id2} } func906 func (n *Struct) QID() t.QID { return t.QID{n.id1, n.id2} } func
148 type QID [2]ID type