Searched refs:TOKtypeid (Results 1 – 6 of 6) sorted by relevance
60 TOKtypeid, TOKuadd, enumerator
337 e->op == TOKtypeid) in copyLiteral()1034 if (e->op == TOKtypeid) in isCtfeComparable()1202 if (e1->op == TOKtypeid && e2->op == TOKtypeid) in ctfeRawCmp()1904 if (newval->op == TOKtypeid) in isCtfeValueValid()
222 { "typeid", TOKtypeid },
4978 case TOKtypeid: in parseStatement()6974 case TOKtypeid: in parsePrimaryExp()8030 precedence[TOKtypeid] = PREC_primary; in PrecedenceInitializer()
653 case TOKtypeid: in ctfeInterpret()4720 if (pthis->op == TOKtypeid) in visit()
4855 : Expression(loc, TOKtypeid, sizeof(TypeidExp)) in TypeidExp()