Home
last modified time | relevance | path

Searched refs:gotos (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Ddeferred-region.cpp61 void gotos() { in gotos() function
85 gotos(); in main()
/external/libunwind/doc/
Dlibunwind-setjmp.tex8 …{Programming Library}{libunwind-based non-local gotos}libunwind-setjmp -- libunwind-based non-loca…
26 implementation of non-local gotos. This implementation is intended to
Dlibunwind.tex121 useful for implementing non-local gotos and the exception handling
/external/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
/external/python/cpython3/Misc/
DREADME.AIX18 as this compiler does not allow compiling Python with computed gotos.
37 CC=xlc_r OPT="-O2 -qmaxmem=70000" ./configure --without-computed-gotos --enable-shared
DHISTORY12319 - Issue #9203: Computed gotos are now enabled by default on supported compilers
12321 selectively by specifying --without-computed-gotos.
15252 - Issue #4753: By enabling a configure option named '--with-computed-gotos'
/external/python/cpython2/Misc/
DREADME.AIX18 as this compiler does not allow compiling Python with computed gotos.
37 CC=xlc_r OPT="-O2 -qmaxmem=70000" ./configure --without-computed-gotos --enable-shared
/external/llvm/test/Transforms/Util/MemorySSA/
Dmany-dom-backedge.ll5 ; Because people love their gotos.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dmany-dom-backedge.ll5 ; Because people love their gotos.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt9 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
DFinallyTest.java185 public void gotos() throws IOException { in gotos() method in FinallyTest
/external/python/cpython2/
Dconfigure.ac4872 # Check for --with-computed-gotos
4873 AC_MSG_CHECKING(for --with-computed-gotos)
4874 AC_ARG_WITH(computed-gotos,
4875 AS_HELP_STRING([--with(out)-computed-gotos],
4876 … [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),
4881 [Define if you want to use computed gotos in ceval.c.])
4887 [Define if you want to use computed gotos in ceval.c.])
4893 AC_MSG_CHECKING(whether $CC supports computed gotos)
4910 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"
4917 [Define if the C compiler supports computed gotos.])
Dpyconfig.h.in121 /* Define if the C compiler supports computed gotos. */
1101 /* Define if you want to use computed gotos in ceval.c. */
/external/python/cpython3/
Dconfigure.ac5332 # Check for --with-computed-gotos
5333 AC_MSG_CHECKING(for --with-computed-gotos)
5334 AC_ARG_WITH(computed-gotos,
5335 AS_HELP_STRING([--with(out)-computed-gotos],
5336 … [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),
5341 [Define if you want to use computed gotos in ceval.c.])
5347 [Define if you want to use computed gotos in ceval.c.])
5353 AC_MSG_CHECKING(whether $CC supports computed gotos)
5370 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"
5377 [Define if the C compiler supports computed gotos.])
Dpyconfig.h.in131 /* Define if the C compiler supports computed gotos. */
1422 /* Define if you want to use computed gotos in ceval.c. */
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst121 On compilers where it is supported, use "computed gotos" for bytecode
D2.7.15rc1.rst1447 Disable computed gotos by default for clang < 5.0. It caused significant
/external/python/cpython2/Doc/library/
Ddis.rst574 ``END_FINALLY`` from re-raising the exception. (But non-local gotos should
/external/python/cpython3/Doc/whatsnew/
D3.1.rst436 * Enabling a configure option named ``--with-computed-gotos``
D3.2.rst2537 * Computed gotos are now enabled by default on supported compilers (which are
2539 specifying ``--without-computed-gotos``.
/external/python/cpython3/Doc/library/
Ddis.rst740 exception. (But non-local gotos will still be resumed.)
/external/clang/docs/
DInternalsManual.rst1490 .. are not transformed into guarded gotos, short-circuit operations are not