Home
last modified time | relevance | path

Searched refs:TemplateExp (Results 1 – 25 of 99) sorted by relevance

1234

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.c1300 TemplateExp *Expression::isTemplateExp() in isTemplateExp()
1302 return op == TOKtemplate ? (TemplateExp *)this : NULL; in isTemplateExp()
2266 e = new TemplateExp(loc, td); in resolve()
3161 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
3162 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
3169 bool TemplateExp::checkType() in checkType()
3175 bool TemplateExp::checkValue() in checkValue()
3181 bool TemplateExp::isLvalue() in isLvalue()
3186 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dtraits.c983 Expression *ex = new TemplateExp(e->loc, td, f); in semanticTraits()
1027 ex = new DotExp(e->loc, ex, new TemplateExp(e->loc, td)); in semanticTraits()
1186 TemplateExp *te = (TemplateExp *)ex; in semanticTraits()
H A Dvisitor.h198 class TemplateExp; variable
493 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h254 TemplateExp* isTemplateExp();
639 class TemplateExp : public Expression
645 TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd = NULL);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c1300 TemplateExp *Expression::isTemplateExp() in isTemplateExp()
1302 return op == TOKtemplate ? (TemplateExp *)this : NULL; in isTemplateExp()
2266 e = new TemplateExp(loc, td); in resolve()
3161 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
3162 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
3169 bool TemplateExp::checkType() in checkType()
3175 bool TemplateExp::checkValue() in checkValue()
3181 bool TemplateExp::isLvalue() in isLvalue()
3186 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dtraits.c983 Expression *ex = new TemplateExp(e->loc, td, f); in semanticTraits()
1027 ex = new DotExp(e->loc, ex, new TemplateExp(e->loc, td)); in semanticTraits()
1186 TemplateExp *te = (TemplateExp *)ex; in semanticTraits()
H A Dvisitor.h198 class TemplateExp; variable
493 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c1300 TemplateExp *Expression::isTemplateExp() in isTemplateExp()
1302 return op == TOKtemplate ? (TemplateExp *)this : NULL; in isTemplateExp()
2266 e = new TemplateExp(loc, td); in resolve()
3161 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
3162 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
3169 bool TemplateExp::checkType() in checkType()
3175 bool TemplateExp::checkValue() in checkValue()
3181 bool TemplateExp::isLvalue() in isLvalue()
3186 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dtraits.c983 Expression *ex = new TemplateExp(e->loc, td, f); in semanticTraits()
1027 ex = new DotExp(e->loc, ex, new TemplateExp(e->loc, td)); in semanticTraits()
1186 TemplateExp *te = (TemplateExp *)ex; in semanticTraits()
H A Dvisitor.h198 class TemplateExp; variable
493 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dlambdacomp.d488 override void visit(TemplateExp) { buf.setsize(0); } in visit() argument
H A Dexpression.h146 TemplateExp* isTemplateExp();
502 class TemplateExp : public Expression
H A Dvisitor.h204 class TemplateExp; variable
490 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
607 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3341 e = new TemplateExp(loc, td); in resolve()
4236 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4237 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4244 bool TemplateExp::checkType() in checkType()
4250 bool TemplateExp::checkValue() in checkValue()
4256 bool TemplateExp::isLvalue() in isLvalue()
4261 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h194 class TemplateExp; variable
486 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
607 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3351 e = new TemplateExp(loc, td); in resolve()
4246 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4247 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4254 bool TemplateExp::checkType() in checkType()
4260 bool TemplateExp::checkValue() in checkValue()
4266 bool TemplateExp::isLvalue() in isLvalue()
4271 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h196 class TemplateExp; variable
490 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
607 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3341 e = new TemplateExp(loc, td); in resolve()
4236 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4237 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4244 bool TemplateExp::checkType() in checkType()
4250 bool TemplateExp::checkValue() in checkValue()
4256 bool TemplateExp::isLvalue() in isLvalue()
4261 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h194 class TemplateExp; variable
486 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
607 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3351 e = new TemplateExp(loc, td); in resolve()
4246 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4247 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4254 bool TemplateExp::checkType() in checkType()
4260 bool TemplateExp::checkValue() in checkValue()
4266 bool TemplateExp::isLvalue() in isLvalue()
4271 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h196 class TemplateExp; variable
490 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
607 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3344 e = new TemplateExp(loc, td); in resolve()
4239 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4240 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4247 bool TemplateExp::checkType() in checkType()
4253 bool TemplateExp::checkValue() in checkValue()
4259 bool TemplateExp::isLvalue() in isLvalue()
4264 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h194 class TemplateExp; variable
486 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dexpression.c364 s = ((TemplateExp *)e1)->td;
602 td = ((TemplateExp *)e1)->td; in resolvePropertiesOnly()
3349 e = new TemplateExp(loc, td); in resolve()
4244 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function
4245 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
4252 bool TemplateExp::checkType() in checkType()
4258 bool TemplateExp::checkValue() in checkValue()
4264 bool TemplateExp::isLvalue() in isLvalue()
4269 Expression *TemplateExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
H A Dvisitor.h196 class TemplateExp; variable
490 virtual void visit(TemplateExp *e) { visit((Expression *)e); } in visit()

1234