Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h64 : callback(callback_fn<std::remove_reference_t<Callable>>), in callback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h97 Callable, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h86 Callable = 1U << 5, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h74 Callable, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h273 Callable, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp729 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2053 void visitDomSubTree(DominatorTree &DT, BasicBlock *BB, CallableT Callable) { in visitDomSubTree()