Searched refs:Rest (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | 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...);
|
D | metafunctions.cpp | 98 template<int First, int ...Rest> 99 struct sum<First, Rest...> { 100 static const int value = First + sum<Rest...>::value;
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.template/ |
D | 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/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 313 const uint64_t Rest = OptimalCount - Prefixes; in writeNopData() local 314 for (uint64_t i = 0, e = Rest; i != e; i++) in writeNopData() 315 OW->Write8(Nops[Rest - 1][i]); in writeNopData()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 841 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, in ExposePointerBase() argument 845 Rest = SE.getAddExpr(Rest, in ExposePointerBase() 855 NewAddOps.back() = Rest; in ExposePointerBase() 856 Rest = SE.getAddExpr(NewAddOps); in ExposePointerBase() 857 ExposePointerBase(Base, Rest, SE); in ExposePointerBase() 1310 const SCEV *Rest = SE.getAddRecExpr(NewOps, L, SCEV::FlagAnyWrap); in visitAddRecExpr() local 1315 const SCEV *RestArray[1] = { Rest }; in visitAddRecExpr() 1332 SE.getUnknown(expand(Rest)))); in visitAddRecExpr()
|
/external/bluetooth/glib/glib/ |
D | guniprop.c | 62 #define OR(Type, Rest) (((guint)1 << (Type)) | (Rest)) argument
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 521 StringRef Rest = AliasName.substr(Pos); in ExecutePostLayoutBinding() local 522 if (!Symbol.isUndefined() && !Rest.startswith("@@@")) in ExecutePostLayoutBinding() 526 if (Symbol.isUndefined() && Rest.startswith("@@") && in ExecutePostLayoutBinding() 527 !Rest.startswith("@@@")) in ExecutePostLayoutBinding()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 10613 Rest of WebKit2: Need a way to send notifications to client when cookies change
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 10112 Rest of the Windows build fix.
|
D | ChangeLog-2010-05-24 | 1700 Rest of REGRESSION (r57900-57919): 3% PLT Regression from moving strings into WTF.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 53984 Rest of WebKit2: Need a way to send notifications to client when cookies change
|
D | ChangeLog-2008-08-10 | 74459 Rest of fix for 5394877
|