HomeSort by relevance Sort by last modified time
    Searched refs:EnumTypeIR (Results 1 - 11 of 11) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation_protobuf.h 193 const EnumTypeIR *enum_ir);
195 static abi_dump::EnumType ConvertEnumTypeIR(const EnumTypeIR *enump);
286 bool AddEnumTypeIR(const EnumTypeIR *);
383 EnumTypeIR EnumTypeProtobufToIR(
436 bool AddLoneEnumTypeDiffIR(const EnumTypeIR *, DiffKind diff_kind);
abi_diff_helpers.h 108 DiffStatus CompareEnumTypes(const abi_util::EnumTypeIR *old_type,
109 const abi_util::EnumTypeIR *new_type,
ir_representation.h 445 class EnumTypeIR : public TypeIR, public TagTypeIR {
788 inline std::string GetODRListMapKey(const EnumTypeIR *enum_type_ir) {
844 const AbiElementMap<EnumTypeIR> &GetEnumTypes() const {
968 const EnumTypeIR *addend_node, const TextFormatToIRReader &addend,
972 const TextFormatToIRReader &addend, EnumTypeIR *added_node,
1048 AbiElementMap<EnumTypeIR> enum_types_;
    [all...]
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 93 std::pair<AbiElementMap<const abi_util::EnumTypeIR *>,
97 AbiElementMap<const abi_util::EnumTypeIR *> enum_types;
120 static_cast<const abi_util::EnumTypeIR *>(type)->GetUniqueId(),
121 static_cast<const abi_util::EnumTypeIR *>(type));
abi_diff_wrappers.cpp 44 bool DiffWrapper<abi_util::EnumTypeIR>::DumpDiff(
abi_diff.h 111 std::pair<AbiElementMap<const abi_util::EnumTypeIR *>,
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.h 199 bool SetupEnum(abi_util::EnumTypeIR *type,
202 bool SetupEnumFields(abi_util::EnumTypeIR *enump);
abi_wrappers.cpp 343 return TypeAndCreationStatus(std::make_unique<abi_util::EnumTypeIR>());
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 196 EnumTypeIR ProtobufTextFormatToIRReader::EnumTypeProtobufToIR(
198 EnumTypeIR enum_type_ir;
355 EnumTypeIR enum_type_ir = EnumTypeProtobufToIR(enum_type_protobuf);
622 const EnumTypeIR *enum_ir) {
634 const EnumTypeIR *enump) {
641 llvm::errs() << "EnumTypeIR could not be converted\n";
    [all...]
ir_representation.cpp 156 GetODRListMapKey(static_cast<const EnumTypeIR *>(addend_node));
285 const TextFormatToIRReader &addend, EnumTypeIR *added_node,
304 const EnumTypeIR *addend_node, const TextFormatToIRReader &addend,
448 return MergeEnumType(static_cast<const EnumTypeIR *>(
abi_diff_helpers.cpp 76 EnumTypeIR *enum_type_ir) {
136 static_cast<EnumTypeIR *>(lm));
183 const abi_util::EnumTypeIR *old_type, const abi_util::EnumTypeIR *new_type,
717 static_cast<const abi_util::EnumTypeIR *>(old_type),
718 static_cast<const abi_util::EnumTypeIR *>(new_type),

Completed in 341 milliseconds