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:dir_dep
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
symbol.c
210
if (sym->
dir_dep
.expr)
in sym_calc_visibility()
211
tri = expr_calc_value(sym->
dir_dep
.expr);
in sym_calc_visibility()
214
if (sym->
dir_dep
.tri != tri) {
in sym_calc_visibility()
215
sym->
dir_dep
.tri = tri;
in sym_calc_visibility()
311
sym->
dir_dep
.tri == mod ? 'm' : 'n');
in sym_warn_unmet_dep()
312
expr_gstr_print(sym->
dir_dep
.expr, &gs);
in sym_warn_unmet_dep()
402
sym->
dir_dep
.tri);
in sym_calc_value()
406
if (sym->
dir_dep
.tri < sym->rev_dep.tri)
in sym_calc_value()
1089
} else if (stack->expr == &sym->
dir_dep
.expr) {
in sym_check_print_recursive()
1171
stack.expr = &sym->
dir_dep
in sym_check_sym_deps()
[all...]
H
A
D
expr.h
123
struct expr_value
dir_dep
;
member
H
A
D
menu.c
504
sym->
dir_dep
.expr = expr_alloc_or(sym->
dir_dep
.expr, parent->dep);
in menu_finalize()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
symbol.c
209
if (sym->
dir_dep
.expr)
in sym_calc_visibility()
210
tri = expr_calc_value(sym->
dir_dep
.expr);
in sym_calc_visibility()
213
if (sym->
dir_dep
.tri != tri) {
in sym_calc_visibility()
214
sym->
dir_dep
.tri = tri;
in sym_calc_visibility()
310
sym->
dir_dep
.tri == mod ? 'm' : 'n');
in sym_warn_unmet_dep()
311
expr_gstr_print(sym->
dir_dep
.expr, &gs);
in sym_warn_unmet_dep()
401
sym->
dir_dep
.tri);
in sym_calc_value()
405
if (sym->
dir_dep
.tri < sym->rev_dep.tri)
in sym_calc_value()
1045
} else if (stack->expr == &sym->
dir_dep
.expr) {
in sym_check_print_recursive()
1127
stack.expr = &sym->
dir_dep
in sym_check_sym_deps()
[all...]
H
A
D
expr.h
123
struct expr_value
dir_dep
;
member
H
A
D
menu.c
483
sym->
dir_dep
.expr = expr_alloc_or(sym->
dir_dep
.expr, parent->dep);
in menu_finalize()
Completed in 10 milliseconds