Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h64 : callback(callback_fn<std::remove_reference_t<Callable>>), in callback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h97 Callable, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h86 Callable = 1U << 5, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h46 Callable = 1U << 1, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h54 Callable, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h289 Callable, enumerator
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc235 struct Callable { in TEST() struct
236 NonMoveable operator()() { return NonMoveable(); } in TEST()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp759 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2115 visitDomSubTree(DominatorTree & DT,BasicBlock * BB,CallableT Callable) visitDomSubTree() argument