Lines Matching defs:info
365 struct explicit_location_info *info =
368 if (info->var) {
369 if (info->var->type->without_array()->is_struct() || is_struct) {
380 is_struct ? var->name : info->var->name,
406 if (info->base_type_is_integer != base_type_is_integer) {
418 if (info->base_type_bit_size != base_type_bit_size) {
430 if (info->interpolation != interpolation) {
442 if (info->centroid != centroid ||
443 info->sample != sample ||
444 info->patch != patch) {
457 info->var = var;
458 info->base_type_is_integer = base_type_is_integer;
459 info->base_type_bit_size = base_type_bit_size;
460 info->interpolation = interpolation;
461 info->centroid = centroid;
462 info->sample = sample;
463 info->patch = patch;