Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h47 bool AddFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp180 const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
182 if (!AddTypeInfo(added_function_type.mutable_type_info(), function_typep) || in ConvertFunctionTypeIR()
184 function_typep)) { in ConvertFunctionTypeIR()
387 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR() argument
392 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
Dconverter.h222 const FunctionTypeIR *function_typep);
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.h55 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp190 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() argument
192 AddTypeInfo(function_type, function_typep); in ConvertFunctionTypeIR()
193 AddFunctionParametersAndSetReturnType(function_type, function_typep); in ConvertFunctionTypeIR()