Home
last modified time | relevance | path

Searched refs:OuterType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dcrash.mm31 struct OuterType { struct
41 @property (nonatomic) (OuterType::InnerType) invalidTypeParens; argument
55 @property (nonatomic) int OuterType::InnerType; // expected-error {{property requires fields to be …
57 @property (nonatomic) int OuterType::InnerType foo; // expected-error {{property requires fields to…
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp787 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local
794 if (InnerType != OuterType || in CanWidenIV()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2810 EVT OuterType = Node->getValueType(0); in ExpandNode() local
2813 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode()
2815 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode()
2820 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5278 Visitor.OuterType = in believe()
5302 const TypeConstraint *OuterType = nullptr; member in __anon3bc9fbb90a11::ConceptInfo::ValidVisitor
5397 Result.ResultType = OuterType; in addValue()
5401 Result.ResultType = OuterType; in addValue()
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md750 def OuterType : TypeDef<My_Dialect, "MyOuterType"> {