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:sym_get_type
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
lkc_proto.h
24
enum symbol_type
sym_get_type
(struct symbol *sym);
H
A
D
symbol.c
42
enum symbol_type
sym_get_type
(struct symbol *sym)
in sym_get_type()
function
212
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
221
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
230
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
371
switch (
sym_get_type
(sym)) {
in sym_calc_value()
410
if (newval.tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_value()
480
int type =
sym_get_type
(sym);
in sym_tristate_within_range()
H
A
D
mconf.c
528
type =
sym_get_type
(sym);
in build_conf()
865
switch (
sym_get_type
(menu->sym)) {
in conf_string()
H
A
D
nconf.c
794
type =
sym_get_type
(sym);
in build_conf()
1356
switch (
sym_get_type
(menu->sym)) {
in conf_string()
H
A
D
confdata.c
1255
switch (
sym_get_type
(sym)) {
in conf_set_all_new_symbols()
1338
if (
sym_get_type
(sym) == S_TRISTATE &&
in conf_rewrite_mod_or_yes()
H
A
D
conf.c
88
enum symbol_type type =
sym_get_type
(sym);
in conf_askvalue()
H
A
D
gconf.c
823
switch (
sym_get_type
(sym)) {
in change_sym_value()
1110
stype =
sym_get_type
(sym);
in fill_row()
H
A
D
qconf.cc
134
type =
sym_get_type
(sym);
in updateMenu()
493
type =
sym_get_type
(sym);
in setValue()
524
type =
sym_get_type
(sym);
in changeValue()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
lkc_proto.h
25
enum symbol_type
sym_get_type
(struct symbol *sym);
H
A
D
symbol.c
41
enum symbol_type
sym_get_type
(struct symbol *sym)
in sym_get_type()
function
211
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
220
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
229
if (tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_visibility()
370
switch (
sym_get_type
(sym)) {
in sym_calc_value()
409
if (newval.tri == mod &&
sym_get_type
(sym) == S_BOOLEAN)
in sym_calc_value()
479
int type =
sym_get_type
(sym);
in sym_tristate_within_range()
H
A
D
mconf.c
566
type =
sym_get_type
(sym);
in build_conf()
751
switch (
sym_get_type
(menu->sym)) {
in conf_string()
H
A
D
conf.c
232
switch (
sym_get_type
(sym)) {
in conf_set_all_new_symbols()
310
if (
sym_get_type
(sym) == S_TRISTATE &&
in conf_rewrite_tristates()
H
A
D
nconf.c
866
type =
sym_get_type
(sym);
in build_conf()
1447
switch (
sym_get_type
(menu->sym)) {
in conf_string()
H
A
D
gconf.c
816
switch (
sym_get_type
(sym)) {
in change_sym_value()
1107
stype =
sym_get_type
(sym);
in fill_row()
H
A
D
qconf.cc
137
type =
sym_get_type
(sym);
in updateMenu()
497
type =
sym_get_type
(sym);
in setValue()
528
type =
sym_get_type
(sym);
in changeValue()
Completed in 20 milliseconds