Home
last modified time | relevance | path

Searched refs:ytype (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dinvalid-decl.c11 typedef void ytype(); typedef
16 ytype globals_size; // expected-error {{field 'globals_size' declared as a function}}
/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c4669 xmlSchemaValType ytype, in xmlSchemaCompareValuesInternal() argument
4694 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4696 if ((ytype == XML_SCHEMAS_DECIMAL) || in xmlSchemaCompareValuesInternal()
4697 (ytype == XML_SCHEMAS_INTEGER) || in xmlSchemaCompareValuesInternal()
4698 (ytype == XML_SCHEMAS_NPINTEGER) || in xmlSchemaCompareValuesInternal()
4699 (ytype == XML_SCHEMAS_NINTEGER) || in xmlSchemaCompareValuesInternal()
4700 (ytype == XML_SCHEMAS_NNINTEGER) || in xmlSchemaCompareValuesInternal()
4701 (ytype == XML_SCHEMAS_PINTEGER) || in xmlSchemaCompareValuesInternal()
4702 (ytype == XML_SCHEMAS_INT) || in xmlSchemaCompareValuesInternal()
4703 (ytype == XML_SCHEMAS_UINT) || in xmlSchemaCompareValuesInternal()
[all …]
/external/libxml2/
Dxmlschemastypes.c4676 xmlSchemaValType ytype, in xmlSchemaCompareValuesInternal() argument
4701 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4703 if ((ytype == XML_SCHEMAS_DECIMAL) || in xmlSchemaCompareValuesInternal()
4704 (ytype == XML_SCHEMAS_INTEGER) || in xmlSchemaCompareValuesInternal()
4705 (ytype == XML_SCHEMAS_NPINTEGER) || in xmlSchemaCompareValuesInternal()
4706 (ytype == XML_SCHEMAS_NINTEGER) || in xmlSchemaCompareValuesInternal()
4707 (ytype == XML_SCHEMAS_NNINTEGER) || in xmlSchemaCompareValuesInternal()
4708 (ytype == XML_SCHEMAS_PINTEGER) || in xmlSchemaCompareValuesInternal()
4709 (ytype == XML_SCHEMAS_INT) || in xmlSchemaCompareValuesInternal()
4710 (ytype == XML_SCHEMAS_UINT) || in xmlSchemaCompareValuesInternal()
[all …]