Searched refs:baseType (Results 1 - 22 of 22) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp565 QualType baseType = Context.getBaseType(); local
568 if (!baseType.isNull()) {
570 if (const TagType *Tag = baseType->getAs<TagType>())
575 baseType->getAs<ObjCObjectPointerType>())
578 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
582 baseType->getAs<InjectedClassNameType>())
606 const Type *type = baseType.getTypePtrOrNull();
/external/libxml2/
H A Dxmlschemas.c1087 xmlSchemaTypePtr baseType,
1796 ws = xmlSchemaGetWhiteSpaceFacetValue(type->baseType);
1831 type = type->baseType;
2990 * @baseType: the base type of type
2999 xmlSchemaTypePtr baseType,
3009 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL),
8853 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
9021 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
11573 type->baseType = (xmlSchemaTypePtr)
12290 type->baseType
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
14386 xmlSchemaTypePtr baseType = NULL; local
14772 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
15124 xmlSchemaTypePtr baseType = type->baseType; local
16000 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16071 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
18122 xmlSchemaTypePtr baseType = type->baseType; local
[all...]
H A Dxmlschemastypes.c258 xmlSchemaTypePtr baseType) {
270 ret->baseType = baseType;
400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef;
257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java703 baseType ();
709 void baseType () throws IOException method in class:Types.methodDescriptorCompiler
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1344 llvm::Type *baseType,
1375 llvm::Type *baseType = structure->getElementType(fieldIndex); local
1376 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1412 llvm::Type *baseType = structure->getElementType(fieldIndex); local
1413 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1428 llvm::Type *baseType,
1434 return llvm::Constant::getNullValue(baseType);
1437 if (isa<llvm::StructType>(baseType)) {
1444 llvm::ArrayType *baseArrayType = cast<llvm::ArrayType>(baseType);
1427 EmitNullConstantForBase(CodeGenModule &CGM, llvm::Type *baseType, const CXXRecordDecl *base) argument
H A DCodeGenFunction.cpp759 /// \param baseType the inner-most element type of the array
763 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, argument
767 = CGF.getContext().getTypeInfoInChars(baseType);
917 QualType &baseType,
935 baseType = elementType;
995 baseType = eltType;
916 emitArrayLength(const ArrayType *origArrayType, QualType &baseType, llvm::Value *&addr) argument
H A DCodeGenFunction.h1723 QualType &baseType,
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp2446 GC3Denum baseType; local
2450 baseType = GraphicsContext3D::BOOL;
2454 baseType = GraphicsContext3D::BOOL;
2458 baseType = GraphicsContext3D::BOOL;
2462 baseType = GraphicsContext3D::BOOL;
2466 baseType = GraphicsContext3D::INT;
2470 baseType = GraphicsContext3D::INT;
2474 baseType = GraphicsContext3D::INT;
2478 baseType = GraphicsContext3D::INT;
2482 baseType
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp912 SVal RegionStoreManager::evalDerivedToBase(SVal derived, QualType baseType) { argument
915 if (baseType->isPointerType())
916 baseDecl = baseType->getCXXRecordDeclForPointerType();
917 else if (baseType->isReferenceType())
918 baseDecl = GetCXXRecordDeclForReferenceType(baseType);
920 baseDecl = baseType->getAsCXXRecordDecl();
/external/clang/lib/Sema/
H A DSemaExprMember.cpp278 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, argument
286 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
350 << baseType << SourceRange(CompLoc);
H A DSemaDecl.cpp7030 QualType baseType = Context.getBaseElementType(var->getType());
7031 if (baseType->isDependentType()) return;
7065 !Init->isConstantInitializer(Context, baseType->isReferenceType()))
7094 if (const RecordType *recordType = baseType->getAs<RecordType>())
/external/clang/include/clang/AST/
H A DType.h993 ExtQualsTypeCommonBase(const Type *baseType, QualType canon) argument
994 : BaseType(baseType), CanonicalType(canon) {}
1042 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals) argument
1043 : ExtQualsTypeCommonBase(baseType,
/external/clang/lib/AST/
H A DASTContext.cpp1742 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { argument
1748 ExtQuals::Profile(ID, baseType, quals);
1757 if (!baseType->isCanonicalUnqualified()) {
1758 SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split();
1766 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 2225 milliseconds