Home
last modified time | relevance | path

Searched refs:listType (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp87 AutoPtr<ASTListType> listType = dynamic_cast<ASTListType *>(type.Get()); in EmitNeedLoopVar() local
88 if (rwNeedLoopVar(listType->GetElementType()) || freeNeedLoopVar(listType->GetElementType())) { in EmitNeedLoopVar()
H A Dc_custom_types_code_emitter.cpp487 AutoPtr<ASTListType> listType = dynamic_cast<ASTListType *>(type.Get()); in EmitArrayMemberUnmarshalling() local
488 elementType = listType->GetElementType(); in EmitArrayMemberUnmarshalling()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp898 AutoPtr<ASTListType> listType = new ASTListType(); in ParseListType() local
899 listType->SetElementType(type); in ParseListType()
900 AutoPtr<ASTType> retType = listType.Get(); in ParseListType()

Completed in 5 milliseconds