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:soft_keywords
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Tools/peg_generator/pegen/
H
A
D
keywordgen.py
31
{
soft_keywords
}
66
all_soft_keywords = sorted(gen.
soft_keywords
)
69
soft_keywords
= (
72
thefile.write(TEMPLATE.format(keywords=keywords,
soft_keywords
=
soft_keywords
))
H
A
D
parser_generator.py
60
def __init__(self, gen: "ParserGenerator", keywords: Dict[str, int],
soft_keywords
: Set[str]):
63
self.
soft_keywords
=
soft_keywords
71
return self.
soft_keywords
.add(node.value.replace('"', ""))
97
self.
soft_keywords
: Set[str] = set()
152
keyword_collector = KeywordCollectorVisitor(self, self.keywords, self.
soft_keywords
)
H
A
D
c_generator.py
56
p->
soft_keywords
=
soft_keywords
;
505
soft_keywords
= sorted(self.
soft_keywords
)
506
self.print("static char *
soft_keywords
[] = {")
508
for keyword in
soft_keywords
:
/third_party/python/Parser/
H
A
D
pegen.c
550
for (char **keyword = p->
soft_keywords
; *keyword != NULL; keyword++) {
in _PyPegen_soft_keyword_token()
763
p->
soft_keywords
= NULL;
in _PyPegen_Parser_New()
H
A
D
pegen.h
66
char **
soft_keywords
;
member
H
A
D
parser.c
74
static char *
soft_keywords
[] = {
variable
[all...]
Completed in 41 milliseconds