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:ste_coroutine
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_symtable.h
58
unsigned
ste_coroutine
: 1; /* true if namespace is a coroutine */
member
/third_party/python/Python/
H
A
D
symtable.c
104
ste->
ste_coroutine
= 0;
in ste_new()
1454
st->st_cur->
ste_coroutine
= 1;
in symtable_visit_stmt()
1670
st->st_cur->
ste_coroutine
= 1;
in symtable_visit_expr()
1993
st->st_cur->
ste_coroutine
= 1;
in symtable_visit_comprehension()
2041
st->st_cur->
ste_coroutine
= 1;
in symtable_handle_comprehension()
2060
int is_async = st->st_cur->
ste_coroutine
&& !is_generator;
in symtable_handle_comprehension()
2065
st->st_cur->
ste_coroutine
= 1;
in symtable_handle_comprehension()
H
A
D
compile.c
3139
c->u->u_ste->
ste_coroutine
= 1;
in compiler_async_for()
3235
c->u->u_ste->
ste_coroutine
&& c->u->u_ste->ste_generator)
in compiler_return()
4239
if (c->u->u_ste->ste_generator && c->u->u_ste->
ste_coroutine
) {
in addop_yield()
5468
is_async_generator = c->u->u_ste->
ste_coroutine
;
in compiler_comprehension()
5514
c->u->u_ste->
ste_coroutine
= 1;
in compiler_comprehension()
5653
c->u->u_ste->
ste_coroutine
= 1;
in compiler_async_with()
7173
if (c->u->u_ste->ste_generator || c->u->u_ste->
ste_coroutine
) {
in stackdepth()
7875
if (ste->ste_generator && !ste->
ste_coroutine
)
in compute_code_flags()
7877
if (!ste->ste_generator && ste->
ste_coroutine
)
in compute_code_flags()
7879
if (ste->ste_generator && ste->
ste_coroutine
)
in compute_code_flags()
[all...]
Completed in 14 milliseconds