Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp84 repr::FunctionIR old_function = *oldp_; in DumpDiff() local
86 ReplaceTypeIdsWithTypeNames(old_types_, &old_function); in DumpDiff()
88 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function, in DumpDiff()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp280 abi_dump::FunctionDecl *old_function = function_diff.mutable_old(); in ConvertFunctionDiffIR() local
282 if (old_function == nullptr || new_function == nullptr) { in ConvertFunctionDiffIR()
286 *old_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h344 FunctionDiffIR(const FunctionIR *old_function, const FunctionIR *new_function, in FunctionDiffIR() argument
346 : old_function_(old_function), in FunctionDiffIR()