Home
last modified time | relevance | path

Searched refs:Functor (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h292 template <class Container, typename Functor>
293 void ForEach(const Container& c, Functor functor) { in ForEach()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp516 using Functor = std::function<void(void)>; in parseNewSymbolInfo() typedef
519 static_cast<Functor>( in parseNewSymbolInfo()
520 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dthread287 // _Fp = tuple< unique_ptr<__thread_struct>, Functor, Args...>
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1863 template <typename Functor>
1865 typedef Functor StorageType;
1867 static void CheckIsValid(Functor /* functor */) {}
1870 static auto Invoke(Functor f, const T& arg) -> decltype(f(arg)) {
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional228 * Determine whether we can determine a result type from @c Functor
239 /// We already know the result type for @c Functor; use it.
2075 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional198 * Determine whether we can determine a result type from @c Functor
209 /// We already know the result type for @c Functor; use it.
2078 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp453 template<typename Functor>
454 void forEachSummary(Functor Callback) { in forEachSummary()
476 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td348 // Functor that appends the suffix to the base flag definition.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2009337 * testsuite/util/exception/safety.h: New. Functor objects for