/external/llvm-project/clang/test/SemaObjCXX/ |
D | crash.mm | 32 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/ |
D | ms-sizeof-missing-typename.cpp | 34 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
|
D | ms-lookup-template-base-classes.cpp | 367 template <typename U> struct B { typedef U InnerType; }; typedef
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | ms-sizeof-missing-typename.cpp | 34 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
|
D | ms-lookup-template-base-classes.cpp | 367 template <typename U> struct B { typedef U InnerType; }; typedef
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | ProTypeVarargCheck.cpp | 68 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/ |
D | traversal.rs | 103 InnerType, enumerator 207 edge.kind == EdgeKind::InnerType in only_inner_type_edges() 228 EdgeKind::InnerType | in codegen_edges()
|
D | comp.rs | 1802 tracer.visit_kind(ty.into(), EdgeKind::InnerType); in trace()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 585 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/ |
D | has_type_param_in_array.rs | 59 EdgeKind::InnerType | in consider_edge()
|
D | has_float.rs | 57 EdgeKind::InnerType | in consider_edge()
|
D | template_params.rs | 182 EdgeKind::InnerVar | EdgeKind::InnerType => false, in consider_edge()
|
D | derive.rs | 99 EdgeKind::InnerType | in consider_edge_default()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1267 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/ |
D | Type.h | 2151 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/ |
D | TypeTokenTest.java | 1288 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/ |
D | TypeTokenTest.java | 1288 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/ |
D | ASTMatchers.h | 4928 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/ |
D | ASTMatchers.h | 6693 InnerType) { in AST_MATCHER_P() argument 6694 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12005 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/ |
D | Type.h | 2602 ParenType(QualType InnerType, QualType CanonType) 2603 : Type(Paren, CanonType, InnerType->getDependence()), Inner(InnerType) {}
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 15652 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/ |
D | ASTContext.cpp | 3526 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/ |
D | ASTContext.cpp | 4762 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/ |
D | LegalizeDAG.cpp | 972 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local 973 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
|