Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dunique_function.h39 CallableImpl(CallableT &&Callable) : Callable(std::move(Callable)) {} in CallableImpl()
63 unique_function(CallableT &&Callable) in unique_function()
H A Dexecutor_symbol_def.h39 Callable = 1U << 5, enumerator
H A Dmacho_platform.cpp160 Callable = 1U << 1, enumerator
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dfunctional.h58 : callback(callback_fn<cpp::remove_reference_t<Callable>>), in callback()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h65 : 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/lib/ObjCopy/MachO/
H A DMachOObject.cpp36 void SymbolTable::updateSymbols(function_ref<void(SymbolEntry &)> Callable) { in updateSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h87 Callable = 1U << 5, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h162 SubsumptionCallable Callable; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h47 Callable = 1U << 1, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h301 Callable, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h56 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/clang/lib/Sema/
H A DSemaConcept.cpp1884 SubsumptionCallable Callable) in SubsumptionChecker()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp756 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2121 void visitDomSubTree(DominatorTree &DT, BasicBlock *BB, CallableT Callable) { in visitDomSubTree()