HomeSort by relevance Sort by last modified time
    Searched refs:Aliases (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-struc.asm 4 .Aliases resd 1
26 times HOSTENT.Aliases-($-..@44.strucstart) db 0
36 times HOSTENT.Aliases-($-..@45.strucstart) db 0
  /external/clang/lib/Basic/
TargetInfo.cpp 252 // Now check aliases.
253 const GCCRegAlias *Aliases;
256 getGCCRegAliases(Aliases, NumAliases);
258 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
259 if (!Aliases[i].Aliases[j])
261 if (Aliases[i].Aliases[j] == Name)
305 // Now check aliases
    [all...]
Targets.cpp 738 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
    [all...]
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
23 # All aliases (to not be included under 'installed'), but not including root.
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 55 // aliases, so struct assignments must use conservative TBAA nodes. There's
231 bool Aliases(const MDNode *A, const MDNode *B) const;
262 /// Aliases - Test whether the type represented by A may alias the
265 TypeBasedAliasAnalysis::Aliases(const MDNode *A,
383 if (Aliases(AM, BM))
439 if (!Aliases(L, M))
455 if (!Aliases(M1, M2))
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/brkitr/
brkfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
  /external/clang/include/clang/Basic/
TargetInfo.h 567 const char * const Aliases[5];
790 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
  /external/icu4c/data/rbnf/
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 56 RecVec Aliases;
87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases");
CodeGenSchedule.cpp 301 // Initialize Aliases vectors.
309 RW.Aliases.push_back(*AI);
423 // Expand a SchedWrite as a sequence following any aliases that coincide with
431 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
440 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
AsmWriterEmitter.cpp 805 std::vector<CodeGenInstAlias*> &Aliases = I->second;
808 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) {
    [all...]
AsmMatcherEmitter.cpp 443 // Two-operand aliases clone from the main matchable, but mark the second
    [all...]
SubtargetEmitter.cpp 680 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
690 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
732 // Check this processor's list of aliases for SchedRead.
734 for (RecIter AI = SchedRead.Aliases.begin(), AE = SchedRead.Aliases.end();
744 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 333 // class or any of its aliases.
354 // E are aliases, even though neither is a typedef of the other.
592 const std::set<const TypedefNameDecl *> &Aliases =
595 It = Aliases.begin(), End = Aliases.end();
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
34 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/coll/
collocal.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
37 # All aliases (to not be included under 'installed'), but not including root.
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
37 # All aliases (to not be included under 'installed'), but not including root.

Completed in 293 milliseconds

1 2