HomeSort by relevance Sort by last modified time
    Searched refs:Rest (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp 5 template <template <class, class...> class TT, class T1, class... Rest>
6 struct eval<TT<T1, Rest...>> { };
21 template<int I, int J, int ...Rest> struct X0a;
22 template<int ...Rest> struct X0b;
32 template<int I, int J, int ...Rest> struct X1a;
33 template<long I, long ...Rest> struct X1b;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 33 template<typename T1, typename T2, typename ...Rest>
34 int &f0(T1, T2, Rest...);
44 template<typename T1, typename T2, typename ...Rest>
45 int &f1(T1, T2, Rest...);
54 template<typename T1, typename T2, typename ...Rest>
55 int &f2(T1, T2, Rest...);
metafunctions.cpp 98 template<int First, int ...Rest>
99 struct sum<First, Rest...> {
100 static const int value = First + sum<Rest...>::value;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 313 const uint64_t Rest = OptimalCount - Prefixes;
314 for (uint64_t i = 0, e = Rest; i != e; i++)
315 OW->Write8(Nops[Rest - 1][i]);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 412 // indexes into the array implied by the pointer operand; the rest of
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 522 StringRef Rest = AliasName.substr(Pos);
523 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
527 if (Symbol.isUndefined() && Rest.startswith("@@") &&
528 !Rest.startswith("@@@"))
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 241 milliseconds