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:Constant_kind
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Python/
H
A
D
ast_opt.c
25
node->kind =
Constant_kind
;
in make_const()
61
if (arg->kind !=
Constant_kind
) {
in fold_unaryop()
450
if (lhs->kind !=
Constant_kind
) {
in fold_binop()
463
if (rhs->kind !=
Constant_kind
) {
in fold_binop()
522
if (e->kind !=
Constant_kind
) {
in make_const_tuple()
562
arg->kind !=
Constant_kind
||
in fold_subscr()
563
idx->kind !=
Constant_kind
)
in fold_subscr()
817
case
Constant_kind
:
in astfold_expr()
H
A
D
ast.c
342
case
Constant_kind
:
in validate_expr()
405
assert(exp->kind ==
Constant_kind
);
in ensure_literal_number()
422
if (operand->kind !=
Constant_kind
) {
in ensure_literal_negative()
442
case
Constant_kind
:
in ensure_literal_complex()
458
case
Constant_kind
:
in ensure_literal_complex()
479
case
Constant_kind
:
in validate_pattern_match_value()
575
if (key->kind ==
Constant_kind
) {
in validate_pattern()
1055
if (e->kind ==
Constant_kind
&& PyUnicode_CheckExact(e->v.Constant.value)) {
in _PyAST_GetDocString()
H
A
D
ast_unparse.c
604
case
Constant_kind
:
in append_fstring_element()
754
if (v->kind ==
Constant_kind
&& PyLong_CheckExact(v->v.Constant.value)) {
in append_ast_attribute()
879
case
Constant_kind
:
in append_ast_expr()
H
A
D
compile.c
2813
if (e->kind !=
Constant_kind
) {
in check_is_arg()
3231
(s->v.Return.value->kind !=
Constant_kind
));
in compiler_return()
4026
(s->v.Assert.test->kind ==
Constant_kind
&&
in compiler_assert()
4063
if (value->kind ==
Constant_kind
) {
in compiler_visit_stmt_expr()
4546
if (key == NULL || key->kind !=
Constant_kind
)
in are_all_items_const()
4714
case
Constant_kind
:
in infer_type()
4725
case
Constant_kind
:
in check_caller()
4750
case
Constant_kind
:
in check_subscripter()
4784
case
Constant_kind
:
in check_index()
5902
case
Constant_kind
in compiler_visit_expr1()
[all...]
H
A
D
symtable.c
1689
case
Constant_kind
:
in symtable_visit_expr()
H
A
D
Python-ast.c
3058
p->kind =
Constant_kind
;
in _PyAST_Constant()
4567
case
Constant_kind
:
in ast2obj_expr()
/third_party/python/Parser/
H
A
D
action_helpers.c
965
if (exp->kind !=
Constant_kind
|| !PyComplex_CheckExact(exp->v.Constant.value)) {
in _PyPegen_ensure_imaginary()
975
if (exp->kind !=
Constant_kind
|| PyComplex_CheckExact(exp->v.Constant.value)) {
in _PyPegen_ensure_real()
1118
case
Constant_kind
: {
in _PyPegen_get_expr_name()
/third_party/python/Include/internal/
H
A
D
pycore_ast.h
344
FormattedValue_kind=18, JoinedStr_kind=19,
Constant_kind
=20,
enumerator
Completed in 32 milliseconds