Searched refs:redef (Results 1 – 16 of 16) sorted by relevance
/external/clang/test/Sema/ |
D | tentative-decls.c | 47 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/ |
D | ms-align-tentative.c | 13 int __declspec(align(16)) redef; variable 14 int __declspec(align(32)) redef = 8; variable
|
/external/clang/test/Modules/Inputs/submodules-merge-defs/ |
D | module.modulemap | 8 module "redef" {
|
/external/deqp-deps/glslang/Test/ |
D | 300block.frag | 58 int fooBlock; // ERROR, redef.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2010-06-29-PartialRedefFastAlloc.ll | 11 ; redef, it cannot also get %Q0.
|
D | subreg-remat.ll | 30 ; On the other hand, when the partial redef doesn't read the full register
|
D | 2011-11-14-EarlyClobber.ll | 14 ; This tests that shrinkToUses handles the EC redef correctly.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-06-29-PartialRedefFastAlloc.ll | 11 ; redef, it cannot also get %Q0.
|
D | subreg-remat.ll | 30 ; On the other hand, when the partial redef doesn't read the full register
|
/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 | 639 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/ |
D | SemaExprMember.cpp | 1236 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/ |
D | schemasInternals.h | 622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 770 d redef like(xmlSchemaTypePtr) Deprecated; not used
|