Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp199 const EnumTypeIR *old_type, const EnumTypeIR *new_type, in CompareEnumTypes() argument
202 if (old_type->GetLinkerSetKey() != new_type->GetLinkerSetKey()) { in CompareEnumTypes()
210 ConvertTypeIdToString(new_types_, new_type->GetUnderlyingType()); in CompareEnumTypes()
216 CompareEnumFields(old_type->GetFields(), new_type->GetFields(), in CompareEnumTypes()
284 const TypeIR *new_type) { in CompareSizeAndAlignment() argument
285 return old_type->GetSize() == new_type->GetSize() && in CompareSizeAndAlignment()
286 old_type->GetAlignment() == new_type->GetAlignment(); in CompareSizeAndAlignment()
519 const FunctionTypeIR *new_type, in CompareFunctionTypes() argument
523 new_type->GetParameters(), in CompareFunctionTypes()
527 new_type->GetReturnType(), in CompareFunctionTypes()
[all …]
Dabi_diff_helpers.h94 const TypeIR *old_type, const TypeIR *new_type,
101 const RecordTypeIR *new_type,
106 const EnumTypeIR *new_type,
111 const FunctionTypeIR *new_type,
130 const QualifiedTypeIR *new_type,
135 const PointerTypeIR *new_type,
141 const LvalueReferenceTypeIR *new_type,
147 const RvalueReferenceTypeIR *new_type,
153 const BuiltinTypeIR *new_type);
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto45 optional string new_type = 2; field