Searched defs:Callable (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | unique_function.h | 39 CallableImpl(CallableT &&Callable) : Callable(std::move(Callable)) {} in CallableImpl() 63 unique_function(CallableT &&Callable) in unique_function()
|
| H A D | executor_symbol_def.h | 39 Callable = 1U << 5, enumerator
|
| H A D | macho_platform.cpp | 160 Callable = 1U << 1, enumerator
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | functional.h | 58 : callback(callback_fn<cpp::remove_reference_t<Callable>>), in callback()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLFunctionalExtras.h | 65 : callback(callback_fn<std::remove_reference_t<Callable>>), in callback()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 97 Callable, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.cpp | 36 void SymbolTable::updateSymbols(function_ref<void(SymbolEntry &)> Callable) { in updateSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 87 Callable = 1U << 5, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaConcept.h | 162 SubsumptionCallable Callable; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 47 Callable = 1U << 1, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 301 Callable, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 56 Callable, enumerator
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 235 struct Callable { in TEST() struct 236 NonMoveable operator()() { return NonMoveable(); } in TEST()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1884 SubsumptionCallable Callable) in SubsumptionChecker()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 756 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 2121 void visitDomSubTree(DominatorTree &DT, BasicBlock *BB, CallableT Callable) { in visitDomSubTree()
|