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:multijmp
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
linearize.h
67
struct
multijmp
{
struct
211
static inline void add_multijmp(struct multijmp_list **list, struct
multijmp
*
multijmp
)
in add_multijmp()
argument
213
add_ptr_list(list,
multijmp
);
in add_multijmp()
H
A
D
lib.h
72
struct
multijmp
;
81
DECLARE_PTR_LIST(multijmp_list, struct
multijmp
);
H
A
D
allocate.c
153
ALLOCATOR(
multijmp
, "
multijmp
");
H
A
D
allocate.h
94
DECLARE_ALLOCATOR(
multijmp
);
variable
H
A
D
linearize.c
77
static struct
multijmp
*alloc_multijmp(struct basic_block *target, long long begin, long long end)
in alloc_multijmp()
79
struct
multijmp
*
multijmp
= __alloc_multijmp(0);
in alloc_multijmp()
local
80
multijmp
->target = target;
in alloc_multijmp()
81
multijmp
->begin = begin;
in alloc_multijmp()
82
multijmp
->end = end;
in alloc_multijmp()
83
return
multijmp
;
in alloc_multijmp()
386
struct
multijmp
*jmp;
in show_instruction()
399
struct
multijmp
*jmp;
in show_instruction()
2176
const struct
multijmp
*
in multijmp_cmp()
[all...]
H
A
D
ir.c
98
struct
multijmp
*jmp;
in check_switch()
H
A
D
flow.c
72
struct
multijmp
*jmp;
in remove_other_phisources()
685
struct
multijmp
*jmp;
in rewrite_parent_branch()
752
struct
multijmp
*jmp;
in vrfy_children()
H
A
D
simplify.c
2650
struct
multijmp
*jmp;
in simplify_switch()
2684
struct
multijmp
*jmp;
in simplify_cgoto()
H
A
D
sparse-llvm.c
773
struct
multijmp
*jmp;
in output_op_switch()
Completed in 12 milliseconds