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:Name_kind
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Parser/
H
A
D
action_helpers.c
363
case
Name_kind
:
in _PyPegen_set_expr_context()
1061
if (name->kind !=
Name_kind
) {
in _PyPegen_check_legacy_stmt()
1084
case
Name_kind
:
in _PyPegen_get_expr_name()
1239
case
Name_kind
:
in _PyPegen_get_invalid_target()
/third_party/python/Python/
H
A
D
ast.c
233
case
Name_kind
:
in validate_expr()
385
case
Name_kind
:
in validate_expr()
609
if (cls->kind ==
Name_kind
) {
in validate_pattern()
755
if (stmt->v.AnnAssign.target->kind !=
Name_kind
&&
in validate_stmt()
H
A
D
symtable.c
1252
if (s->v.AnnAssign.target->kind ==
Name_kind
) {
in symtable_visit_stmt()
1479
assert(e->kind ==
Name_kind
);
in symtable_extend_namedexpr_scope()
1711
case
Name_kind
:
in symtable_visit_expr()
H
A
D
ast_unparse.c
901
case
Name_kind
:
in append_ast_expr()
H
A
D
ast_opt.c
807
case
Name_kind
:
in astfold_expr()
H
A
D
compile.c
4814
if (e->kind !=
Name_kind
) {
in is_import_originated()
5946
case
Name_kind
:
in compiler_visit_expr1()
5999
case
Name_kind
:
in compiler_augassign()
6031
case
Name_kind
:
in compiler_augassign()
6110
case
Name_kind
:
in compiler_annassign()
H
A
D
Python-ast.c
3184
p->kind =
Name_kind
;
in _PyAST_Name()
4637
case
Name_kind
:
in ast2obj_expr()
/third_party/python/Include/internal/
H
A
D
pycore_ast.h
346
Name_kind
=24, List_kind=25, Tuple_kind=26, Slice_kind=27};
enumerator
Completed in 35 milliseconds