Searched refs:VariadicFunction (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DVariadicFunctionTest.cpp1 //===----------- VariadicFunctionTest.cpp - VariadicFunction unit tests ---===//
12 #include "llvm/ADT/VariadicFunction.h"
25 const VariadicFunction<std::string, std::string, StringCatImpl> StringCat = {};
48 const VariadicFunction<long, int, SumImpl> Sum = {};
87 // as we want to test that VariadicFunction* can handle it.
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DVariadicFunction.h58 /// The VariadicFunction class template makes it easy to define
76 /// const VariadicFunction<ResultT, ArgT, FooImpl> Foo;
78 /// VariadicFunction takes care of defining the overloads of Foo().
93 /// arguments. It is like VariadicFunction, except that it takes N more
102 /// Currently VariadicFunction and friends support up-to 3
106 struct VariadicFunction { struct in namespace:llvm

Completed in 163 milliseconds