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:enom
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-dwarf-reader.cc
4160
/// @param
enom
the enum to consider.
4162
maybe_schedule_declaration_only_enum_for_resolution(enum_type_decl_sptr&
enom
)
in maybe_schedule_declaration_only_enum_for_resolution()
argument
4164
if (
enom
->get_is_declaration_only()
in maybe_schedule_declaration_only_enum_for_resolution()
4165
&&
enom
->get_definition_of_declaration() == 0)
in maybe_schedule_declaration_only_enum_for_resolution()
4167
string qn =
enom
->get_qualified_name();
in maybe_schedule_declaration_only_enum_for_resolution()
4171
declaration_only_enums()[qn].push_back(
enom
);
in maybe_schedule_declaration_only_enum_for_resolution()
4173
record->second.push_back(
enom
);
in maybe_schedule_declaration_only_enum_for_resolution()
4180
/// @param
enom
the enum to consider for the test.
4182
/// @return true iff @p
enom
is a declaration-only enum and if
4185
is_decl_only_enum_scheduled_for_resolution(enum_type_decl_sptr&
enom
)
in is_decl_only_enum_scheduled_for_resolution()
argument
4268
enum_type_decl_sptr
enom
= is_enum_type(type_base_sptr(*c));
resolve_declaration_only_enums()
local
[all...]
H
A
D
abg-ir.cc
9380
for (const auto &
enom
: e->get_enumerators())
in get_debug_representation()
9381
o << " " <<
enom
.get_name() << " = " <<
enom
.get_value() << ",\n";
in get_debug_representation()
10500
/// @param
enom
the enum to consider.
10504
look_through_decl_only_enum(enum_type_decl_sptr
enom
)
in look_through_decl_only_enum()
argument
10505
{return is_enum_type(look_through_decl_only(
enom
));}
in look_through_decl_only_enum()
18028
/// @param
enom
the enum to consider.
18031
///
enom
.
18034
const enum_type_decl &
enom
)
in is_enumerator_present_in_enum()
18036
for (const auto &e :
enom
in is_enumerator_present_in_enum()
18033
is_enumerator_present_in_enum(const enum_type_decl::enumerator &enr, const enum_type_decl &
enom
)
is_enumerator_present_in_enum()
argument
18078
is_enumerator_value_present_in_enum(const enum_type_decl::enumerator &enr, const enum_type_decl &
enom
, vector<enum_type_decl::enumerator>& redundant_enrs)
is_enumerator_value_present_in_enum()
argument
18106
is_enumerator_value_redundant(const enum_type_decl::enumerator &enr, const enum_type_decl &
enom
)
is_enumerator_value_redundant()
argument
[all...]
Completed in 34 milliseconds