/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 970 function check_if_tcp_store_ok label 981 function write_4vgprs_to_mem(s_rsrc, s_mem_offset) label 1019 function get_lds_size_bytes(s_lds_size_byte) label 1025 function get_vgpr_size_bytes(s_vgpr_size_byte) label 1035 function get_sgpr_size_bytes(s_sgpr_size_byte) label 1041 function get_hwreg_size_bytes label 1045 function get_num_arch_vgprs(s_num_arch_vgprs) label 1071 function ack_sqc_store_workaround label 1077 function set_status_without_spi_prio(status, tmp) label 1085 function save_and_clear_ib_sts(tmp) label [all …]
|
H A D | cwsr_trap_handler_gfx10.asm | 1104 function write_hwreg_to_mem(s, s_rsrc, s_mem_offset) label 1119 function write_16sgpr_to_mem(s, s_rsrc, s_mem_offset) label 1136 function write_12sgpr_to_mem(s, s_rsrc, s_mem_offset) label 1152 function read_hwreg_from_mem(s, s_rsrc, s_mem_offset) label 1173 function get_lds_size_bytes(s_lds_size_byte) label 1190 function get_svgpr_size_bytes(s_svgpr_size_byte) label 1195 function get_sgpr_size_bytes label 1199 function get_hwreg_size_bytes label 1203 function get_wave_size(s_reg) label 1208 function save_and_clear_ib_sts(tmp1, tmp2) label [all …]
|
H A D | cwsr_trap_handler_gfx8.asm | 686 function write_hwreg_to_mem(s, s_rsrc, s_mem_offset) label 696 function write_16sgpr_to_mem(s, s_rsrc, s_mem_offset) label 707 function read_hwreg_from_mem(s, s_rsrc, s_mem_offset) label 712 function read_16sgpr_from_mem(s, s_rsrc, s_mem_offset) label 719 function get_lds_size_bytes(s_lds_size_byte) label 725 function get_vgpr_size_bytes(s_vgpr_size_byte) label 731 function get_sgpr_size_bytes(s_sgpr_size_byte) label 737 function get_hwreg_size_bytes label 741 function set_status_without_spi_prio(status, tmp) label
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | pretty2.C | 21 char const *function = __FUNCTION__; in X() local 35 char const *function = __FUNCTION__; in ~X() local 49 char const *function = __FUNCTION__; in fn() local 63 char const *function = __FUNCTION__; variable
|
H A D | pretty3.C | 13 char const *function = __FUNCTION__; in f1() local 28 char const *function = __FUNCTION__; variable
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | int_util.c | 26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | PThreadMutex.cpp | 19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() 26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() 33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker()
|
/openbsd/sys/arch/i386/pci/ |
H A D | pci_bus_fixup.c | 52 int device, maxdevs, function, nfuncs, bus_max, bus_sub; in pci_bus_check() local 159 int bridge, device, maxdevs, function, nfuncs, bus_max, bus_sub; in pci_bus_assign() local 259 int bus, device, function; in pcibus_print_devid() local
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Block.cpp | 31 void Block::GetDescription(Stream *s, Function *function, in GetDescription() 163 Function *function = CalculateSymbolContextFunction(); in DumpSymbolContext() local 252 Function *function = CalculateSymbolContextFunction(); in GetRangeContainingAddress() local 287 Function *function = CalculateSymbolContextFunction(); in GetRangeIndexContainingAddress() local 305 Function *function = CalculateSymbolContextFunction(); in GetRangeAtIndex() local 321 Function *function = CalculateSymbolContextFunction(); in GetStartAddress() local 341 Function *function = m_parent_scope->CalculateSymbolContextFunction(); in AddRange() local
|
/openbsd/sys/arch/sh/include/ |
H A D | asm.h | 154 #define CALL_DATUM(function, lpcs) \ argument 162 #define CALL_DATUM_LOCAL(function, lpcs) \ argument 176 #define CALL_DATUM(function, lpcs) \ argument 179 #define CALL_DATUM_LOCAL(function, lpcs) \ argument
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdb_assert.h | 49 #define gdb_assert_fail(assertion, file, line, function) \ argument 53 #define gdb_assert_fail(assertion, file, line, function) \ argument
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | __init__.py | 106 def command_entry_point(function): argument 144 def compiler_wrapper(function): argument
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | rtl-error.c | 115 _fatal_insn (msgid, insn, file, line, function) in _fatal_insn() argument 133 _fatal_insn_not_found (insn, file, line, function) in _fatal_insn_not_found() argument
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | method.c | 87 make_thunk (tree function, bool this_adjusting, in make_thunk() 180 tree function, name; in finish_thunk() local 264 make_alias_for (tree function, tree newid) in make_alias_for() 299 make_alias_for_thunk (tree function) in make_alias_for_thunk() 322 tree a, t, function, alias; in use_thunk() local
|
/openbsd/gnu/gcc/gcc/ |
H A D | rtl-error.c | 111 const char *function) in _fatal_insn() 125 const char *function) in _fatal_insn_not_found()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | operators4.C | 99 int function (char c) in function() function 105 int function (float f) in function() function
|
/openbsd/gnu/lib/libreadline/ |
H A D | bind.c | 92 rl_add_defun (name, function, key) in rl_add_defun() argument 105 rl_bind_key (key, function) in rl_bind_key() argument 136 rl_bind_key_in_map (key, function, map) in rl_bind_key_in_map() argument 206 rl_set_key (keyseq, function, map) in rl_set_key() argument 969 _rl_parser_func_t *function; member 1750 rl_invoking_keyseqs_in_map (function, map) in rl_invoking_keyseqs_in_map() argument 1856 rl_invoking_keyseqs (function) in rl_invoking_keyseqs() argument 1879 rl_command_func_t *function; local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 22 static const char *StripFunctionName(const char *function, const char *prefix) { in StripFunctionName() 31 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBSymbolContext.cpp | 76 Function *function = nullptr; in GetFunction() local 127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction()
|
/openbsd/regress/libexec/ld.so/nodelete/liba/ |
H A D | liba.c | 2 function(void) in function() function
|
/openbsd/gnu/usr.bin/perl/lib/perl5db/t/ |
H A D | MyModule.pm | 10 sub function subroutine
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/ |
H A D | 900211_03.C | 9 void function () in function() function
|
H A D | 900321_04.C | 11 void function () in function() function
|
H A D | 900121_01.C | 11 void function (struct s0 &arg1, struct s0 &arg2) in function() function
|
/openbsd/gnu/usr.bin/perl/ext/Win32CORE/ |
H A D | Win32CORE.c | 35 const char *function = (const char *) XSANY.any_ptr; in XS() local 133 const char * function = (char *)&fnname_table; in init_Win32CORE() local
|