Home
last modified time | relevance | path

Searched refs:gotoCases (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatementsem.c1996 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
1998 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2210 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2212 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2217 sw->gotoCases.remove(i); // remove from array in visit()
2403 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h426 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatementsem.c1996 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
1998 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2210 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2212 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2217 sw->gotoCases.remove(i); // remove from array in visit()
2403 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h426 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatementsem.c1996 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
1998 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2210 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2212 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2217 sw->gotoCases.remove(i); // remove from array in visit()
2403 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h426 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatementsem.c2264 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
2266 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2478 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2480 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2485 sw->gotoCases.remove(i); // remove from array in visit()
2671 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h425 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstatementsem.c2262 for (size_t i = 0; i < ss->gotoCases.length; i++) in visit()
2264 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2476 for (size_t i = 0; i < sw->gotoCases.length; ) in visit()
2478 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2483 sw->gotoCases.remove(i); // remove from array in visit()
2669 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h435 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatementsem.c2264 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
2266 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2478 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2480 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2485 sw->gotoCases.remove(i); // remove from array in visit()
2671 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h425 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstatementsem.c2262 for (size_t i = 0; i < ss->gotoCases.length; i++) in visit()
2264 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2476 for (size_t i = 0; i < sw->gotoCases.length; ) in visit()
2478 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2483 sw->gotoCases.remove(i); // remove from array in visit()
2669 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h435 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatementsem.c2264 for (size_t i = 0; i < ss->gotoCases.dim; i++) in visit()
2266 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2478 for (size_t i = 0; i < sw->gotoCases.dim; ) in visit()
2480 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2485 sw->gotoCases.remove(i); // remove from array in visit()
2671 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h425 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstatementsem.c2262 for (size_t i = 0; i < ss->gotoCases.length; i++) in visit()
2264 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit()
2476 for (size_t i = 0; i < sw->gotoCases.length; ) in visit()
2478 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit()
2483 sw->gotoCases.remove(i); // remove from array in visit()
2669 sc->sw->gotoCases.push(gcs); in visit()
H A Dstatement.h435 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h438 GotoCaseStatements gotoCases; // array of unresolved GotoCaseStatement's variable
H A Dstatementsem.d2658 foreach (gcs; ss.gotoCases) in visit()
2972 for (size_t i = 0; i < sw.gotoCases.dim;) in visit()
2974 GotoCaseStatement gcs = sw.gotoCases[i]; in visit()
2978 sw.gotoCases.remove(i); // remove from array in visit()
3181 sc.sw.gotoCases.push(gcs); in visit()
H A Dstatement.d1179 GotoCaseStatements gotoCases; /// array of unresolved GotoCaseStatement's variable