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:type_tree
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
randomize_layout_plugin.c
754
static bool type_name_eq(gimple stmt, const_tree
type_tree
, const char *wanted_name)
in type_name_eq()
argument
758
if (
type_tree
== NULL_TREE)
in type_name_eq()
761
switch (TREE_CODE(
type_tree
)) {
in type_name_eq()
763
type_name = TYPE_NAME_POINTER(
type_tree
);
in type_name_eq()
766
if (TYPE_PRECISION(
type_tree
) == CHAR_TYPE_SIZE)
in type_name_eq()
769
INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n",
type_tree
);
in type_name_eq()
local
770
debug_tree(
type_tree
);
in type_name_eq()
775
if (TREE_CODE(TREE_TYPE(
type_tree
)) == VOID_TYPE) {
in type_name_eq()
779
INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n",
type_tree
);
in type_name_eq()
local
780
debug_tree(
type_tree
);
in type_name_eq()
784
INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\\n",
type_tree
);
type_name_eq()
local
[all...]
Completed in 2 milliseconds