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:fieldtype
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
randomize_layout_plugin.c
297
const_tree
fieldtype
;
in is_flexible_array()
local
302
fieldtype
= TREE_TYPE(field);
in is_flexible_array()
303
typesize = TYPE_SIZE(
fieldtype
);
in is_flexible_array()
305
if (TREE_CODE(
fieldtype
) != ARRAY_TYPE)
in is_flexible_array()
308
elemtype = TREE_TYPE(
fieldtype
);
in is_flexible_array()
313
if (typesize == NULL_TREE && TYPE_DOMAIN(
fieldtype
) != NULL_TREE &&
in is_flexible_array()
314
TYPE_MAX_VALUE(TYPE_DOMAIN(
fieldtype
)) == NULL_TREE)
in is_flexible_array()
429
static bool is_fptr(const_tree
fieldtype
)
in is_fptr()
argument
431
if (TREE_CODE(
fieldtype
) != POINTER_TYPE)
in is_fptr()
434
return TREE_CODE(TREE_TYPE(
fieldtype
))
in is_fptr()
445
const_tree
fieldtype
= get_field_type(field);
is_pure_ops_struct()
local
[all...]
H
A
D
structleak_plugin.c
88
tree
fieldtype
= get_field_type(field);
in is_userspace_type()
local
89
enum tree_code code = TREE_CODE(
fieldtype
);
in is_userspace_type()
92
if (is_userspace_type(
fieldtype
))
in is_userspace_type()
H
A
D
latent_entropy_plugin.c
175
tree
fieldtype
;
in handle_latent_entropy_attribute()
local
177
fieldtype
= TREE_TYPE(fld);
in handle_latent_entropy_attribute()
178
if (TREE_CODE(
fieldtype
) == INTEGER_TYPE)
in handle_latent_entropy_attribute()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
randomize_layout_plugin.c
279
const_tree
fieldtype
;
in is_flexible_array()
local
282
fieldtype
= TREE_TYPE(field);
in is_flexible_array()
283
typesize = TYPE_SIZE(
fieldtype
);
in is_flexible_array()
285
if (TREE_CODE(
fieldtype
) != ARRAY_TYPE)
in is_flexible_array()
290
if (typesize == NULL_TREE && TYPE_DOMAIN(
fieldtype
) != NULL_TREE &&
in is_flexible_array()
291
TYPE_MAX_VALUE(TYPE_DOMAIN(
fieldtype
)) == NULL_TREE)
in is_flexible_array()
400
static bool is_fptr(const_tree
fieldtype
)
in is_fptr()
argument
402
if (TREE_CODE(
fieldtype
) != POINTER_TYPE)
in is_fptr()
405
return TREE_CODE(TREE_TYPE(
fieldtype
)) == FUNCTION_TYPE;
in is_fptr()
416
const_tree
fieldtype
in is_pure_ops_struct()
local
[all...]
H
A
D
structleak_plugin.c
86
tree
fieldtype
= get_field_type(field);
in is_userspace_type()
local
87
enum tree_code code = TREE_CODE(
fieldtype
);
in is_userspace_type()
90
if (is_userspace_type(
fieldtype
))
in is_userspace_type()
H
A
D
latent_entropy_plugin.c
171
tree
fieldtype
;
in handle_latent_entropy_attribute()
local
173
fieldtype
= TREE_TYPE(fld);
in handle_latent_entropy_attribute()
174
if (TREE_CODE(
fieldtype
) == INTEGER_TYPE)
in handle_latent_entropy_attribute()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H
A
D
imx-media-vdic.c
90
u32
fieldtype
;
member
206
switch (priv->
fieldtype
) {
in prepare_vdi_in_buffers()
222
* can't get here, priv->
fieldtype
can only be one of
in prepare_vdi_in_buffers()
313
priv->
fieldtype
= infmt->field;
in vdic_setup_indirect()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H
A
D
imx-media-vdic.c
90
u32
fieldtype
;
member
206
switch (priv->
fieldtype
) {
in prepare_vdi_in_buffers()
222
* can't get here, priv->
fieldtype
can only be one of
in prepare_vdi_in_buffers()
313
priv->
fieldtype
= infmt->field;
in vdic_setup_indirect()
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H
A
D
airo.c
844
u8
fieldtype
[2];
member
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H
A
D
airo.c
843
u8
fieldtype
[2];
member
Completed in 29 milliseconds