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

  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 692 EnumDecl *&OldDef = Reader.EnumDefinitions[ED->getCanonicalDecl()];
693 if (!OldDef) {
698 OldDef = D;
703 if (OldDef) {
704 Reader.MergedDeclContexts.insert(std::make_pair(ED, OldDef));
706 mergeDefinitionVisibility(OldDef, ED);
708 OldDef = ED;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 915 bfd_boolean newdyn, olddyn, olddef, newdef, newdyncommon, olddyncommon;
1052 /* NEWDEF and OLDDEF indicate whether the new or old symbol,
912 bfd_boolean newdyn, olddyn, olddef, newdef, newdyncommon, olddyncommon; local
    [all...]
elf64-x86-64.c     [all...]

Completed in 214 milliseconds