Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/SemaObjCXX/
Dcrash.mm32 typedef int InnerType; field
36 typedef int InnerType;
41 @property (nonatomic) (OuterType::InnerType) invalidTypeParens;
48 @property (nonatomic) (ns::InnerType) invalidTypeParens2;
55 @property (nonatomic) int OuterType::InnerType; // expected-error {{property requires fields to be … property
57 @property (nonatomic) int OuterType::InnerType foo; // expected-error {{property requires fields to…
/external/clang/test/SemaTemplate/
Dms-sizeof-missing-typename.cpp34 x1 = sizeof(typename T::/*template*/ InnerTemplate<sizeof(/*typename*/ T::InnerType)>),
36 x2 = sizeof(typename T::template InnerTemplate<sizeof(/*typename*/ T::InnerType)>),
46 typedef double InnerType; typedef
Dms-lookup-template-base-classes.cpp367 template <typename U> struct B { typedef U InnerType; }; typedef
/external/llvm-project/clang/test/SemaTemplate/
Dms-sizeof-missing-typename.cpp34 x1 = sizeof(typename T::/*template*/ InnerTemplate<sizeof(/*typename*/ T::InnerType)>),
36 x2 = sizeof(typename T::template InnerTemplate<sizeof(/*typename*/ T::InnerType)>),
46 typedef double InnerType; typedef
Dms-lookup-template-base-classes.cpp367 template <typename U> struct B { typedef U InnerType; }; typedef
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeVarargCheck.cpp68 ast_matchers::internal::Matcher<QualType>, InnerType) { in AST_MATCHER_P() argument
69 return InnerType.matches(Node.getOriginalType(), Finder, Builder); in AST_MATCHER_P()
/external/rust/crates/bindgen/src/ir/
Dtraversal.rs103 InnerType, enumerator
207 edge.kind == EdgeKind::InnerType in only_inner_type_edges()
228 EdgeKind::InnerType | in codegen_edges()
Dcomp.rs1802 tracer.visit_kind(ty.into(), EdgeKind::InnerType); in trace()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp585 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local
593 if (InnerType != OuterType || in CanWidenIV()
594 InnerType->getScalarSizeInBits() >= MaxLegalSize || in CanWidenIV()
595 MaxLegalType->getScalarSizeInBits() < InnerType->getScalarSizeInBits() * 2) { in CanWidenIV()
/external/rust/crates/bindgen/src/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.rs99 EdgeKind::InnerType | in consider_edge_default()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1267 QualType InnerType = AT->getValueType(); in EmitConstantValue() local
1268 auto *Inner = EmitConstantValue(Value, InnerType, CGF); in EmitConstantValue()
1270 uint64_t InnerSize = Context.getTypeSize(InnerType); in EmitConstantValue()
/external/clang/include/clang/AST/
DType.h2151 ParenType(QualType InnerType, QualType CanonType) :
2152 Type(Paren, CanonType, InnerType->isDependentType(),
2153 InnerType->isInstantiationDependentType(),
2154 InnerType->isVariablyModifiedType(),
2155 InnerType->containsUnexpandedParameterPack()),
2156 Inner(InnerType) {
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1288 class InnerType<K2, V2> {} class in TwoTypeArgs
1292 class StringInnerType<V2> extends InnerType<String, V2> {}
1296 TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>> supertype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars()
1297 new TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>>() {}; in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1288 class InnerType<K2, V2> {} class in TwoTypeArgs
1292 class StringInnerType<V2> extends InnerType<String, V2> {}
1296 TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>> supertype = in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars()
1297 new TypeToken<TwoTypeArgs<?, ?>.InnerType<?, ?>>() {}; in testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4928 InnerType) { in AST_MATCHER_P() argument
4929 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6693 InnerType) { in AST_MATCHER_P() argument
6694 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12005 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local
12008 if (!(Context.hasSameType(InnerType.getUnqualifiedType(), in CheckLiteralOperatorDeclaration()
12010 InnerType.isConstQualified() && !InnerType.isVolatileQualified())) { in CheckLiteralOperatorDeclaration()
12061 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
12064 if (!(Context.hasSameType(InnerType, Context.CharTy) || in CheckLiteralOperatorDeclaration()
12065 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
12066 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
12067 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
/external/llvm-project/clang/include/clang/AST/
DType.h2602 ParenType(QualType InnerType, QualType CanonType)
2603 : Type(Paren, CanonType, InnerType->getDependence()), Inner(InnerType) {}
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15652 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local
15655 if (!(Context.hasSameType(InnerType.getUnqualifiedType(), in CheckLiteralOperatorDeclaration()
15657 InnerType.isConstQualified() && !InnerType.isVolatileQualified())) { in CheckLiteralOperatorDeclaration()
15708 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
15712 if (!(Context.hasSameType(InnerType, Context.CharTy) || in CheckLiteralOperatorDeclaration()
15713 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
15714 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
15715 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
15716 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
/external/clang/lib/AST/
DASTContext.cpp3526 ASTContext::getParenType(QualType InnerType) const { in getParenType()
3528 ParenType::Profile(ID, InnerType); in getParenType()
3535 QualType Canon = InnerType; in getParenType()
3537 Canon = getCanonicalType(InnerType); in getParenType()
3543 T = new (*this, TypeAlignment) ParenType(InnerType, Canon); in getParenType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4762 ASTContext::getParenType(QualType InnerType) const { in getParenType()
4764 ParenType::Profile(ID, InnerType); in getParenType()
4771 QualType Canon = InnerType; in getParenType()
4773 Canon = getCanonicalType(InnerType); in getParenType()
4779 T = new (*this, TypeAlignment) ParenType(InnerType, Canon); in getParenType()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp972 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
973 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()

12