Searched refs:child_type (Results 1 – 2 of 2) sorted by relevance
1033 CComPtr<IDiaSymbol> child_type; in GetFunctionStackParamSize() local1073 if (FAILED(child->get_type(&child_type)) || !child_type) { in GetFunctionStackParamSize()1078 if (FAILED(child_type->get_length(&child_length))) { in GetFunctionStackParamSize()
1366 const struct glsl_type *child_type; in vtn_create_ssa_value() local1374 child_type = glsl_get_column_type(type); in vtn_create_ssa_value()1377 child_type = glsl_get_array_element(type); in vtn_create_ssa_value()1380 child_type = glsl_get_struct_field(type, i); in vtn_create_ssa_value()1386 val->elems[i] = vtn_create_ssa_value(b, child_type); in vtn_create_ssa_value()