HomeSort by relevance Sort by last modified time
    Searched refs:redef (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
ms-align-tentative.c 13 int __declspec(align(16)) redef;
14 int __declspec(align(32)) redef = 8;
15 // CHECK-DAG: @redef = global i32 8, align 32
  /external/clang/test/Sema/
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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
redef.d 1 #source: ../../../elf/redef.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
redef3.d 3 #identical to ../all/redef, we just need to reverse the relocs.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
macros.exp 86 run_list_test redef ""
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
elf.exp 146 run_dump_test redef
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
gas.exp 151 run_dump_test redef
  /external/libxml2/include/libxml/
schemasInternals.h 622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member in struct:_xmlSchemaType
  /external/libxml2/
xmlschemas.c 13 * types in the redef list are equal
631 xmlSchemaRedefPtr redef; /* Used for redefinitions. */ member in struct:_xmlSchemaParserCtxt
20468 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
20643 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 1173 QualType redef; local
    [all...]

Completed in 326 milliseconds