Home
last modified time | relevance | path

Searched refs:namedType (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp62 TType *namedType = new TType(structure, true); in doReplacement() local
63 namedType->setQualifier(EvqGlobal); in doReplacement()
66 new TVariable(mSymbolTable, kEmptyImmutableString, namedType, SymbolType::Empty); in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp69 TType *namedType = new TType(structure, true); in doReplacement() local
70 namedType->setQualifier(EvqGlobal); in doReplacement()
73 new TVariable(mSymbolTable, kEmptyImmutableString, namedType, SymbolType::Empty); in doReplacement()
DSeparateDeclarations.cpp128 TType *namedType = new TType(structure, true); in separateDeclarator() local
129 namedType->setQualifier(EvqGlobal); in separateDeclarator()
132 new TVariable(mSymbolTable, kEmptyImmutableString, namedType, SymbolType::Empty); in separateDeclarator()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp72 TType *namedType = new TType(structure, true); in doReplacement() local
73 namedType->setQualifier(EvqGlobal); in doReplacement()
76 new TVariable(mSymbolTable, kEmptyImmutableString, namedType, SymbolType::Empty); in doReplacement()
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h809 const xmlChar *namedType; member
Dxmlschemas.c4288 if (elem->namedType != NULL) { in xmlSchemaElementDump()
4289 fprintf(output, " type: '%s' ", elem->namedType); in xmlSchemaElementDump()
8803 &(decl->namedTypeNs), &(decl->namedType)); in xmlSchemaParseElement()
8833 if (decl->namedType != NULL) { in xmlSchemaParseElement()
8848 if (decl->namedType != NULL) { in xmlSchemaParseElement()
13281 if ((elemDecl->subtypes == NULL) && (elemDecl->namedType != NULL)) { in xmlSchemaResolveElementReferences()
13287 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, in xmlSchemaResolveElementReferences()
13293 "type", elemDecl->namedType, elemDecl->namedTypeNs, in xmlSchemaResolveElementReferences()
13335 (elemDecl->namedType == NULL) && in xmlSchemaResolveElementReferences()
/third_party/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle951 d namedType * const xmlChar *
/third_party/libxml2/
Dxmlschemas.c4304 if (elem->namedType != NULL) { in xmlSchemaElementDump()
4305 fprintf(output, " type: '%s' ", elem->namedType); in xmlSchemaElementDump()
8825 &(decl->namedTypeNs), &(decl->namedType)); in xmlSchemaParseElement()
8855 if (decl->namedType != NULL) { in xmlSchemaParseElement()
8870 if (decl->namedType != NULL) { in xmlSchemaParseElement()
13303 if ((elemDecl->subtypes == NULL) && (elemDecl->namedType != NULL)) { in xmlSchemaResolveElementReferences()
13309 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, in xmlSchemaResolveElementReferences()
13315 "type", elemDecl->namedType, elemDecl->namedTypeNs, in xmlSchemaResolveElementReferences()
13368 (elemDecl->namedType == NULL) && in xmlSchemaResolveElementReferences()