Home
last modified time | relevance | path

Searched defs:long (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dtemplates.cc129 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 Dnestfunc-3.c51 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 Darg7.C12 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 Dnull1.C6 void g(long) {} in g() argument
21 void l(long) {} in l() argument
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dlarchintrin.h115 #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 Dconstref1.C9 void bar (const long&) in bar()
H A Dstdarg1.C14 void foo (long p1, long, long p2, ...) in foo() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dspec3.C13 int foo (int i, const A<long>*) in foo()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Dice990323-3.C8 void f(long) in f() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ducs.c17 #define long +3 macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/
H A Ds-short-zf-longlong.c5 long long :0; member
H A Ds-long-zf-longlong.c5 long long :0; member
H A Ds-char-zf-longlong.c5 long long :0; member
H A Ds-float-zf-longlong.c5 long long :0; member
H A Ds-int-zf-longlong.c5 long long :0; member
H A Ds-longdouble-zf-longlong.c5 long long :0; member
H A Ds-double-zf-longlong.c5 long long :0; member
H A Ds-pointer-zf-longlong.c5 long long :0; member
H A Ds-longlong-zf-longlong.c5 long long :0; member
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp275 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 Dobstack.c142 _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 Druntime.c231 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 DdecNumberLocal.h70 #define long ?? /* .. 'int' or 'long' types from here on */ macro
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp511 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 Dfbsd-nat.c82 fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long, in fbsd_find_memory_regions()

12