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:corpus_group
(Results
1 - 13
of
13
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-fe-iface.cc
33
ir::corpus_group_sptr
corpus_group
;
member
50
corpus_group
.reset();
in initialize()
227
fe_iface::
corpus_group
()
in corpus_group()
function in abigail::fe_iface
228
{return priv_->
corpus_group
;}
in corpus_group()
234
fe_iface::
corpus_group
() const
in corpus_group()
function in abigail::fe_iface
235
{return const_cast<fe_iface*>(this)->
corpus_group
();}
in corpus_group()
243
fe_iface::
corpus_group
(const ir::corpus_group_sptr& cg)
in corpus_group()
function in abigail::fe_iface
244
{priv_->
corpus_group
= cg;}
in corpus_group()
251
{return bool(
corpus_group
());}
in has_corpus_group()
260
if (
corpus_group
())
in main_corpus_from_current_group()
[all...]
H
A
D
abg-corpus.cc
789
/// part of any @ref
corpus_group
.
790
const
corpus_group
*
797
/// of any @ref
corpus_group
.
798
corpus_group
*
806
corpus::set_group(
corpus_group
* g)
in set_group()
1595
// <
corpus_group
stuff>
1597
/// Type of the private data of @ref
corpus_group
1598
struct
corpus_group
::priv
1665
}; // end
corpus_group
::priv
1667
/// Constructor of the @ref
corpus_group
typ
1672
corpus_group
::
corpus_group
(const environment& env, const string& path = "")
corpus_group()
function in abigail::ir::corpus_group
[all...]
H
A
D
abg-elf-based-reader.cc
92
elf_based_reader::read_and_add_corpus_to_group(ir::
corpus_group
& group,
in read_and_add_corpus_to_group()
H
A
D
abg-ctf-reader.cc
248
corpus_group
().reset();
in initialize()
360
&&
corpus_group
())
in slurp_elf_info()
426
&&
corpus_group
())
in process_ctf_archive()
668
&&
corpus_group
())
in read_corpus()
H
A
D
abg-corpus-priv.h
671
corpus_group
* group;
H
A
D
abg-reader.cc
1108
if (!
corpus_group
())
in read_corpus()
1169
if (!
corpus_group
())
in read_corpus()
2090
if (!rdr.
corpus_group
())
in read_corpus_group_from_input()
2092
corpus_group_sptr g(new
corpus_group
(rdr.get_environment(),
in read_corpus_group_from_input()
2095
rdr.
corpus_group
(g);
in read_corpus_group_from_input()
2098
corpus_group_sptr group = rdr.
corpus_group
();
in read_corpus_group_from_input()
2116
rdr.
corpus_group
()->add_corpus(corp);
in read_corpus_group_from_input()
2120
return rdr.
corpus_group
();
in read_corpus_group_from_input()
H
A
D
abg-tools-utils.cc
2591
/// It builds a @ref
corpus_group
made of vmlinux kernel file and
2599
/// @param the group @ref
corpus_group
to be built.
2627
/// @param env the environment to create the
corpus_group
in.
2655
group.reset(new
corpus_group
(env, root));
in load_vmlinux_corpus()
2657
rdr->
corpus_group
(group);
in load_vmlinux_corpus()
2697
rdr->
corpus_group
(group);
in load_vmlinux_corpus()
2710
/// Walk a given directory and build an instance of @ref
corpus_group
2714
/// The main corpus of the @ref
corpus_group
is made of the vmlinux
2743
/// @param env the environment to create the
corpus_group
in.
H
A
D
abg-writer.cc
1428
corpus_group
* group = corpus->get_group();
in write_tracking_non_reachable_types()
4638
for (
corpus_group
::corpora_type::const_iterator c =
in write_corpus_group()
H
A
D
abg-dwarf-reader.cc
1947
corpus_group
().reset();
in initialize()
2112
if (corpus_group_sptr group =
corpus_group
())
in read_debug_info_into_corpus()
/third_party/libabigail/include/
H
A
D
abg-corpus.h
57
void set_group(
corpus_group
*);
107
const
corpus_group
*
110
corpus_group
*
275
friend class
corpus_group
;
342
class
corpus_group
: public corpus
class
348
corpus_group
(const
corpus_group
&);
353
corpus_group
(const ir::environment&, const string&);
355
virtual ~
corpus_group
();
402
operator==(const
corpus_group
[all...]
H
A
D
abg-fe-iface.h
120
corpus_group
();
123
corpus_group
() const;
126
corpus_group
(const ir::corpus_group_sptr& cg);
H
A
D
abg-elf-based-reader.h
57
read_and_add_corpus_to_group(ir::
corpus_group
& group,
H
A
D
abg-fwd.h
69
class
corpus_group
;
70
typedef shared_ptr<
corpus_group
> corpus_group_sptr;
Completed in 43 milliseconds