Home
last modified time | relevance | path

Searched refs:TOKgt (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h72 TOKlt, TOKgt, enumerator
H A Dopover.c59 case TOKgt: in isCommutative()
829 case TOKlt: e->op = TOKgt; break; in op_overload()
830 case TOKgt: e->op = TOKlt; break; in op_overload()
1502 case TOKlt: e->op = TOKgt; break; in compare_overload()
1503 case TOKgt: e->op = TOKlt; break; in compare_overload()
H A Dtokens.c384 Token::tochars[TOKgt] = ">"; in TokenInitializer()
H A Dctfeexpr.c940 case TOKgt: n = (ofs1 > ofs2); break; in comparePointers()
960 case TOKgt: cmp = !null1 && null2; break; in comparePointers()
1052 case TOKgt: in numCmp()
1090 case TOKgt: in realCmp()
H A Ddenum.c343 Expression *ec = new CmpExp(id == Id::max ? TOKgt : TOKlt, em->loc, e, *pval); in getMaxMinValue()
H A Dlexer.c784 t->value = TOKgt; // > in scan()
H A Ddinterpret.c3067 char dir = (e->op == TOKgt || e->op == TOKge) ? '<' : '>'; in interpretCompareCommon()
3128 case TOKgt: in visit()
4296 case TOKgt: in isPointerCmpExp()
4317 case TOKgt: return TOKle; in reverseRelation()
4318 case TOKle: return TOKgt; in reverseRelation()
H A Dparse.c6706 if (t1->value == TOKmin && t2->value == TOKgt) in parsePrimaryExp()
7686 case TOKgt: in parseCmpExp()
8096 precedence[TOKgt] = PREC_rel; in PrecedenceInitializer()
H A Dstatementsem.c1872 cond = new CmpExp(TOKgt, loc, cond, new VarExp(loc, tmp)); in visit()
H A Dexpressionsem.c7805 case TOKug: altop = TOKgt; break; in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.c59 case TOKgt: in isCommutative()
829 case TOKlt: e->op = TOKgt; break; in op_overload()
830 case TOKgt: e->op = TOKlt; break; in op_overload()
1502 case TOKlt: e->op = TOKgt; break; in compare_overload()
1503 case TOKgt: e->op = TOKlt; break; in compare_overload()
H A Dtokens.c384 Token::tochars[TOKgt] = ">"; in TokenInitializer()
H A Dctfeexpr.c940 case TOKgt: n = (ofs1 > ofs2); break; in comparePointers()
960 case TOKgt: cmp = !null1 && null2; break; in comparePointers()
1052 case TOKgt: in numCmp()
1090 case TOKgt: in realCmp()
H A Ddenum.c343 Expression *ec = new CmpExp(id == Id::max ? TOKgt : TOKlt, em->loc, e, *pval); in getMaxMinValue()
H A Dlexer.c784 t->value = TOKgt; // > in scan()
H A Ddinterpret.c3067 char dir = (e->op == TOKgt || e->op == TOKge) ? '<' : '>'; in interpretCompareCommon()
3128 case TOKgt: in visit()
4296 case TOKgt: in isPointerCmpExp()
4317 case TOKgt: return TOKle; in reverseRelation()
4318 case TOKle: return TOKgt; in reverseRelation()
H A Dparse.c6706 if (t1->value == TOKmin && t2->value == TOKgt) in parsePrimaryExp()
7686 case TOKgt: in parseCmpExp()
8096 precedence[TOKgt] = PREC_rel; in PrecedenceInitializer()
H A Dstatementsem.c1872 cond = new CmpExp(TOKgt, loc, cond, new VarExp(loc, tmp)); in visit()
H A Dexpressionsem.c7805 case TOKug: altop = TOKgt; break; in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc318 case TOKgt: in isVectorOpSupported()
H A Dexpr.cc516 case TOKgt: in visit()