Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dedit_distance.h45 template <typename T, typename Functor>
47 Functor Map, bool AllowReplacements = true,
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp488 using Functor = std::function<void()>; in parseNewSymbolInfo() typedef
491 static_cast<Functor>( in parseNewSymbolInfo()
492 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dthread289 // _Fp = tuple< unique_ptr<__thread_struct>, Functor, Args...>
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp478 template<typename Functor>
479 void forEachSummary(Functor Callback) { in forEachSummary()
501 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td385 // Functor that appends the suffix to the base flag definition.