Home
last modified time | relevance | path

Searched refs:nptrs (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dgbl-ctors.h78 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/
Dgbl-ctors.h82 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/
Dt_backtrace.c66 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/
Dpbb.h136 #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/
Dfrvbegin.c120 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/
Dfrvbegin.c130 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/
Dpbd.h77 #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/
Dinterix.h94 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/
Dinterix.h98 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/
Dtypeck.c1065 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)
DChangeLog.29196 a pointer if nptrs == 0. Fix OFFSET_TYPE handling.
9197 (build_ptrmemfunc): Pass 1 to nptrs.
13839 is independent of nptrs.
DChangeLog.12010 nptrs > 0.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-1997164 is independent of nptrs.
DChangeLog-19982408 a pointer if nptrs == 0. Fix OFFSET_TYPE handling.
2409 (build_ptrmemfunc): Pass 1 to nptrs.
DChangeLog-19952361 nptrs > 0.