Searched refs:namedType (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | NameEmbeddedUniformStructs.cpp | 62 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/ |
D | SeparateStructFromUniformDeclarations.cpp | 69 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()
|
D | SeparateDeclarations.cpp | 128 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/ |
D | NameEmbeddedUniformStructsMetal.cpp | 72 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/ |
D | schemasInternals.in.h | 809 const xmlChar *namedType; member
|
D | xmlschemas.c | 4288 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/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 951 d namedType * const xmlChar *
|
/third_party/libxml2/ |
D | xmlschemas.c | 4304 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()
|