Searched refs:function (Results 276 - 300 of 1263) sorted by relevance

<<11121314151617181920>>

/freebsd-current/crypto/openssl/include/openssl/
H A Dcore.h42 void (*function)(void); member in struct:ossl_dispatch_st
49 * tables remain tables with function pointers only.
129 * function doesn't need to copy the data to the provided buffer, but
148 * function doesn't need to copy the data to the provided buffer, but
165 * callback using the OSSL_FUNC_CORE_THREAD_START function in the |in| dispatch
176 * This function is expected to be present in any dynamically loadable
177 * provider module. By definition, if this function doesn't exist in a
204 * Generic callback function signature.
206 * The expectation is that any provider function that wants to offer
209 * callback, the provider function ca
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h27 // The RegisterReadObject function return a handle, which controls the duration
46 typedef std::function<void(MainLoopBase &)> Callback;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h31 std::function<PacketResult(StringExtractorGDBRemote &packet,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTaskTimer.h32 /// The task function.
51 void ForEachTimedTask(std::function<void(const std::string &name,
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S27 .type OPENSSL_wipe_cpu,#function
144 .type walk_reg_wins,#function
153 be 1f ! could have been a leaf function...
176 .type OPENSSL_atomic_add,#function
239 .type _sparcv9_rdtick,#function
249 .type _sparcv9_vis1_probe,#function
310 .type _sparcv9_vis1_instrument,#function
318 .type _sparcv9_vis2_probe,#function
328 .type _sparcv9_fmadd_probe,#function
336 .type _sparcv9_rdcfr,#function
[all...]
/freebsd-current/lib/csu/amd64/
H A Dcrt1_s.S40 .type _start, @function
/freebsd-current/lib/libc/amd64/
H A Damd64_archlevel.h58 * as the distance from the func_funcs array to the function. Due
83 .type __CONCAT(__CONCAT(func,_),level), @function; \
/freebsd-current/sys/fs/msdosfs/
H A Dfat.h86 * These are the values for the function argument to the function
101 int fatentry(int function, struct msdosfsmount *pmp, u_long cluster, u_long *oldcontents, u_long newcontents);
/freebsd-current/usr.sbin/devctl/
H A Ddevctl.c44 #define DEVCTL_COMMAND(set, name, function) \
45 static struct devctl_command function ## _devctl_command = \
46 { #name, function }; \
47 DATA_SET(DEVCTL_DATASET(set), function ## _devctl_command)
/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.h105 #define MFI_COMMAND(set, name, function) \
106 static struct mfiutil_command function ## _mfiutil_command = \
107 { #name, function }; \
108 DATA_SET(MFI_DATASET(set), function ## _mfiutil_command)
/freebsd-current/usr.sbin/mptutil/
H A Dmptutil.h71 #define MPT_COMMAND(set, name, function) \
72 static struct mptutil_command function ## _mptutil_command = \
73 { #name, function }; \
74 DATA_SET(MPT_DATASET(set), function ## _mptutil_command)
/freebsd-current/sys/amd64/include/
H A Dasm.h64 .globl CNAME(x); .type CNAME(x),@function; CNAME(x):; \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h47 enum hrtimer_restart (*function)(struct hrtimer *); member in struct:hrtimer
/freebsd-current/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h62 std::function<std::unique_ptr<FrontendAction>()> MakeAction;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnostics.h44 using Callback = std::function<llvm::Error(const FileSpec &)>;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h46 std::function<Error(raw_ostream &, const Data &)>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h38 /// It is illegal to call this function on a block with four or more edges.
48 /// function, if any.
102 using StoreFrameRangeFunction = std::function<void(
109 /// Authors of JITLinkContexts can use this function to register a post-fixup
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp45 // This function is used only from llvm-rtdyld utility and a few
64 std::function<void(Error)> ErrorHandler) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.h97 /// Applies the analysis transfer function for a given control flow graph
102 /// Applies the analysis transfer function for a given edge from a CFG block
151 std::function<void(const CFGElement &,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.h51 std::function<bool(const Function &)> Ftor = nullptr);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h51 std::function<void(const Twine &Message)> FailureCB;
56 /// Whether the current function has convergencectrl operand bundles.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h31 /// points to code section(the low_pc for a function, the location for
118 std::function<void(std::shared_ptr<SectionDescriptorBase> Section)>;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h86 std::function<bool(const Function &)> Ftor = nullptr);
107 // function which occur immediately before return instructions.
120 // ConstantHoisting - This pass prepares a function for expensive constants.
211 // instruction in a function.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbolSet.h131 std::function<bool(const Symbol *)>>;
142 std::function<bool(const Symbol *)> fn = [](const Symbol *Symbol) {
152 std::function<bool(const Symbol *)> fn = [](const Symbol *Symbol) {
162 std::function<bool(const Symbol *)> fn = [](const Symbol *Symbol) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsLinux_arm64.h56 using DetectorFn = std::function<Fields(uint64_t, uint64_t)>;

Completed in 410 milliseconds

<<11121314151617181920>>