HomeSort by: relevance | last modified time | path
    Searched refs:Others (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h 281 template <typename A, typename B, typename... Others>
283 return A::NextBit == B::FirstBit && areContiguous<B, Others...>();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 90 enum HexagonProcFamilyEnum { Others, TinyCore };
97 HexagonProcFamilyEnum HexagonProcFamily = Others;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 703 LoopData::NodeList &Headers, LoopData::NodeList &Others) {
761 Others.push_back(Irr.Node);
765 llvm::sort(Others);
776 LoopData::NodeList Others;
777 findIrreducibleHeaders(BFI, G, SCC, Headers, Others);
780 Headers.end(), Others.begin(), Others.end());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 41 Others,
82 /// ARMProcFamily - ARM processor family: Cortex-A53, Cortex-A57, and others.
83 ARMProcFamilyEnum ARMProcFamily = Others;
AArch64Subtarget.cpp 84 case Others:
AArch64TargetTransformInfo.cpp 1398 // If mcpu is omitted, getProcFamily() returns AArch64Subtarget::Others, so by
1401 if (ST->getProcFamily() != AArch64Subtarget::Others &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 49 Others,
145 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
146 ARMProcFamilyEnum ARMProcFamily = Others;
ARMSubtarget.cpp 265 case Others:
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 56 Others,
69 /// X86 processor family: Intel Atom, and others
70 X86ProcFamilyEnum X86ProcFamily = Others;
482 // FIXME: this is a known good value for Yonah. How about others?
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 129 DenseSet<const GlobalVariable *> Others;
131 DiscoverDependentGlobals(GV->getOperand(i), Others);
133 for (DenseSet<const GlobalVariable *>::iterator I = Others.begin(),
134 E = Others.end();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 728 template <class T1, class T2, class... Others>
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp 108 template <class T1, class T2, class... Others>
113 return hasAnyEnabledAttrOf<T2, Others...>(D, QT);
946 // For others:
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 2402 window.addEventListener('DOMMouseScroll', handleMouseWheel, false); // Others
4199 # found for profiles generated locally, and the others for
5381 # got touched in the queue), and ignore the others.
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 2387 window.addEventListener('DOMMouseScroll', handleMouseWheel, false); // Others
4138 # found for profiles generated locally, and the others for
5282 # got touched in the queue), and ignore the others.
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 478 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
4832 % some of the others, too, with some judicious conditionals.
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 430 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
4043 % some of the others, too, with some judicious conditionals.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 576 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
3220 % Since there are some commands we want to expand, and others we don't,
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 465 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
4691 % some of the others, too, with some judicious conditionals.
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 583 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
3120 % Since there are some commands we want to expand, and others we don't,
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 583 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
3120 % Since there are some commands we want to expand, and others we don't,
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 1191 % others). Let's try in that order, PDF first since if
2918 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
4366 % Since there are some commands we want to expand, and others we don't,
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 1191 % others). Let's try in that order, PDF first since if
2918 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
4366 % Since there are some commands we want to expand, and others we don't,
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 636 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
1388 % others). Let's try in that order.
4129 % Since there are some commands we want to expand, and others we don't,
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 1190 % others). Let's try in that order, PDF first since if
2913 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
4313 % Since there are some commands we want to expand, and others we don't,
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 636 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
1385 % others). Let's try in that order.
4126 % Since there are some commands we want to expand, and others we don't,

Completed in 115 milliseconds

1 2