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:const_gimple
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
gcc-common.h
284
static inline bool gimple_asm_clobbers_memory_p(
const_gimple
stmt)
in gimple_asm_clobbers_memory_p()
473
static inline const gasm *as_a_const_gasm(
const_gimple
stmt)
483
static inline const gassign *as_a_const_gassign(
const_gimple
stmt)
493
static inline const gcall *as_a_const_gcall(
const_gimple
stmt)
503
static inline const gcond *as_a_const_gcond(
const_gimple
stmt)
513
static inline const gdebug *as_a_const_gdebug(
const_gimple
stmt)
523
static inline const ggoto *as_a_const_ggoto(
const_gimple
stmt)
533
static inline const gphi *as_a_const_gphi(
const_gimple
stmt)
543
static inline const greturn *as_a_const_greturn(
const_gimple
stmt)
606
static inline const gasm *as_a_const_gasm(
const_gimple
stm
844
#define
const_gimple
global()
macro
[all...]
H
A
D
sancov_plugin.c
43
const_gimple
stmt;
in sancov_execute()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
gcc-common.h
161
inline bool is_a_helper<const gassign *>::test(
const_gimple
gs)
in test()
305
#define
const_gimple
const_gimple_ptr
macro
319
inline bool is_a_helper<const ggoto *>::test(
const_gimple
gs)
in test()
326
inline bool is_a_helper<const greturn *>::test(
const_gimple
gs)
in test()
337
static inline const gasm *as_a_const_gasm(
const_gimple
stmt)
in as_a_const_gasm()
347
static inline const gassign *as_a_const_gassign(
const_gimple
stmt)
in as_a_const_gassign()
357
static inline const gcall *as_a_const_gcall(
const_gimple
stmt)
in as_a_const_gcall()
367
static inline const ggoto *as_a_const_ggoto(
const_gimple
stmt)
in as_a_const_ggoto()
377
static inline const gphi *as_a_const_gphi(
const_gimple
stmt)
in as_a_const_gphi()
387
static inline const greturn *as_a_const_greturn(
const_gimple
stm
[all...]
H
A
D
sancov_plugin.c
43
const_gimple
stmt;
in sancov_execute()
Completed in 4 milliseconds