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:rhs1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
structleak_plugin.c
134
tree
rhs1
;
in initialize()
local
139
rhs1
= gimple_assign_rhs1(stmt);
in initialize()
142
if (TREE_CLOBBER_P(
rhs1
))
in initialize()
149
if (TREE_CODE(
rhs1
) == CONSTRUCTOR)
in initialize()
H
A
D
randomize_layout_plugin.c
827
const_tree
rhs1
;
in find_bad_casts_execute()
local
861
rhs1
= gimple_assign_rhs1(stmt);
in find_bad_casts_execute()
862
rhs_type = TREE_TYPE(
rhs1
);
in find_bad_casts_execute()
877
if (dominated_by_is_err(
rhs1
, bb))
in find_bad_casts_execute()
895
op0 = TREE_OPERAND(
rhs1
, 0);
in find_bad_casts_execute()
915
const_tree ssa_name_var = SSA_NAME_VAR(
rhs1
);
in find_bad_casts_execute()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
structleak_plugin.c
130
tree
rhs1
;
in initialize()
local
135
rhs1
= gimple_assign_rhs1(stmt);
in initialize()
137
if (TREE_CLOBBER_P(
rhs1
))
in initialize()
143
if (TREE_CODE(
rhs1
) == CONSTRUCTOR)
in initialize()
H
A
D
randomize_layout_plugin.c
740
const_tree
rhs1
;
in find_bad_casts_execute()
local
774
rhs1
= gimple_assign_rhs1(stmt);
in find_bad_casts_execute()
775
rhs_type = TREE_TYPE(
rhs1
);
in find_bad_casts_execute()
790
if (dominated_by_is_err(
rhs1
, bb))
in find_bad_casts_execute()
805
op0 = TREE_OPERAND(
rhs1
, 0);
in find_bad_casts_execute()
822
const_tree ssa_name_var = SSA_NAME_VAR(
rhs1
);
in find_bad_casts_execute()
Completed in 4 milliseconds