Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:ST

579     StructType* ST = cast<StructType>(Ty);
580 if (!ST->isLiteral()) {
582 printEscapedString(ST->getName());
589 printEscapedString(ST->getName());
600 StructType::element_iterator EI = ST->element_begin();
601 StructType::element_iterator EE = ST->element_end();
611 if (ST->isLiteral()) {
621 << (ST->isPacked() ? "true" : "false") << ");";
623 if (!ST->isLiteral()) {