Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gotos
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libunwind/libunwind/doc/
H
A
D
libunwind-setjmp.tex
8
\begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-local
gotos
}libunwind-setjmp -- libunwind-based non-local
gotos
26
implementation of non-local
gotos
. This implementation is intended to
H
A
D
libunwind.tex
123
useful for implementing non-local
gotos
and the exception handling
/third_party/mesa3d/src/intel/common/
H
A
D
mi_builder.h
1268
struct _mi_goto
gotos
[8];
member
1315
assert(t->num_gotos < ARRAY_SIZE(t->
gotos
));
in mi_goto_if()
1322
t->
gotos
[t->num_gotos++] = g;
in mi_goto_if()
1351
bbs.PredicationEnable = t->
gotos
[i].predicated;
in mi_goto_target()
1352
GENX(MI_BATCH_BUFFER_START_pack)(b->user_data, t->
gotos
[i].mi_bbs, &bbs);
in mi_goto_target()
/third_party/python/
H
A
D
configure
1872
--with-computed-
gotos
enable computed
gotos
in evaluation loop (enabled by
24984
# Check for --with-computed-
gotos
24985
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-computed-
gotos
" >&5
24986
printf %s "checking for --with-computed-
gotos
... " >&6; }
24988
# Check whether --with-computed-
gotos
was given.
25015
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports computed
gotos
" >&5
25016
printf %s "checking whether $CC supports computed
gotos
... " >&6; }
25024
ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-
gotos
"
Completed in 22 milliseconds