Home
last modified time | relevance | path

Searched refs:IsExp (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.h157 IsExp* isExp();
660 class IsExp : public Expression
673 IsExp *syntaxCopy();
H A Dlambdacomp.d479 override void visit(IsExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h216 class IsExp; variable
471 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dparsetimevisitor.d180 void visit(AST.IsExp e) { visit(cast(AST.Expression)e); } in ParseTimeVisitor()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h206 class IsExp; variable
498 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h693 class IsExp : public Expression
706 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h208 class IsExp; variable
502 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h695 class IsExp : public Expression
708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h210 class IsExp; variable
505 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.c1355 IsExp *Expression::isExp() in isExp()
1357 return op == TOKis ? (IsExp *)this : NULL; in isExp()
3810 IsExp::IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, in IsExp() function
3812 : Expression(loc, TOKis, sizeof(IsExp)) in IsExp()
3822 Expression *IsExp::syntaxCopy() in syntaxCopy()
3833 return new IsExp(loc, in syntaxCopy()
H A Dexpression.h265 IsExp* isExp();
814 class IsExp : public Expression
827 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dvisitor.h208 class IsExp; variable
502 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h695 class IsExp : public Expression
708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h210 class IsExp; variable
505 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.c1355 IsExp *Expression::isExp() in isExp()
1357 return op == TOKis ? (IsExp *)this : NULL; in isExp()
3810 IsExp::IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, in IsExp() function
3812 : Expression(loc, TOKis, sizeof(IsExp)) in IsExp()
3822 Expression *IsExp::syntaxCopy() in syntaxCopy()
3833 return new IsExp(loc, in syntaxCopy()
H A Dexpression.h265 IsExp* isExp();
814 class IsExp : public Expression
827 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h210 class IsExp; variable
505 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.c1355 IsExp *Expression::isExp() in isExp()
1357 return op == TOKis ? (IsExp *)this : NULL; in isExp()
3810 IsExp::IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, in IsExp() function
3812 : Expression(loc, TOKis, sizeof(IsExp)) in IsExp()
3822 Expression *IsExp::syntaxCopy() in syntaxCopy()
3833 return new IsExp(loc, in syntaxCopy()
H A Dexpression.h265 IsExp* isExp();
814 class IsExp : public Expression
827 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h206 class IsExp; variable
498 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h693 class IsExp : public Expression
706 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h208 class IsExp; variable
502 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h695 class IsExp : public Expression
708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h206 class IsExp; variable
498 virtual void visit(IsExp *e) { visit((Expression *)e); } in visit()
H A Dexpression.h693 class IsExp : public Expression
706 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,

1234