Home
last modified time | relevance | path

Searched refs:ytype (Results 1 – 2 of 2) 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/libxml2/
Dxmlschemastypes.c4695 xmlSchemaValType ytype, in xmlSchemaCompareValuesInternal() argument
4720 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4722 if ((ytype == XML_SCHEMAS_DECIMAL) || in xmlSchemaCompareValuesInternal()
4723 (ytype == XML_SCHEMAS_INTEGER) || in xmlSchemaCompareValuesInternal()
4724 (ytype == XML_SCHEMAS_NPINTEGER) || in xmlSchemaCompareValuesInternal()
4725 (ytype == XML_SCHEMAS_NINTEGER) || in xmlSchemaCompareValuesInternal()
4726 (ytype == XML_SCHEMAS_NNINTEGER) || in xmlSchemaCompareValuesInternal()
4727 (ytype == XML_SCHEMAS_PINTEGER) || in xmlSchemaCompareValuesInternal()
4728 (ytype == XML_SCHEMAS_INT) || in xmlSchemaCompareValuesInternal()
4729 (ytype == XML_SCHEMAS_UINT) || in xmlSchemaCompareValuesInternal()
[all …]