Lines Matching refs:ST
578 StructType* ST = cast<StructType>(Ty);
579 if (!ST->isLiteral()) {
581 printEscapedString(ST->getName());
588 printEscapedString(ST->getName());
599 StructType::element_iterator EI = ST->element_begin();
600 StructType::element_iterator EE = ST->element_end();
610 if (ST->isLiteral()) {
620 << (ST->isPacked() ? "true" : "false") << ");";
622 if (!ST->isLiteral()) {