Home
last modified time | relevance | path

Searched refs:redef (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dtentative-decls.c45 int redef[10]; variable
46 int redef[]; // expected-note {{previous definition is here}} variable
47 int redef[11]; // expected-error{{redefinition of 'redef'}} variable
/external/llvm/test/CodeGen/ARM/
D2010-06-29-PartialRedefFastAlloc.ll11 ; redef, it cannot also get %Q0.
D2011-11-14-EarlyClobber.ll14 ; This tests that shrinkToUses handles the EC redef correctly.
Dsubreg-remat.ll30 ; On the other hand, when the partial redef doesn't read the full register
/external/libxml2/
Dxmlschemas.c631 xmlSchemaRedefPtr redef; /* Used for redefinitions. */ member
5280 pctxt->redef = xmlSchemaAddRedef(pctxt, pctxt->redefined, in xmlSchemaAddAttributeGroupDefinition()
5282 if (pctxt->redef == NULL) { in xmlSchemaAddAttributeGroupDefinition()
5369 ctxt->redef = xmlSchemaAddRedef(ctxt, ctxt->redefined, in xmlSchemaAddType()
5371 if (ctxt->redef == NULL) { in xmlSchemaAddType()
5556 ctxt->redef = xmlSchemaAddRedef(ctxt, ctxt->redefined, in xmlSchemaAddModelGroupDefinition()
5558 if (ctxt->redef == NULL) { in xmlSchemaAddModelGroupDefinition()
7692 if (pctxt->isRedefine && pctxt->redef && in xmlSchemaParseAttributeGroupRef()
7693 (pctxt->redef->item->type == in xmlSchemaParseAttributeGroupRef()
7695 (ref == pctxt->redef->refName) && in xmlSchemaParseAttributeGroupRef()
[all …]
/external/clang/lib/Sema/
DSemaExprMember.cpp1004 QualType redef; in ShouldTryAgainWithRedefinitionType() local
1006 redef = S.Context.getObjCIdRedefinitionType(); in ShouldTryAgainWithRedefinitionType()
1008 redef = S.Context.getObjCClassRedefinitionType(); in ShouldTryAgainWithRedefinitionType()
1015 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1019 base = S.ImpCastExprToType(base.take(), redef, CK_BitCast); in ShouldTryAgainWithRedefinitionType()
/external/libxml2/include/libxml/
DschemasInternals.h622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member