Searched refs:InnerType (Results 1 – 9 of 9) sorted by relevance
4 class InnerType { class in Foo9 typedef Foo<int>::InnerType Bar;
28 pub type Bar = InnerType;35 pub struct InnerType { struct
103 InnerType, enumerator200 edge.kind == EdgeKind::InnerType in only_inner_type_edges()221 EdgeKind::InnerType | in codegen_edges()
1859 tracer.visit_kind(ty.into(), EdgeKind::InnerType); in trace()
59 EdgeKind::InnerType | in consider_edge()
57 EdgeKind::InnerType | in consider_edge()
182 EdgeKind::InnerVar | EdgeKind::InnerType => false, in consider_edge()
100 EdgeKind::InnerType | in consider_edge_default()
1025 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local1026 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()