Home
last modified time | relevance | path

Searched refs:TOKtypeid (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h60 TOKtypeid, TOKuadd, enumerator
H A Dctfeexpr.c337 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()
H A Dtokens.c222 { "typeid", TOKtypeid },
H A Dparse.c4978 case TOKtypeid: in parseStatement()
6974 case TOKtypeid: in parsePrimaryExp()
8030 precedence[TOKtypeid] = PREC_primary; in PrecedenceInitializer()
H A Ddinterpret.c653 case TOKtypeid: in ctfeInterpret()
4720 if (pthis->op == TOKtypeid) in visit()
H A Dexpression.c4855 : Expression(loc, TOKtypeid, sizeof(TypeidExp)) in TypeidExp()