Searched refs:tp (Results 1 – 2 of 2) sorted by relevance
148 static bool isInteger(Type tp) { in isInteger() argument149 return tp == kInt || tp == kLong; in isInteger()153 static bool isFP(Type tp) { in isFP() argument154 return tp == kFloat || tp == kDouble; in isFP()158 void emitType(Type tp) const { in emitType()159 switch (tp) { in emitType()169 void emitTypeClass(Type tp) const { in emitTypeClass()170 switch (tp) { in emitTypeClass()201 void emitUnaryOp(Type tp) { in emitUnaryOp() argument202 if (tp == kBoolean) { in emitUnaryOp()[all …]
421 const char* tp = header->GetCollections().GetTypeId(index)->GetStringId()->Data(); in IndexString() local422 outSize = snprintf(buf.get(), buf_size, "%s // type@%0*x", tp, width, index); in IndexString()