Home
last modified time | relevance | path

Searched refs:TOKsymoff (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.c332 e->op == TOKsymoff || e->op == TOKnull || in copyLiteral()
711 if (e->op == TOKsymoff) in getAggregateFromPointer()
779 if (agg1->op == TOKsymoff && agg2->op == TOKsymoff && in pointToSameMemoryBlock()
810 else if (agg1->op == TOKsymoff && agg2->op == TOKsymoff && in pointerDifference()
844 if (agg1->op == TOKsymoff) in pointerArithmetic()
864 if (agg1->op == TOKsymoff) in pointerArithmetic()
892 if (agg1->op == TOKsymoff) in pointerArithmetic()
1408 else if (e1->op == TOKsymoff && e2->op == TOKsymoff) in ctfeIdentity()
1898 if (newval->op == TOKsymoff) in isCtfeValueValid()
H A Doptimize.c445 if (e->e1->op == TOKsymoff) in Expression_optimize()
641 if (e->e1->op == TOKsymoff) in Expression_optimize()
701 if (e->e1->op == TOKsymoff && e->e2->op == TOKsymoff) in Expression_optimize()
714 if (e->e2->op == TOKsymoff) in Expression_optimize()
H A Dconstfold.c55 case TOKsymoff: in isConst()
215 else if (e1->op == TOKsymoff) in Add()
221 else if (e2->op == TOKsymoff) in Add()
325 else if (e1->op == TOKsymoff) in Min()
991 else if (e1->op == TOKsymoff && e2->op == TOKsymoff) in Identity()
H A Dinit.c264 if (e->op == TOKsymoff) // address of a global is OK in hasNonConstPointers()
H A Dtokens.c462 Token::tochars[TOKsymoff] = "symoff"; in TokenInitializer()
H A Ddinterpret.c4655 if (ea->op == TOKvar || ea->op == TOKsymoff) in visit()
4677 else if (ecall->op == TOKsymoff) in visit()
5036 if (agg->op == TOKsymoff) in resolveIndexing()
5294 if (agg->op == TOKsymoff) in visit()
5783 if (e1->op == TOKvar || e1->op == TOKsymoff) in visit()
5901 if (e->e1->op == TOKsymoff) in visit()
5957 if (result->op == TOKsymoff) in visit()
H A Dexpression.c1772 if (arg->op == TOKsymoff) in functionParameters()
4344 : SymbolExp(loc, TOKsymoff, sizeof(SymOffExp), var, in SymOffExp()
5622 if (e->op == TOKsymoff)
5680 if (e1->op == TOKsymoff) in checkModifiable()
H A Dparse.c8038 precedence[TOKsymoff] = PREC_primary; in PrecedenceInitializer()
H A Dexpressionsem.c2945 if (exp->e1->op == TOKsymoff && ((SymOffExp *)exp->e1)->hasOverloads) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c332 e->op == TOKsymoff || e->op == TOKnull || in copyLiteral()
711 if (e->op == TOKsymoff) in getAggregateFromPointer()
779 if (agg1->op == TOKsymoff && agg2->op == TOKsymoff && in pointToSameMemoryBlock()
810 else if (agg1->op == TOKsymoff && agg2->op == TOKsymoff && in pointerDifference()
844 if (agg1->op == TOKsymoff) in pointerArithmetic()
864 if (agg1->op == TOKsymoff) in pointerArithmetic()
892 if (agg1->op == TOKsymoff) in pointerArithmetic()
1408 else if (e1->op == TOKsymoff && e2->op == TOKsymoff) in ctfeIdentity()
1898 if (newval->op == TOKsymoff) in isCtfeValueValid()
H A Doptimize.c445 if (e->e1->op == TOKsymoff) in Expression_optimize()
641 if (e->e1->op == TOKsymoff) in Expression_optimize()
701 if (e->e1->op == TOKsymoff && e->e2->op == TOKsymoff) in Expression_optimize()
714 if (e->e2->op == TOKsymoff) in Expression_optimize()
H A Dtokens.h51 TOKstar, TOKsymoff, enumerator
H A Dconstfold.c55 case TOKsymoff: in isConst()
215 else if (e1->op == TOKsymoff) in Add()
221 else if (e2->op == TOKsymoff) in Add()
325 else if (e1->op == TOKsymoff) in Min()
991 else if (e1->op == TOKsymoff && e2->op == TOKsymoff) in Identity()
H A Dinit.c264 if (e->op == TOKsymoff) // address of a global is OK in hasNonConstPointers()
H A Dtokens.c462 Token::tochars[TOKsymoff] = "symoff"; in TokenInitializer()
H A Ddinterpret.c4655 if (ea->op == TOKvar || ea->op == TOKsymoff) in visit()
4677 else if (ecall->op == TOKsymoff) in visit()
5036 if (agg->op == TOKsymoff) in resolveIndexing()
5294 if (agg->op == TOKsymoff) in visit()
5783 if (e1->op == TOKvar || e1->op == TOKsymoff) in visit()
5901 if (e->e1->op == TOKsymoff) in visit()
5957 if (result->op == TOKsymoff) in visit()
H A Dexpression.c1772 if (arg->op == TOKsymoff) in functionParameters()
4344 : SymbolExp(loc, TOKsymoff, sizeof(SymOffExp), var, in SymOffExp()
5622 if (e->op == TOKsymoff)
5680 if (e1->op == TOKsymoff) in checkModifiable()
H A Dparse.c8038 precedence[TOKsymoff] = PREC_primary; in PrecedenceInitializer()
H A Dexpressionsem.c2945 if (exp->e1->op == TOKsymoff && ((SymOffExp *)exp->e1)->hasOverloads) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1646 else if (e->e1->op == TOKsymoff) in visit()