Lines Matching defs:ttp
9441 tree ttp;
9443 ttp = TREE_TYPE (type);
9446 ttp = TREE_TYPE (ctor);
9447 if (TREE_CODE (ttp) == ARRAY_TYPE)
9449 type = ttp;
9450 ttp = TREE_TYPE (ttp);
9456 if ((TREE_CODE (ttp) == ARRAY_TYPE || TREE_CODE (ttp) == INTEGER_TYPE)
9457 && TYPE_STRING_FLAG (ttp))
9460 code = TREE_CODE (ttp);
9461 if (code == ARRAY_TYPE || RECORD_OR_UNION_TYPE_P (ttp))
9463 bool rec = RECORD_OR_UNION_TYPE_P (ttp);
9470 val = braced_lists_to_strings (ttp, val, rec);