Home
last modified time | relevance | path

Searched refs:DotTemplateExp (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dvisitor.d74 void visit(ASTCodegen.DotTemplateExp e) { visit(cast(ASTCodegen.UnaExp)e); }
170 override void visit(ASTCodegen.DotTemplateExp e)
H A Dexpression.h162 DotTemplateExp* isDotTemplateExp();
754 class DotTemplateExp : public UnaExp
H A Dvisitor.h224 class DotTemplateExp; variable
635 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A DChangeLog64 * dmd/expression.c (DotTemplateExp::checkType): New function.
65 (DotTemplateExp::checkValue): New function.
66 * dmd/expression.h (class DotTemplateExp): Declare checkType and
85 DotTemplateExp as void.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A DChangeLog82 * dmd/expression.c (DotTemplateExp::checkType): New function.
83 (DotTemplateExp::checkValue): New function.
84 * dmd/expression.h (class DotTemplateExp): Declare checkType and
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.c1380 DotTemplateExp *Expression::isDotTemplateExp() in isDotTemplateExp()
1382 return op == TOKdotti ? (DotTemplateExp *)this : NULL; in isDotTemplateExp()
2263 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
4196 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
4197 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
4203 bool DotTemplateExp::checkType() in checkType()
4209 bool DotTemplateExp::checkValue() in checkValue()
4404 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
H A Dvisitor.h218 class DotTemplateExp; variable
513 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h270 DotTemplateExp* isDotTemplateExp();
927 class DotTemplateExp : public UnaExp
932 DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1;
587 td = ((DotTemplateExp *)e1)->td; in resolvePropertiesOnly()
3346 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
5244 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
5245 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
5251 bool DotTemplateExp::checkType() in checkType()
5257 bool DotTemplateExp::checkValue() in checkValue()
5452 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
H A Dvisitor.h216 class DotTemplateExp; variable
510 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h214 class DotTemplateExp; variable
506 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1;
592 td = ((DotTemplateExp *)e1)->td; in resolvePropertiesOnly()
3338 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
5231 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
5232 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
5427 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h216 class DotTemplateExp; variable
510 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1;
592 td = ((DotTemplateExp *)e1)->td; in resolvePropertiesOnly()
3348 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
5246 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
5247 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
5442 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h218 class DotTemplateExp; variable
513 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c1380 DotTemplateExp *Expression::isDotTemplateExp() in isDotTemplateExp()
1382 return op == TOKdotti ? (DotTemplateExp *)this : NULL; in isDotTemplateExp()
2263 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
4196 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
4197 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
4392 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
H A Dexpression.h270 DotTemplateExp* isDotTemplateExp();
927 class DotTemplateExp : public UnaExp
932 DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h218 class DotTemplateExp; variable
513 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c1380 DotTemplateExp *Expression::isDotTemplateExp() in isDotTemplateExp()
1382 return op == TOKdotti ? (DotTemplateExp *)this : NULL; in isDotTemplateExp()
2263 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
4196 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
4197 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
4392 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
H A Dexpression.h270 DotTemplateExp* isDotTemplateExp();
927 class DotTemplateExp : public UnaExp
932 DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h214 class DotTemplateExp; variable
506 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1;
592 td = ((DotTemplateExp *)e1)->td; in resolvePropertiesOnly()
3338 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
5231 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
5232 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
5427 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h216 class DotTemplateExp; variable
510 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c339 DotTemplateExp *dte = (DotTemplateExp *)e1;
592 td = ((DotTemplateExp *)e1)->td; in resolvePropertiesOnly()
3348 e = new DotTemplateExp(loc, new ThisExp(loc), td); in resolve()
5246 DotTemplateExp::DotTemplateExp(Loc loc, Expression *e, TemplateDeclaration *td) in DotTemplateExp() function
5247 : UnaExp(loc, TOKdottd, sizeof(DotTemplateExp), e) in DotTemplateExp()
5442 case TOKdottd: s = ((DotTemplateExp *)e)->td; break; in findTempDecl()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h214 class DotTemplateExp; variable
506 virtual void visit(DotTemplateExp *e) { visit((UnaExp *)e); } in visit()

1234