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:DECL_NAME_POINTER
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
stackleak_plugin.c
110
DECL_NAME_POINTER
(current_function_decl));
in get_current_stack_pointer_decl()
207
DECL_NAME_POINTER
(current_function_decl));
in stackleak_instrument_execute()
399
const char *fn =
DECL_NAME_POINTER
(current_function_decl);
in stackleak_cleanup_execute()
H
A
D
cyc_complexity_plugin.c
40
xloc.file,
DECL_NAME_POINTER
(current_function_decl));
in cyc_complexity_execute()
H
A
D
randomize_layout_plugin.c
726
if (strcmp(
DECL_NAME_POINTER
(poss_is_err_func), "IS_ERR"))
in dominated_by_is_err()
918
!strcmp((const char *)
DECL_NAME_POINTER
(ssa_name_var), "__mptr"))
in find_bad_casts_execute()
H
A
D
gcc-common.h
165
#define
DECL_NAME_POINTER
(node) IDENTIFIER_POINTER(DECL_NAME(node))
macro
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
stackleak_plugin.c
108
DECL_NAME_POINTER
(current_function_decl));
in get_current_stack_pointer_decl()
205
DECL_NAME_POINTER
(current_function_decl));
in stackleak_instrument_execute()
397
const char *fn =
DECL_NAME_POINTER
(current_function_decl);
in stackleak_cleanup_execute()
H
A
D
randomize_layout_plugin.c
693
if (strcmp(
DECL_NAME_POINTER
(poss_is_err_func), "IS_ERR"))
in dominated_by_is_err()
825
!strcmp((const char *)
DECL_NAME_POINTER
(ssa_name_var), "__mptr"))
in find_bad_casts_execute()
H
A
D
gcc-common.h
108
#define
DECL_NAME_POINTER
(node) IDENTIFIER_POINTER(DECL_NAME(node))
macro
Completed in 8 milliseconds