Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() function in N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() function in N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() function in N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() function in N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() function in N2::N1::S2
/minix3/external/bsd/nvi/dist/ipc/
H A Dipc_cmd.c74 ipc_unmarshall_a(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_a()
80 ipc_unmarshall_12(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_12()
86 ipc_unmarshall(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall()
92 ipc_unmarshall_ab1(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_ab1()
106 ipc_unmarshall_1(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_1()
112 ipc_unmarshall_123(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_123()
/minix3/external/bsd/llvm/dist/llvm/test/MC/AsmParser/
H A Ddirective_seh.s4 .globl func symbol
8 func: label
/minix3/external/bsd/llvm/dist/llvm/test/MC/COFF/
H A Dseh-align3.s67 .globl func symbol
79 func: label
H A Dseh-align2.s65 .globl func symbol
75 func: label
H A Dseh.s124 .globl func symbol
127 func: label
/minix3/minix/include/arch/i386/include/
H A Dpci_intel.h19 #define PCII_SELREG_(bus, dev, func, reg) \ argument
27 #define PCII_RREG8_(bus, dev, func, reg) \ argument
30 #define PCII_RREG16_(bus, dev, func, reg) \ argument
33 #define PCII_RREG32_(bus, dev, func, reg) \ argument
37 #define PCII_WREG8_(bus, dev, func, reg, val) \ argument
40 #define PCII_WREG16_(bus, dev, func, reg, val) \ argument
43 #define PCII_WREG32_(bus, dev, func, reg, val) \ argument
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/Inputs/
H A Dwin64-unwind.exe.coff-x86_64.asm2 .globl func symbol
5 func: label
/minix3/minix/lib/libddekit/src/
H A Dpci.c32 int func; /* don't support multiple functionalities yet -> 0 */ member
119 int ddekit_pci_get_device(int nr, int *bus, int *slot, int *func) in ddekit_pci_get_device()
137 ddekit_get_dev_helper(int bus, int slot, int func) in ddekit_get_dev_helper()
157 (int bus, int slot, int func, int pos, int len, ddekit_uint32_t *val) in ddekit_pci_read()
176 (int bus, int slot, int func, int pos, int len, ddekit_uint32_t val) in ddekit_pci_write()
194 int ddekit_pci_readb (int bus, int slot, int func, int pos, ddekit_uint8_t *val) { in ddekit_pci_readb()
213 (int bus, int slot, int func, int pos, ddekit_uint16_t *val) { in ddekit_pci_readw()
232 (int bus, int slot, int func, int pos, ddekit_uint32_t *val) { in ddekit_pci_readl()
251 (int bus, int slot, int func, int pos, ddekit_uint8_t val) { in ddekit_pci_writeb()
266 (int bus, int slot, int func, int pos, ddekit_uint16_t val) { in ddekit_pci_writew()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_mac.h75 # define M_ASN1_D2I_vars(a,type,func) \ argument
98 # define M_ASN1_D2I_Finish(a,func,e) \ argument
114 # define M_ASN1_D2I_Finish_nolen(a, func, e) \ argument
129 # define M_ASN1_D2I_get(b, func) \ argument
136 # define M_ASN1_D2I_get_x(type,b,func) \ argument
143 # define M_ASN1_D2I_get_int(b,func) \ argument
149 # define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 # define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 # define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
[all …]
/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dstring.cpp48 void throw_from_string_out_of_range( const string& func ) in throw_from_string_out_of_range()
54 void throw_from_string_invalid_arg( const string& func ) in throw_from_string_invalid_arg()
64 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
90 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
102 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
110 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
118 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
126 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
135 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
147 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]
/minix3/sys/sys/
H A Dsdt.h86 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument
87 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument
88 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
89 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
91 #define SDT_PROBE_DEFINE0(prov, mod, func, name) argument
92 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument
93 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
94 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
95 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
96 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
[all …]
/minix3/external/bsd/bind/dist/lib/dns/
H A Ddst_pkcs11.h32 #define PK11_CALL(func, args, fallback) \ argument
37 #define PK11_RET(func, args, fallback) \ argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2009-06-01-addrofknr.c6 int (*func)(); member
9 static int func(f) in func() function
/minix3/tests/fs/common/
H A Dh_fsmacros.h106 #define ATF_TC_FSADD(fs,type,func,desc) \ argument
156 #define ATF_TP_FSADD(fs,func) \ argument
159 #define ATF_TC_FSAPPLY_NOZFS(func,desc) \ argument
174 #define ATF_TP_FSAPPLY_NOZFS(func) \ argument
191 #define ATF_TC_FSAPPLY(func,desc) \ argument
194 #define ATF_TP_FSAPPLY(func) \ argument
200 #define ATF_TC_FSAPPLY(func,desc) \ argument
202 #define ATF_TP_FSAPPLY(func) \ argument
218 #define ATF_TC_FSAPPLY_RO(func,desc,gen) \ argument
229 #define ATF_TP_FSAPPLY_RO(func) \ argument
[all …]
/minix3/external/bsd/nvi/dist/common/
H A Ddldb.c11 #define RELOC(func,returntype,args,proto,types) \ argument
26 #define LOADSYM(func) \ argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-class.cpp2 void func(foo *f) { in func() function
5 void func(bar *f) { in func() function
8 void func(baz *f) { in func() function
30 void func() { in func() function
37 virtual void func() { in func() function
/minix3/minix/kernel/arch/i386/
H A Dapic_asm.S37 #define LAPIC_INTR_HANDLER(func) \ argument
47 #define lapic_intr(func) \ argument
/minix3/libexec/telnetd/
H A Dslc.c133 add_slc(char func, char flag, cc_t val) in add_slc()
221 process_slc(u_int func, u_int flag, cc_t val) in process_slc()
285 change_slc(int func, int flag, cc_t val) in change_slc()
438 unsigned char func, flag; in do_opt_slc() local
/minix3/lib/libpci/
H A Dpci_bus.c58 pcibus_conf_read(int fd, u_int bus, u_int device, u_int func, u_int reg, in pcibus_conf_read()
85 pcibus_conf_write(int fd, u_int bus, u_int device, u_int func, u_int reg, in pcibus_conf_write()
/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/
H A Dfde-reloc.s6 func: label
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dobjc_methods.m10 void func() { function
H A Dobjc_property.m10 void func() { function
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Deh-frame.s18 func: label
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dincomplete-call.c9 void func(void *p) { in func() function

12345678910>>...18