Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp63 for (const FunctionPointerSpecificationMessage& func_pt_spec : in GenerateCppBodyInterfaceImpl() local
65 const string& callback_name = func_pt_spec.function_name(); in GenerateCppBodyInterfaceImpl()
70 if (!func_pt_spec.has_return_type() || in GenerateCppBodyInterfaceImpl()
71 !func_pt_spec.return_type().has_type() || in GenerateCppBodyInterfaceImpl()
72 func_pt_spec.return_type().type() == TYPE_VOID) { in GenerateCppBodyInterfaceImpl()
74 } else if (func_pt_spec.return_type().type() == TYPE_PREDEFINED) { in GenerateCppBodyInterfaceImpl()
75 out << func_pt_spec.return_type().predefined_type(); in GenerateCppBodyInterfaceImpl()
79 << func_pt_spec.return_type().type() << "\n"; in GenerateCppBodyInterfaceImpl()
85 for (const auto& arg : func_pt_spec.arg()) { in GenerateCppBodyInterfaceImpl()
179 for (const auto& arg : func_pt_spec.arg()) { in GenerateCppBodyInterfaceImpl()