Home
last modified time | relevance | path

Searched defs:take (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp83 typedef types<typename Take<_>::type...> take; typedef
88 template<unsigned N, typename...Ts> struct take { struct
89 using type = typename takedrop_impl<typename make_places<N>::type>::
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DWindowsSupport.h78 handle_type take() { in take() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTemplateDeduction.h62 TemplateArgumentList *take() { in take() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr0xx.cpp700 template<typename T> int take(T) { return 0; } in take() function