Home
last modified time | relevance | path

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

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