Home
last modified time | relevance | path

Searched refs:TOKthis (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h112 TOKthis, TOKsuper, enumerator
H A Dparse.c361 case TOKthis: in parseDeclDefs()
455 if (next == TOKthis) in parseDeclDefs()
521 if (next2 == TOKthis) in parseDeclDefs()
1570 if (token.value == TOKlparen && peekNext() == TOKthis && peekNext2() == TOKrparen) in parseCtor()
1662 check(TOKthis); in parseDtor()
1739 check(TOKthis); in parseStaticDtor()
1820 check(TOKthis); in parseSharedStaticDtor()
2575 else if (token.value == TOKthis) in parseTemplateParameterList()
2888 case TOKthis: in parseTemplateSingleArgument()
3119 case TOKthis: in parseBasicType()
[all …]
H A Dtokens.c209 { "this", TOKthis },
H A Dexpressionsem.c2888 if (exp->e1->op == TOKthis || exp->e1->op == TOKsuper) in visit()
3169 ue->e1->op == TOKthis && in visit()
3280 else if (exp->e1->op == TOKthis) in visit()
3728 else if ((dve->e1->op == TOKthis || dve->e1->op == TOKsuper) && global.params.vsafe) in visit()
3804 else if ((exp->e1->op == TOKthis || exp->e1->op == TOKsuper) && global.params.vsafe) in visit()
4500 else if (dve->e1->op == TOKthis || dve->e1->op == TOKsuper) in visit()
4513 else if (exp->e1->op == TOKthis || exp->e1->op == TOKsuper) in visit()
8354 if ((exp->e1->op == TOKthis || exp->e1->op == TOKsuper) && !hasThis(sc)) in semanticY()
8358 if (exp->e1->op == TOKthis) in semanticY()
H A Dctfeexpr.c203 case TOKthis: in needToCopyLiteral()
1941 if (newval->op == TOKthis) in isCtfeReferenceValid()
H A Descape.c214 else if (e1->op == TOKthis) in checkAssignEscape()
H A Ddtemplate.c229 e->op == TOKthis || e->op == TOKsuper) in definitelyValueParameter()
251 if (e->op == TOKthis || e->op == TOKsuper) in definitelyValueParameter()
2016 else if (ea && (ea->op == TOKthis || ea->op == TOKsuper)) in declareParameter()
5288 if (ea && (ea->op == TOKthis || ea->op == TOKsuper)) in matchArg()
7370 if (ea->op == TOKthis) in hasNestedArgs()
7595 if (ea->op == TOKthis) in genIdent()
H A Dtraits.c828 if (dve->e1->op == TOKdottype || dve->e1->op == TOKthis) in semanticTraits()
H A Dexpression.c3371 : Expression(loc, TOKthis, sizeof(ThisExp)) in ThisExp()
5301 (!e1 || e1->op == TOKthis) in modifyFieldVar()
5398 if (e1->op == TOKthis) in checkModifiable()
H A Dhdrgen.c1646 e->op == TOKthis) in tiargsToBuffer()
H A Ddinterpret.c650 case TOKthis: in ctfeInterpret()