/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | templates.cc | 129 long g(long, const long, volatile long) in g() argument 131 long g(R, long&, const long&, volatile long&) in g() argument 133 long g(long*, const long*, volatile long*) in g() argument 135 long g(S, long*&, const long*&, volatile long*&) in g() argument 138 signed long g(T, signed long, const signed long, volatile signed long) in g() 140 signed long g(T, R, signed long&, const signed long&, volatile signed long&) in g() 142 signed long g(T, signed long*, const signed long*, volatile signed long*) in g() 144 signed long g(T, S, signed long*&, const signed long*&, volatile signed long*&) in g() 147 unsigned long g(unsigned long, const unsigned long, volatile unsigned long) in g() 149 unsigned long g(S, unsigned long&, const unsigned long&, volatile unsigned long&) in g() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | nestfunc-3.c | 51 use (long (* func)(long, long), long a, long b) in use() argument 57 foo (long a, long b, long (* func) (long, long)) in foo() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arg7.C | 12 int ovf(unsigned long, short, short) { printf ("PASS\n"); return 0; } in ovf() 13 int ovf( int, short, unsigned long) { printf ("FAIL\n"); return 1; } in ovf()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | null1.C | 6 void g(long) {} in g() argument 21 void l(long) {} in l() argument
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | larchintrin.h | 115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
H A D | constref1.C | 9 void bar (const long&) in bar()
|
H A D | stdarg1.C | 14 void foo (long p1, long, long p2, ...) in foo() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | spec3.C | 13 int foo (int i, const A<long>*) in foo()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | ice990323-3.C | 8 void f(long) in f() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | ucs.c | 17 #define long +3 macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/ |
H A D | s-short-zf-longlong.c | 5 long long :0; member
|
H A D | s-long-zf-longlong.c | 5 long long :0; member
|
H A D | s-char-zf-longlong.c | 5 long long :0; member
|
H A D | s-float-zf-longlong.c | 5 long long :0; member
|
H A D | s-int-zf-longlong.c | 5 long long :0; member
|
H A D | s-longdouble-zf-longlong.c | 5 long long :0; member
|
H A D | s-double-zf-longlong.c | 5 long long :0; member
|
H A D | s-pointer-zf-longlong.c | 5 long long :0; member
|
H A D | s-longlong-zf-longlong.c | 5 long long :0; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 275 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument 300 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() argument 311 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument 321 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | obstack.c | 142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin() 187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC() argument 254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5() argument
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decNumberLocal.h | 70 #define long ?? /* .. 'int' or 'long' types from here on */ macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 511 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument 545 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() argument 563 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument 576 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | fbsd-nat.c | 82 fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long, in fbsd_find_memory_regions()
|