OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gotos
(Results
51 - 75
of
126
) sorted by null
1
2
3
4
5
6
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ScopeInfo.h
100
/// \brief Whether this function contains any switches or direct
gotos
.
103
/// \brief Whether this function contains any indirect
gotos
.
[
all
...]
/external/python/cpython2/
configure.ac
[
all
...]
pyconfig.h.in
121
/* Define if the C compiler supports computed
gotos
. */
1071
/* Define if you want to use computed
gotos
in ceval.c. */
[
all
...]
/external/python/cpython3/
configure.ac
[
all
...]
pyconfig.h.in
131
/* Define if the C compiler supports computed
gotos
. */
[
all
...]
/external/python/cpython2/darwin_x86_64/pyconfig/
pyconfig.h
122
/* Define if the C compiler supports computed
gotos
. */
1073
/* Define if you want to use computed
gotos
in ceval.c. */
[
all
...]
/external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h
122
/* Define if the C compiler supports computed
gotos
. */
1075
/* Define if you want to use computed
gotos
in ceval.c. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def
444
/* The maximum number of insns to duplicate when unfactoring computed
gotos
. */
447
"The maximum number of insns to duplicate when unfactoring computed
gotos
",
[
all
...]
/external/libunwind/doc/
libunwind.tex
121
useful for implementing non-local
gotos
and the exception handling
/external/llvm/docs/
Vectorizers.rst
222
nesting of IFs, ELSEs and even
GOTOs
.
/external/python/cpython2/Doc/library/
dis.rst
574
``END_FINALLY`` from re-raising the exception. (But non-local
gotos
should
/external/python/cpython3/Doc/whatsnew/
3.1.rst
436
* Enabling a configure option named ``--with-computed-
gotos
``
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go
504
// it's possible for this to be a goto into an irreducible loop made from
gotos
.
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go
504
// it's possible for this to be a goto into an irreducible loop made from
gotos
.
/external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
547
fail(DL, DAG, "WebAssembly hasn't implemented computed
gotos
");
Completed in 1957 milliseconds
1
2
3
4
5
6