Searched refs:function (Results 251 - 275 of 1263) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp23 ArrayRef<std::function<void(CheckerRegistry &)>> checkerRegistrationFns)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddivdi3.S13 .type \name, @function
H A Dmoddi3.S13 .type \name, @function
H A Dmemcpy_likely_aligned.S14 .type \name, @function
H A Dumoddi3.S14 .type \name, @function
H A Dudivmoddi4.S14 .type \name, @function
H A Dudivdi3.S14 .type \name, @function
H A Dmodsi3.S15 .type \name, @function
H A Dudivmodsi4.S14 .type \name, @function
H A Dudivsi3.S13 .type \name, @function
H A Dumodsi3.S14 .type \name, @function
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h33 using Locker = std::function<Status(const uint64_t, const uint64_t)>;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.h21 /// structure for a wrapped function.
26 /// simple wrapper function that takes a pointer to an argument structure that
27 /// contains room for the address of the function to be called, the values of
28 /// all its arguments, and room for the function's return value.
31 /// function, so Clang does the structure layout itself. ASTStructExtractor
32 /// reads through the AST for the wrapper function and finds the struct.
44 /// The name of the structure to extract from the wrapper function.
46 /// \param[in] function
52 ClangFunctionCaller &function);
64 /// Examine a list of Decls to find the function
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntpsim.h68 funcTkn function; /* Type of event that occured */ member in struct:__anon5303
/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_rv64g.S36 .text; .globl sym; .type sym,@function; sym:
H A Dsetjmp_sparc64.S55 .type x,@function ; \
H A Dsetjmp_aarch64.S39 .type sym,#function; \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h49 using NotifyCompiledFunction = std::function<void(
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h64 void SetValueChangedCallback(std::function<void()> callback);
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h35 std::function<Expected<T>(const ast_matchers::MatchFinder::MatchResult &)>;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dmulhi3.S39 .type __mulhi3, @function
H A Dudivmodhi4.S21 .type __udivmodhi4, @function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp96 const auto Function = Sled.function();
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp26 std::function<thread_result_t()> impl,
/freebsd-current/crypto/openssl/engines/
H A De_capi_err.c37 {ERR_PACK(0, 0, CAPI_R_FUNCTION_NOT_SUPPORTED), "function not supported"},
88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) argument

Completed in 312 milliseconds

<<11121314151617181920>>