Home
last modified time | relevance | path

Searched refs:InnerType (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dinner-typedef-gh422.hpp4 class InnerType { class in Foo
9 typedef Foo<int>::InnerType Bar;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinner-typedef-gh422.rs28 pub type Bar = InnerType;
35 pub struct InnerType { struct
/third_party/rust/crates/bindgen/bindgen/ir/
Dtraversal.rs103 InnerType, enumerator
200 edge.kind == EdgeKind::InnerType in only_inner_type_edges()
221 EdgeKind::InnerType | in codegen_edges()
Dcomp.rs1859 tracer.visit_kind(ty.into(), EdgeKind::InnerType); in trace()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dhas_type_param_in_array.rs59 EdgeKind::InnerType | in consider_edge()
Dhas_float.rs57 EdgeKind::InnerType | in consider_edge()
Dtemplate_params.rs182 EdgeKind::InnerVar | EdgeKind::InnerType => false, in consider_edge()
Dderive.rs100 EdgeKind::InnerType | in consider_edge_default()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1025 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
1026 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()