Searched refs:nptrs (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gbl-ctors.h | 78 unsigned long nptrs = (unsigned long) __CTOR_LIST__[0]; \ 80 if (nptrs == (unsigned long)-1) \ 81 for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++); \ 82 for (i = nptrs; i >= 1; i--) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gbl-ctors.h | 82 unsigned long nptrs = (unsigned long) __CTOR_LIST__[0]; \ 84 if (nptrs == (unsigned long)-1) \ 85 for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++); \ 86 for (i = nptrs; i >= 1; i--) \
|
| /openbsd/src/regress/gnu/lib/libexecinfo/ |
| D | t_backtrace.c | 66 size_t j, nptrs, min_frames, max_frames; in myfunc3() local 77 nptrs = backtrace(buffer, __arraycount(buffer)); in myfunc3() 78 ATF_REQUIRE(nptrs != (size_t)-1); in myfunc3() 79 strings = backtrace_symbols_fmt(buffer, nptrs, "%n"); in myfunc3() 84 nptrs, ncalls, min_frames, max_frames); in myfunc3() 86 for (j = 0; j < nptrs; j++) { in myfunc3() 90 ATF_REQUIRE(nptrs >= ncalls + 2 + min_frames); in myfunc3() 91 ATF_REQUIRE(nptrs <= ncalls + 2 + max_frames); in myfunc3() 98 for (size_t i = 0; j < nptrs; i++, j++) { in myfunc3()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | pbb.h | 136 #define DO_GLOBAL_DTORS_BODY {int nptrs = *(int *)__DTOR_LIST__; int i; \ 137 if (nptrs == -1 || (__DTOR_LIST__[0] == 0 && __DTOR_LIST__[1] != 0)) \ 138 for (nptrs = 0; __DTOR_LIST__[nptrs + 1] != 0; nptrs++); \ 139 for (i = nptrs; i >= 1; i--) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frvbegin.c | 120 unsigned long nptrs = (unsigned long) __CTOR_LIST__[0]; in __do_global_ctors() local 123 if (nptrs == (unsigned long)-1) in __do_global_ctors() 124 for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++); in __do_global_ctors() 126 for (i = nptrs; i >= 1; i--) in __do_global_ctors()
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frvbegin.c | 130 unsigned long nptrs = (unsigned long) __CTOR_LIST__[0]; in __do_global_ctors() local 133 if (nptrs == (unsigned long)-1) in __do_global_ctors() 134 for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++); in __do_global_ctors() 136 for (i = nptrs; i >= 1; i--) in __do_global_ctors()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| D | pbd.h | 77 #define DO_GLOBAL_DTORS_BODY {int nptrs = *(int *)__DTOR_LIST__; int i; \ 78 if (nptrs == -1 || (__DTOR_LIST__[0] == 0 && __DTOR_LIST__[1] != 0)) \ 79 for (nptrs = 0; __DTOR_LIST__[nptrs + 1] != 0; nptrs++); \ 80 for (i = nptrs; i >= 1; i--) \
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | interix.h | 94 unsigned long nptrs; \ 102 for (nptrs = 0; p[nptrs] != 0; nptrs++); \ 103 for (i = nptrs-1; i >= 0; i--) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | interix.h | 98 unsigned long nptrs; \ 106 for (nptrs = 0; p[nptrs] != 0; nptrs++); \ 107 for (i = nptrs-1; i >= 0; i--) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | typeck.c | 1065 comp_cv_target_types (ttl, ttr, nptrs) in comp_cv_target_types() argument 1067 int nptrs; 1079 t = comp_target_types (ttl, ttr, nptrs); 1100 comp_target_types (ttl, ttr, nptrs) in comp_target_types() argument 1102 int nptrs; 1118 && nptrs > 0) 1154 return comp_target_types (ttl, ttr, nptrs - 1); 1156 return comp_cv_target_types (ttl, ttr, nptrs - 1); 1247 if (comp_cv_target_types (ttl, ttr, nptrs) == 1) 1254 if (nptrs < 0)
|
| D | ChangeLog.2 | 9196 a pointer if nptrs == 0. Fix OFFSET_TYPE handling. 9197 (build_ptrmemfunc): Pass 1 to nptrs. 13839 is independent of nptrs.
|
| D | ChangeLog.1 | 2010 nptrs > 0.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog-1997 | 164 is independent of nptrs.
|
| D | ChangeLog-1998 | 2408 a pointer if nptrs == 0. Fix OFFSET_TYPE handling. 2409 (build_ptrmemfunc): Pass 1 to nptrs.
|
| D | ChangeLog-1995 | 2361 nptrs > 0.
|