OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abi_decl
(Results
1 - 1
of
1
) sorted by null
/development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp
459
auto
abi_decl
= std::make_unique<abi_util::FunctionTypeIR>();
local
461
if (!CreateBasicNamedAndTypedDecl(canonical_type,
abi_decl
.get(), "")) {
465
return SetupFunctionType(
abi_decl
.get()) &&
466
ir_dumper_->AddLinkableMessageIR(
abi_decl
.get());
567
auto
abi_decl
= std::make_unique<abi_util::FunctionIR>();
local
569
if (!SetupFunction(
abi_decl
.get(), source_file)) {
572
return
abi_decl
;
807
auto
abi_decl
= std::make_unique<abi_util::RecordTypeIR>();
local
809
if (!SetupRecordInfo(
abi_decl
.get(), source_file)) {
813
if ((
abi_decl
->GetReferencedType() == "") |
864
auto
abi_decl
= std::make_unique<abi_util::EnumTypeIR>();
local
904
auto
abi_decl
= std::make_unique<abi_util::GlobalVarIR>();
local
[
all
...]
Completed in 118 milliseconds