Searched refs:SetupFunctionParameter (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 131 bool ABIWrapper::SetupFunctionParameter( in SetupFunctionParameter() function in header_checker::dumper::ABIWrapper 463 if (!SetupFunctionParameter(function_type_ir, param_type, false, in SetupFunctionType() 507 return SetupFunctionParameter(functionp, this_type, false, source_file, true); in SetupThisParameter() 525 if (!SetupFunctionParameter(functionp, param_qt, has_default_arg, in SetupFunctionParameters()
|
D | abi_wrappers.h | 70 bool SetupFunctionParameter(repr::CFunctionLikeIR *functionp,
|