Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/driver/
DLibSharedCodeGen.cpp116 if (!api.has_return_type() || api.return_type().type() == TYPE_VOID) { in GenerateCppBodyFuzzFunction()
135 if (api.has_return_type() || api.return_type().type() != TYPE_VOID) { in GenerateCppBodyFuzzFunction()
DHalCodeGen.cpp72 func_pt_spec.return_type().type() == TYPE_VOID) { in GenerateCppBodyInterfaceImpl()
454 if (!api.has_return_type() || api.return_type().type() == TYPE_VOID) { in GenerateCppBodyFuzzFunction()
469 if (api.has_return_type() && api.return_type().type() != TYPE_VOID) { in GenerateCppBodyFuzzFunction()
651 if (!api.has_return_type() || api.return_type().type() == TYPE_VOID) { in GenerateCppBodyFuzzFunction()
666 if (api.has_return_type() && api.return_type().type() != TYPE_VOID) { in GenerateCppBodyFuzzFunction()
/test/vts/compilation_tools/vtsc/code_gen/common/
DHalHidlCodeGenUtils.cpp25 type == TYPE_VOID) { in IsElidableType()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp160 case TYPE_VOID: in GetCppVariableType()
/test/vts/proto/
DComponentSpecificationMessage.proto130 TYPE_VOID = 9; enumerator
DComponentSpecificationMessage_pb2.py440 TYPE_VOID = 9 variable