HomeSort by relevance Sort by last modified time
    Searched refs:Aliases (Results 1 - 25 of 49) 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 350 // Now check aliases.
351 const GCCRegAlias *Aliases;
354 getGCCRegAliases(Aliases, NumAliases);
356 for (unsigned j = 0 ; j < llvm::array_lengthof(Aliases[i].Aliases); j++) {
357 if (!Aliases[i].Aliases[j])
359 if (Aliases[i].Aliases[j] == Name)
403 // Now check aliases
    [all...]
Targets.cpp 793 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/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecReplacementTest.cpp 24 TEST(TextCodecReplacement, Aliases)
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 278 // the alias, we replace all uses of aliases that target jumptable functions.
279 // Note that there's no need to create these functions, since only aliases
282 DenseMap<GlobalAlias *, Function *> Aliases;
283 for (GlobalAlias &GA : M.aliases()) {
288 Aliases[&GA] = it->second;
297 for (auto &KV : Aliases)
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 119 // aliases, so struct assignments must use conservative TBAA nodes. There's
297 bool Aliases(const MDNode *A, const MDNode *B) const;
337 /// Aliases - Test whether the type represented by A may alias the
340 TypeBasedAliasAnalysis::Aliases(const MDNode *A,
463 if (Aliases(AM, BM))
519 if (!Aliases(L, M))
535 if (!Aliases(M1, M2))
  /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.
  /external/icu/icu4c/source/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/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.
  /external/clang/include/clang/Basic/
TargetInfo.h 590 const char * const Aliases[5];
801 virtual void getGCCRegAliases(const GCCRegAlias *&Aliases,
  /external/icu/icu4c/source/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 763 // Aliases with larger priorities should be considered first.
777 // Gather information about aliases we need to print
797 continue; // Aliases with priority 0 are never emitted.
813 for (auto &Aliases : AliasMap) {
814 for (auto &Alias : Aliases.second) {
    [all...]
AsmMatcherEmitter.cpp 446 // Two-operand aliases clone from the main matchable, but mark the second
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.cc     [all...]
  /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.
  /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/icu/icu4c/source/data/coll/
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
41 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/coll/
collocal.mk 20 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
28 # All aliases (to not be included under 'installed'), but not including root.
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 331 // class or any of its aliases.
352 // E are aliases, even though neither is a typedef of the other.
591 const std::set<const TypedefNameDecl *> &Aliases =
594 It = Aliases.begin(), End = Aliases.end();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 26 cvox.MathmlStoreRules.initAliases_(); // MathJax Aliases for MathML rules.
391 * Initialize mathJax Aliases
520 * Initialize mathJax Aliases

Completed in 1588 milliseconds

1 2