Home
last modified time | relevance | path

Searched refs:TOKidentity (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h75 TOKidentity, TOKnotidentity, enumerator
H A Dtokens.c444 Token::tochars[TOKidentity] = "is"; in TokenInitializer()
H A Dopover.c946 Token::toChars(e->op == TOKequal ? TOKidentity : TOKnotidentity), in op_overload()
1016 TOK op2 = e->op == TOKequal ? TOKidentity : TOKnotidentity; in op_overload()
1033 TOK op2 = e->op == TOKequal ? TOKidentity : TOKnotidentity; in op_overload()
H A Dctfeexpr.c942 case TOKidentity: in comparePointers()
963 case TOKidentity: in comparePointers()
977 case TOKidentity: in comparePointers()
H A Dconstfold.c1017 ue = Equal((op == TOKidentity) ? TOKequal : TOKnotequal, loc, type, e1, e2); in Identity()
H A Dparse.c7657 op = TOKidentity; in parseCmpExp()
8113 precedence[TOKidentity] = PREC_rel; in PrecedenceInitializer()
H A Ddinterpret.c3122 case TOKidentity: in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc323 case TOKidentity: in isVectorOpSupported()
H A Dexpr.cc264 tree_code code = (e->op == TOKidentity) ? EQ_EXPR : NE_EXPR; in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c444 Token::tochars[TOKidentity] = "is"; in TokenInitializer()
H A Dopover.c946 Token::toChars(e->op == TOKequal ? TOKidentity : TOKnotidentity), in op_overload()
1016 TOK op2 = e->op == TOKequal ? TOKidentity : TOKnotidentity; in op_overload()
1033 TOK op2 = e->op == TOKequal ? TOKidentity : TOKnotidentity; in op_overload()
H A Dctfeexpr.c942 case TOKidentity: in comparePointers()
963 case TOKidentity: in comparePointers()
977 case TOKidentity: in comparePointers()
H A Dconstfold.c1017 ue = Equal((op == TOKidentity) ? TOKequal : TOKnotequal, loc, type, e1, e2); in Identity()
H A Dparse.c7657 op = TOKidentity; in parseCmpExp()
8113 precedence[TOKidentity] = PREC_rel; in PrecedenceInitializer()
H A Ddinterpret.c3122 case TOKidentity: in visit()