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:get_corpus
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-ir-priv.h
1066
if (!t || !t->
get_corpus
() || !c)
in check_canonical_type_from_abixml_during_self_comp()
1069
if (!(t->
get_corpus
()->get_origin() == ir::corpus::NATIVE_XML_ORIGIN))
in check_canonical_type_from_abixml_during_self_comp()
H
A
D
abg-ir.cc
1308
translation_unit::
get_corpus
()
in get_corpus()
function in abigail::ir::translation_unit
1316
translation_unit::
get_corpus
() const
in get_corpus()
function in abigail::ir::translation_unit
1317
{return const_cast<translation_unit*>(this)->
get_corpus
();}
in get_corpus()
3251
if ((!f->
get_corpus
() && !s->
get_corpus
())
in operator ()()
3252
|| (f->
get_corpus
()->get_origin() == corpus::NATIVE_XML_ORIGIN
in operator ()()
3253
&& s->
get_corpus
()->get_origin() == corpus::NATIVE_XML_ORIGIN))
in operator ()()
3350
if ((!f->
get_corpus
() && !s->
get_corpus
())
in operator ()()
3351
|| (f->
get_corpus
()
in operator ()()
4227
type_or_decl_base::
get_corpus
()
get_corpus()
function in abigail::ir::type_or_decl_base
4241
type_or_decl_base::
get_corpus
() const
get_corpus()
function in abigail::ir::type_or_decl_base
[all...]
H
A
D
abg-writer.cc
1404
corpus* c = t->
get_corpus
();
in write_is_non_reachable()
3707
*decl->
get_corpus
(),
in write_class_decl()
H
A
D
abg-dwarf-reader.cc
12494
corpus* corp = scope->
get_corpus
();
12550
corpus* corp = scope->
get_corpus
();
15157
if (corpus *abi_corpus = scope->
get_corpus
())
15693
if (corpus *abi_corpus = scope->
get_corpus
())
/third_party/libabigail/include/
H
A
D
abg-ir.h
726
get_corpus
() const;
729
get_corpus
();
1420
get_corpus
() const;
1423
get_corpus
();
Completed in 42 milliseconds