Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h46 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp244 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
246 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()
248 function_typep)) { in ConvertFunctionTypeIR()
459 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument
464 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp215 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
217 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()
218 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()