Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dfunctional.h34 intptr_t callable; variable
37 LIBC_INLINE static Ret callback_fn(intptr_t callable, Params... params) { in callback_fn()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h42 intptr_t callable; variable
45 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h84 PythonCallable callable = callable_or_err->AsType<PythonCallable>(); in CheckAbstractMethodImplementation() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6645 struct callable { struct