Searched defs:BaseType (Results 1 - 25 of 65) sorted by relevance

123

/external/clang/lib/AST/
H A DCXXInheritance.cpp48 /// different base class subobjects of the same type. BaseType must be
50 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { argument
51 BaseType = BaseType.getUnqualifiedType();
52 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
189 QualType BaseType =
198 if (BaseType->isDependentType())
203 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
212 DetectedVirtual = BaseType->getAs<RecordType>();
H A DDeclCXX.cpp168 QualType BaseType = Base->getType(); local
170 if (BaseType->isDependentType())
173 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
213 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C))
239 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)).second)
H A DDeclPrinter.cpp119 QualType BaseType = T; local
120 while (!BaseType->isSpecifierType()) {
121 if (isa<TypedefType>(BaseType))
123 else if (const PointerType* PTy = BaseType->getAs<PointerType>())
124 BaseType = PTy->getPointeeType();
125 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
126 BaseType = BPy->getPointeeType();
127 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType))
128 BaseType = ATy->getElementType();
129 else if (const FunctionType* FTy = BaseType
303 QualType BaseType = GetBaseType(CurDeclType); local
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveTypes.hpp53 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
54 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
55 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleFan Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
58 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineLoop Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
60 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LinesAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
61 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LineStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
62 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typede typedef in struct:rr::PrimitiveTypeTraits
63 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::TriangleStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
[all...]
/external/clang/test/CoverageMapping/
H A Dclasstemplate.cpp9 enum BaseType { enum in class:Test
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoads.cpp93 Type *BaseType = 0; local
97 BaseType = AI->getAllocatedType();
103 BaseType = GV->getType()->getElementType();
108 if (BaseType && BaseType->isSized()) {
110 BaseAlign = TD->getPrefTypeAlignment(BaseType);
119 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
H A DDebugInfo.cpp488 DIType BaseType = getTypeDerivedFrom(); local
491 if (!BaseType.isValid())
493 if (BaseType.isDerivedType())
494 return DIDerivedType(BaseType).getOriginalTypeSize();
496 return BaseType.getSizeInBits();
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h38 } BaseType; member in struct:llvm::SystemZAddressMode
49 SystemZAddressMode() : BaseType(RegBase), IndexReg(0), Disp(0) {
91 if (AM.BaseType == SystemZAddressMode::RegBase)
93 else if (AM.BaseType == SystemZAddressMode::FrameIndexBase)
H A DSystemZISelDAGToDAG.cpp40 } BaseType; member in struct:__anon18824::SystemZRRIAddressMode
42 struct { // This is really a union, discriminated by BaseType!
52 : BaseType(RegBase), IndexReg(), Disp(0), isRI(RI) {
57 if (BaseType == RegBase) {
209 if (AM.BaseType == SystemZRRIAddressMode::RegBase &&
211 AM.BaseType = SystemZRRIAddressMode::FrameIndexBase;
239 if (AM.BaseType == SystemZRRIAddressMode::RegBase &&
280 AM.BaseType == SystemZRRIAddressMode::RegBase &&
320 if (AM.BaseType != SystemZRRIAddressMode::RegBase || AM.Base.Reg.getNode()) {
332 AM.BaseType
[all...]
/external/clang/lib/Sema/
H A DSemaCUDA.cpp253 const RecordType *BaseType = B->getType()->getAs<RecordType>(); local
254 if (!BaseType) {
258 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl());
/external/llvm/lib/IR/
H A DMDBuilder.cpp166 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, argument
171 return MDNode::get(Context, {BaseType, AccessType, createConstant(Off),
174 return MDNode::get(Context, {BaseType, AccessType, createConstant(Off)});
H A DDebugInfoMetadata.cpp244 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
249 (Tag, Name, File, Line, Scope, BaseType, SizeInBits,
251 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData};
259 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
268 DICompositeType, (Tag, Name, File, Line, Scope, BaseType, SizeInBits,
271 Metadata *Ops[] = {File, Scope, Name, BaseType,
280 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType,
290 Context, Tag, Name, File, Line, Scope, BaseType, SizeInBits,
302 Metadata *Ops[] = {File, Scope, Name, BaseType,
314 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType,
242 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate) argument
257 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, MDString *Identifier, StorageType Storage, bool ShouldCreate) argument
278 buildODRType( LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams) argument
312 getODRType( LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams) argument
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp40 } BaseType; member in struct:__anon13053::MSP430ISelAddressMode
42 struct { // This is really a union, discriminated by BaseType!
56 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
66 if (BaseType == RegBase && Base.Reg.getNode() != nullptr) {
69 } else if (BaseType == FrameIndexBase) {
168 if (AM.BaseType != MSP430ISelAddressMode::RegBase || AM.Base.Reg.getNode()) {
174 AM.BaseType = MSP430ISelAddressMode::RegBase;
196 if (AM.BaseType == MSP430ISelAddressMode::RegBase
198 AM.BaseType = MSP430ISelAddressMode::FrameIndexBase;
251 if (AM.BaseType
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrBuilder.h41 } BaseType; member in struct:llvm::X86AddressMode
55 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(nullptr),
64 if (BaseType == X86AddressMode::RegBase)
68 assert(BaseType == X86AddressMode::FrameIndexBase);
93 AM.BaseType = X86AddressMode::RegBase;
96 AM.BaseType = X86AddressMode::FrameIndexBase;
155 if (AM.BaseType == X86AddressMode::RegBase)
158 assert(AM.BaseType == X86AddressMode::FrameIndexBase);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVDecorate.h112 SPIRVDecorateGeneric::Comparator> BaseType; typedef in class:SPIRV::SPIRVDecorateSet
114 auto ER = BaseType::equal_range(Dec);
123 return BaseType::insert(Dec);
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DCOFF.h49 support::ulittle8_t BaseType; member in struct:llvm::object::coff_symbol::__anon18371
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp39 } BaseType; member in struct:__anon18784::MSP430ISelAddressMode
41 struct { // This is really a union, discriminated by BaseType!
55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0),
65 if (BaseType == RegBase && Base.Reg.getNode() != 0) {
68 } else if (BaseType == FrameIndexBase) {
173 if (AM.BaseType != MSP430ISelAddressMode::RegBase || AM.Base.Reg.getNode()) {
179 AM.BaseType = MSP430ISelAddressMode::RegBase;
201 if (AM.BaseType == MSP430ISelAddressMode::RegBase
203 AM.BaseType = MSP430ISelAddressMode::FrameIndexBase;
256 if (AM.BaseType
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrBuilder.h42 } BaseType; member in struct:llvm::X86AddressMode
56 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(0), GVOpFlags(0) {
64 if (BaseType == X86AddressMode::RegBase)
68 assert(BaseType == X86AddressMode::FrameIndexBase);
127 if (AM.BaseType == X86AddressMode::RegBase)
130 assert(AM.BaseType == X86AddressMode::FrameIndexBase);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp262 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, argument
269 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl();
271 BaseDecl = BaseType->getAsCXXRecordDecl();
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp182 UnsignedMap() : BaseType() {}
184 typedef DenseMap<unsigned,unsigned> BaseType; typedef in struct:__anon12986::UnsignedMap
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1)); local
426 EVT BVT = BaseType->getVT();
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java426 public static class BaseType extends Type { class in class:SignatureAttribute
428 BaseType(char c) { descriptor = c; } method in class:SignatureAttribute.BaseType
820 t = new BaseType(sig.charAt(c.position++));
/external/opencv/cxcore/include/
H A Dcvwimage.h178 typedef T BaseType; typedef in class:cv::WImage
263 typedef typename WImage<T>::BaseType BaseType; typedef in class:cv::WImageC
305 typedef typename WImage<T>::BaseType BaseType; typedef in class:cv::WImageBuffer
361 typedef typename WImage<T>::BaseType BaseType; typedef in class:cv::WImageBufferC
422 typedef typename WImage<T>::BaseType BaseType; typedef in class:cv::WImageView
457 typedef typename WImage<T>::BaseType BaseTyp typedef in class:cv::WImageViewC
[all...]
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h274 QualType BaseType; member in class:clang::CodeCompletionContext
291 BaseType = T;
306 QualType getBaseType() const { return BaseType; }
/external/clang/lib/Parse/
H A DParseExpr.cpp1622 const Type* BaseType = Base->getType().getTypePtrOrNull(); local
1623 if (BaseType && Tok.is(tok::l_paren) &&
1624 (BaseType->isFunctionType() ||
1625 BaseType->isSpecificPlaceholderType(BuiltinType::BoundMember))) {

Completed in 699 milliseconds

123