/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
H A D | many_args_method.m | 10 + (int) sumInteger: (int)a withInteger: (int)b; argument 11 + (int) sum: (int)a : (int)b; argument 12 + (int) sumInteger: (int)a withInteger: (int)b withInteger: (int)c; argument 13 + (int) sum: (int)a : (int)b : (int)c; argument 21 + (int) sum: (int)a : (int)b argument 25 + (int) sumInteger: (int)a withInteger: (int)b withInteger: (int)c argument 29 + (int) sum: (int)a : (int)b : (int)c argument 36 int main (void) argument
|
H A D | nil_method-1.m | 14 - (void) testVoidWithA: (int)a; argument 17 - (void) testVoidWithA: (int)a andB: (int)b; argument 20 - (void) voidSum: (int)firstNumber, ...; argument 21 - (id) sum: (int)firstNumber, ...; argument
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument 49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument 65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument 176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, in INTERCEPTOR() argument 204 INTERCEPTOR(int, pthread_cond_signal, pthread_cond_t *c) { in INTERCEPTOR() argument [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | nestfunc-2.c | 46 foo (int a, int b, int (* fp) (int, int, int, int, int, int, int)) in foo() argument
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 836 WRAPPER2(int, fclose, FILE *stream) in WRAPPER2() argument 873 WRAPPER2(int, fgetc, FILE *stream) in WRAPPER2() argument 892 WRAPPER2(int, getc, FILE *stream) in WRAPPER2() argument 954 WRAPPER2(int, puts, const char *s) in WRAPPER2() argument 973 WRAPPER2(int, feof, FILE *stream) in WRAPPER2() argument 982 WRAPPER2(int, ferror, FILE *stream) in WRAPPER2() argument 991 WRAPPER2(int, fileno, FILE *stream) in WRAPPER2() argument 1143 WRAPPER2(int, fflush, FILE *stream) in WRAPPER2() argument 1297 WRAPPER2(int, closedir, DIR *dir) in WRAPPER2() argument 1576 WRAPPER2(int, pclose, FILE *stream) in WRAPPER2() argument [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 385 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR() argument 399 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument 503 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument 641 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() argument 1046 TSAN_INTERCEPTOR(int, pthread_create, in TSAN_INTERCEPTOR() argument 1723 TSAN_INTERCEPTOR(int, dup, int oldfd) { in TSAN_INTERCEPTOR() argument 1843 TSAN_INTERCEPTOR(int, close, int fd) { in TSAN_INTERCEPTOR() argument 1851 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument 2227 TSAN_INTERCEPTOR(int, raise, int sig) { in TSAN_INTERCEPTOR() argument 2289 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
H A D | ns1.C | 2 int eine_funktion(int) in eine_funktion() argument 7 int eine_funktion(int,int) in eine_funktion() argument 13 int main(int,char**) in main() argument
|
H A D | alias1.C | 2 int eine_funktion(int) in eine_funktion() argument 9 void eine_funktion(int,int) in eine_funktion() argument
|
H A D | alias5.C | 2 int eine_funktion(int) in eine_funktion() argument 9 void eine_funktion(int,int) in eine_funktion() argument
|
H A D | ns11.C | 13 void A::f(int){} // ERROR - B does not surround A in f() argument 18 void A::f(int,int){} // ok in f() argument
|
H A D | ns3.C | 3 void eine_funktion(int) in eine_funktion() argument 10 void eine_funktion(int,int) in eine_funktion() argument
|
H A D | overload1.C | 10 int f(int){ in f() argument 16 int f(int,int) in f() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | fsyntax-only.m | 6 -(void) my_method:(int) i with:(int) j; argument 10 -(void) my_method:(int) i with:(int) j { } argument
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | messages_members.cc | 43 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() argument 49 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/usr.bin/ssh/ |
H A D | atomicio.c | 43 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() 84 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() 93 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() argument 159 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov() argument
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | write.c | 85 void FDECL2(set_721, char *, pnt, unsigned int, i) in FDECL2() 91 void FDECL2(set_722, char *, pnt, unsigned int, i) in FDECL2() 97 void FDECL2(set_723, char *, pnt, unsigned int, i) in FDECL2() 103 void FDECL2(set_731, char *, pnt, unsigned int, i) in FDECL2() 111 void FDECL2(set_732, char *, pnt, unsigned int, i) in FDECL2() 127 void FDECL2(set_733, char *, pnt, unsigned int, i) in FDECL2() 135 void FDECL4(xfwrite, void *, buffer, int, count, int, size, FILE *, file) in FDECL4() argument 239 unsigned int, size, FILE *, outfile, unsigned int, off) in FDECL4() 1461 int FDECL1(oneblock_size, int, starting_extent) in FDECL1() argument 1706 int FDECL1(get_adj_size, int, Csize) in FDECL1() argument [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | messages_members.cc | 44 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() argument 64 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/usr.sbin/vmd/ |
H A D | atomicio.c | 46 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() 82 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() 91 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() argument 152 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov() argument
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | templates.cc | 102 int g(int, const int, volatile int) in g() argument 104 int g(R, int&, const int&, volatile int&) in g() argument 106 int g(int*, const int*, volatile int*) in g() argument 108 int g(S, int*&, const int*&, volatile int*&) in g() argument 111 signed int g(T, signed int, const signed int, volatile signed int) in g() 113 signed int g(T, R, signed int&, const signed int&, volatile signed int&) in g() 115 signed int g(T, signed int*, const signed int*, volatile signed int*) in g() 117 signed int g(T, S, signed int*&, const signed int*&, volatile signed int*&) in g() 120 unsigned int g(unsigned int, const unsigned int, volatile unsigned int) in g() 122 unsigned int g(R, unsigned int&, const unsigned int&, volatile unsigned int&) in g() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb87.C | 5 inline Bar<0> bar(int,int,int) { return Bar<3>(); } // ERROR - no conversion in bar() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument 45 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument 49 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument 53 static void GracefulExitHandler(int, siginfo_t *, void *) { in GracefulExitHandler() argument 57 static void FileSizeExceedHandler(int, siginfo_t *, void *) { in FileSizeExceedHandler() argument 62 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | restrict1.C | 23 void A::g2 (int *) {} in g2() argument 29 void A::g4 (int *) {} in g4() argument 46 template <class T> void X<T>::g2 (int *) {} in g2() argument 50 template <class T> void X<T>::g4 (int *) {} in g4() argument
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | larchintrin.h | 110 #define __cacop_w(/*uimm5*/ _1, /*unsigned int*/ _2, /*simm12*/ _3) \ argument 115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _3) \ argument 132 #define __csrwr_w(/*unsigned int*/ _1, /*ui14*/ _2) \ argument 135 #define __csrxchg_w(/*unsigned int*/ _1, /*unsigned int*/ _2, /*ui14*/ _3) \ argument 143 #define __csrwr_d(/*unsigned long int*/ _1, /*ui14*/ _2) \ argument 147 #define __csrxchg_d(/*unsigned long int*/ _1, /*unsigned long int*/ _2, \ argument 224 #define __lddir_d(/*long int*/ _1, /*ui5*/ _2) \ argument 227 #define __ldpte_d(/*long int*/ _1, /*ui5*/ _2) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | warn7.C | 19 X::X(int) in X() argument 22 void X::foo (int) in foo() argument 25 void foo (int) in foo() argument
|
/openbsd/lib/libc/stdio/ |
H A D | funopen.c | 39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() argument
|