Searched refs:child_type (Results 1 – 3 of 3) sorted by relevance
154 int child_type = T_UNKNOWN, t; in eval() local161 child_type = type = T_INT; // - in eval()163 child_type = type = T_BOOLEAN; // ! in eval()170 child_type = type = T_INT; in eval()172 child_type = type = T_BOOLEAN; in eval()174 child_type = T_INT; in eval()181 t = exprs[i].eval(child_type); in eval()183 if(t != child_type) { in eval()185 "Expression has not expected type " + TYPE_NAMES[child_type] + in eval()
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()
1797 const struct glsl_type *child_type; in vtn_create_ssa_value() local1810 child_type = glsl_get_column_type(type); in vtn_create_ssa_value()1813 child_type = glsl_get_array_element(type); in vtn_create_ssa_value()1816 child_type = glsl_get_struct_field(type, i); in vtn_create_ssa_value()1822 val->elems[i] = vtn_create_ssa_value(b, child_type); in vtn_create_ssa_value()