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:ff_features
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Python/
H
A
D
future.c
36
ff->
ff_features
|= CO_FUTURE_BARRY_AS_BDFL;
in future_check_features()
40
ff->
ff_features
|= CO_FUTURE_ANNOTATIONS;
in future_check_features()
128
ff->
ff_features
= 0;
in _PyFuture_FromAST()
H
A
D
ast_opt.c
861
if (!(state->
ff_features
& CO_FUTURE_ANNOTATIONS)) {
in astfold_arg()
880
if (!(state->
ff_features
& CO_FUTURE_ANNOTATIONS)) {
in astfold_stmt()
888
if (!(state->
ff_features
& CO_FUTURE_ANNOTATIONS)) {
in astfold_stmt()
914
if (!(state->
ff_features
& CO_FUTURE_ANNOTATIONS)) {
in astfold_stmt()
H
A
D
symtable.c
1818
int future_annotations = st->st_future->
ff_features
& CO_FUTURE_ANNOTATIONS;
in symtable_visit_annotation()
1853
int future_annotations = st->st_future->
ff_features
& CO_FUTURE_ANNOTATIONS;
in symtable_visit_annotations()
2155
future->
ff_features
|= flags->cf_flags;
in _Py_SymtableStringObjectFlags()
H
A
D
traceback.c
686
state.
ff_features
= 0;
in extract_anchors_from_line()
H
A
D
compile.c
559
merged = c.c_future->
ff_features
| flags->cf_flags;
in _PyAST_Compile()
560
c.c_future->
ff_features
= merged;
in _PyAST_Compile()
568
state.
ff_features
= merged;
in _PyAST_Compile()
2429
if (c->c_future->
ff_features
& CO_FUTURE_ANNOTATIONS) {
in compiler_visit_argannotation()
6052
if (c->c_future->
ff_features
& CO_FUTURE_ANNOTATIONS) {
in check_annotation()
6117
if (c->c_future->
ff_features
& CO_FUTURE_ANNOTATIONS) {
in compiler_annassign()
/third_party/python/Include/internal/
H
A
D
pycore_compile.h
30
int
ff_features
;
member
/third_party/python/Include/cpython/
H
A
D
compile.h
37
int
ff_features
; /* flags set by future statements */
member
Completed in 20 milliseconds