Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp200 VariableSpecificationMessage cur_val = arg; in GetCppVariableType() local
202 while (cur_val.type() == TYPE_ARRAY) { in GetCppVariableType()
203 array_sizes.push_back(cur_val.vector_size()); in GetCppVariableType()
204 VariableSpecificationMessage temp = cur_val.vector_value(0); in GetCppVariableType()
205 cur_val = temp; in GetCppVariableType()
207 string element_type = GetCppVariableType(cur_val); in GetCppVariableType()
319 VariableSpecificationMessage cur_val = arg; in GetCppVariableType() local
321 while (cur_val.type() == TYPE_REF) { in GetCppVariableType()
323 VariableSpecificationMessage temp = cur_val.ref_value(); in GetCppVariableType()
324 cur_val = temp; in GetCppVariableType()
[all …]