Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp217 IOHandlerDelegate &delegate) in IOHandlerEditline()
235 IOHandlerDelegate &delegate) in IOHandlerEditline()
H A DIOHandlerCursesGUI.cpp2334 TextFieldDelegate *delegate = in AddTextField() local
2342 FileFieldDelegate *delegate = in AddFileField() local
2351 DirectoryFieldDelegate *delegate = in AddDirectoryField() local
2359 ArchFieldDelegate *delegate = in AddArchField() local
2367 IntegerFieldDelegate *delegate = in AddIntegerField() local
2374 BooleanFieldDelegate *delegate = new BooleanFieldDelegate(label, content); in AddBooleanField() local
2381 LazyBooleanFieldDelegate *delegate = in AddLazyBooleanField() local
2389 ChoicesFieldDelegate *delegate = in AddChoicesField() local
2396 PlatformPluginFieldDelegate *delegate = in AddPlatformPluginField() local
2403 ProcessPluginFieldDelegate *delegate = new ProcessPluginFieldDelegate(); in AddProcessPluginField() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp62 Materializer::PersistentVariableDelegate *delegate) in EntityPersistentVariable()
422 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable()
922 Materializer::PersistentVariableDelegate *delegate) in EntityResultVariable()
1212 PersistentVariableDelegate *delegate, in AddResultVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp148 NativeDelegate &delegate, in NativeProcessAIX()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h163 void resetDelegate(Delegate *delegate) { in resetDelegate()
171 void addDelegate(Delegate *delegate) { in addDelegate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h464 ImporterDelegateSP delegate = in GetDelegate() local
H A DClangUserExpression.cpp958 Materializer::PersistentVariableDelegate &delegate, in ResetDeclMap()
/freebsd/contrib/openpam/
H A Dconfigure2702 delegate(): delegate(2354) {} function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 NativeDelegate &delegate) in NativeProcessProtocol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp162 NativeDelegate &delegate, in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp144 NativeDelegate &delegate, in NativeProcessNetBSD()
/freebsd/crypto/krb5/src/
H A Dconfigure3099 delegate(): delegate(2354) {} function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h2028 MaterializationResponsibility::delegate(const SymbolNameSet &Symbols) { in delegate() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3475 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler()
3494 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c2815 int error = 0, haslock = 0, ret, delegate = 1, writedeleg = 1; in nfsrv_openctrl() local
8770 struct nfsrv_descript *nd, int delegate, int writedeleg, int readonly, in nfsrv_issuedelegation()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1327 function delegate(selector, events, method) { function
H A Djquery.js3833 delegate: function( selector, types, data, fn ) { method
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp838 JITDylib::delegate(MaterializationResponsibility &FromMR, in delegate() function in llvm::orc::JITDylib
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4095 template <class Emitter> bool Compiler<Emitter>::delegate(const Expr *E) { in delegate() function in Compiler