Home
last modified time | relevance | path

Searched refs:gotoexp (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Ddinterpret.c1541 result = CTFEExp::gotoexp; in visit()
1555 result = CTFEExp::gotoexp; in visit()
1569 result = CTFEExp::gotoexp; in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Ddinterpret.c1541 result = CTFEExp::gotoexp; in visit()
1555 result = CTFEExp::gotoexp; in visit()
1569 result = CTFEExp::gotoexp; in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Ddinterpret.c1548 result = CTFEExp::gotoexp; in visit()
1562 result = CTFEExp::gotoexp; in visit()
1576 result = CTFEExp::gotoexp; in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Ddinterpret.c1548 result = CTFEExp::gotoexp; in visit()
1562 result = CTFEExp::gotoexp; in visit()
1576 result = CTFEExp::gotoexp; in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Ddinterpret.c1541 result = CTFEExp::gotoexp; in visit()
1555 result = CTFEExp::gotoexp; in visit()
1569 result = CTFEExp::gotoexp; in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; variable
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp;
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.d539 case TOK.goto_: return CTFEExp.gotoexp;
685 CTFEExp.gotoexp = new CTFEExp(TOK.goto_); in _init()
701 CTFEExp.gotoexp = CTFEExp.gotoexp.init; in deinitialize()
H A Ddinterpret.d1366 result = CTFEExp.gotoexp; in visit()
1385 result = CTFEExp.gotoexp; in visit()
1404 result = CTFEExp.gotoexp; in visit()
6436 case TOK.goto_: return CTFEExp.gotoexp;

12