Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dtentative-decls.c47 int redef[10]; variable
48 int redef[]; // expected-note {{previous definition is here}} variable
49 int redef[11]; // expected-error{{redefinition of 'redef'}} variable
/external/clang/test/CodeGen/
Dms-align-tentative.c13 int __declspec(align(16)) redef; variable
14 int __declspec(align(32)) redef = 8; variable
/external/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap8 module "redef" {
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-06-29-PartialRedefFastAlloc.ll11 ; redef, it cannot also get %Q0.
Dsubreg-remat.ll30 ; On the other hand, when the partial redef doesn't read the full register
/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.c639 xmlSchemaRedefPtr redef; /* Used for redefinitions. */ member
5335 pctxt->redef = xmlSchemaAddRedef(pctxt, pctxt->redefined, in xmlSchemaAddAttributeGroupDefinition()
5337 if (pctxt->redef == NULL) { in xmlSchemaAddAttributeGroupDefinition()
5424 ctxt->redef = xmlSchemaAddRedef(ctxt, ctxt->redefined, in xmlSchemaAddType()
5426 if (ctxt->redef == NULL) { in xmlSchemaAddType()
5611 ctxt->redef = xmlSchemaAddRedef(ctxt, ctxt->redefined, in xmlSchemaAddModelGroupDefinition()
5613 if (ctxt->redef == NULL) { in xmlSchemaAddModelGroupDefinition()
7753 if (pctxt->isRedefine && pctxt->redef && in xmlSchemaParseAttributeGroupRef()
7754 (pctxt->redef->item->type == in xmlSchemaParseAttributeGroupRef()
7756 (ref == pctxt->redef->refName) && in xmlSchemaParseAttributeGroupRef()
[all …]
/external/clang/lib/Sema/
DSemaExprMember.cpp1236 QualType redef; in ShouldTryAgainWithRedefinitionType() local
1238 redef = S.Context.getObjCIdRedefinitionType(); in ShouldTryAgainWithRedefinitionType()
1240 redef = S.Context.getObjCClassRedefinitionType(); in ShouldTryAgainWithRedefinitionType()
1247 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType()
1251 base = S.ImpCastExprToType(base.get(), redef, CK_BitCast); in ShouldTryAgainWithRedefinitionType()
/external/libxml2/include/libxml/
DschemasInternals.h622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle770 d redef like(xmlSchemaTypePtr) Deprecated; not used