Searched refs:redef (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Sema/ |
D | tentative-decls.c | 45 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/ |
D | 2010-06-29-PartialRedefFastAlloc.ll | 11 ; redef, it cannot also get %Q0.
|
D | 2011-11-14-EarlyClobber.ll | 14 ; This tests that shrinkToUses handles the EC redef correctly.
|
D | subreg-remat.ll | 30 ; On the other hand, when the partial redef doesn't read the full register
|
/external/libxml2/ |
D | xmlschemas.c | 631 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/ |
D | SemaExprMember.cpp | 1004 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/ |
D | schemasInternals.h | 622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member
|