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

  /external/clang/test/Modules/
build-fail-notes.m 14 // RUN: not %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -fdiagnostics-show-note-include-stack 2>&1 | FileCheck -check-prefix=CHECK-REDEF %s
17 // CHECK-REDEF: In module 'DependsOnModule' imported from
18 // CHECK-REDEF: In module 'Module' imported from
19 // CHECK-REDEF: Module.h:15:12: note: previous definition is here
  /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
  /external/oprofile/libpopt/
poptint.h 26 /*@-exporttype -redef @*/
28 /*@=exporttype =redef @*/
32 /*@-exporttype -redef @*/
36 /*@=exporttype =redef @*/
system.h 64 /*@-redecl -redef@*/
68 /*@=redecl =redef@*/
  /external/stlport/test/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 8 #include <errno.h> // not typo, check errno def/undef/redef
  /external/llvm/test/CodeGen/ARM/
2010-06-29-PartialRedefFastAlloc.ll 11 ; redef, it cannot also get %Q0.
subreg-remat.ll 30 ; On the other hand, when the partial redef doesn't read the full register
2011-11-14-EarlyClobber.ll 14 ; This tests that shrinkToUses handles the EC redef correctly.
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
VirtRegMap.cpp 348 // partial redef always kills and redefines the super-register.
LiveInterval.cpp 883 // Normal value defined by an instruction. Check for two-addr redef.
SplitKit.cpp     [all...]
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 332 template<typename T, T N> class A0<T, N, int> { }; // expected-error{{redef}}
  /external/clang/lib/Sema/
SemaExprMember.cpp 1132 QualType redef; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 13 * types in the redef list are equal
631 xmlSchemaRedefPtr redef; /* Used for redefinitions. */ member in struct:_xmlSchemaParserCtxt
20424 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
20599 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
    [all...]
  /external/libxml2/
xmlschemas.c 13 * types in the redef list are equal
631 xmlSchemaRedefPtr redef; /* Used for redefinitions. */ member in struct:_xmlSchemaParserCtxt
20453 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
20628 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member in struct:_xmlSchemaType
  /external/libxml2/include/libxml/
schemasInternals.h 622 struct _xmlSchemaType *redef; /* Deprecated; not used */ member in struct:_xmlSchemaType
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 344 // FIXME: Darwin 'as' does appear to allow redef of a .comm by itself.
  /external/clang/test/CXX/drs/
dr4xx.cpp 336 typedef U type; // expected-error {{redef}}

Completed in 2076 milliseconds