Lines Matching refs:TOKstring

202             case TOKstring:  in needToCopyLiteral()
248 if (e->op == TOKstring) // syntaxCopy doesn't make a copy for StringExp! in copyLiteral()
460 else if (lit->op == TOKstring) in paintTypeOntoLiteralCopy()
530 if (e->op == TOKstring) in resolveArrayLength()
733 ie->e1->op == TOKstring || in getAggregateFromPointer()
746 se->e1->op == TOKstring || in getAggregateFromPointer()
801 else if (agg1->op == TOKstring && agg2->op == TOKstring) in pointerDifference()
852 else if (agg1->op != TOKstring && agg1->op != TOKarrayliteral) in pointerArithmetic()
900 if (agg1->op != TOKarrayliteral && agg1->op != TOKstring) in pointerArithmetic()
1023 e->op == TOKstring || in isCtfeComparable()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1132 StringExp *se2 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1186 return e->op == TOKarrayliteral || e->op == TOKstring || in isArray()
1456 if (e2->op == TOKstring && e1->op == TOKarrayliteral && in ctfeCat()
1489 if (e1->op == TOKstring && e2->op == TOKarrayliteral && in ctfeCat()
1581 if (e1->op == TOKstring) in ctfeIndex()
1657 if (e->op == TOKstring) in ctfeCast()
1675 dest->op == TOKstring); in assignInPlace()
1691 else if (dest->op == TOKstring && src->op == TOKstring) in assignInPlace()
1696 else if (dest->op == TOKarrayliteral && src->op == TOKstring) in assignInPlace()
1701 else if (src->op == TOKarrayliteral && dest->op == TOKstring) in assignInPlace()
1798 if (oldval->op == TOKstring) in changeArrayLiteralLength()
1873 if (newval->op == TOKstring) in isCtfeValueValid()
1928 (se->e1->op == TOKstring || in isCtfeValueValid()
1953 return eagg->op == TOKstring || in isCtfeReferenceValid()
2002 else if (e->op == TOKstring) in showCtfeExpr()