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