Home
last modified time | relevance | path

Searched refs:INCREF (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/dports/lang/pcc/pcc-1.1.0/arch/nova/
H A Dlocal.c81 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || in clocal()
82 t == INCREF(BOOL) || t == INCREF(VOID)) in clocal()
86 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || in clocal()
87 t == INCREF(BOOL) || t == INCREF(VOID)) in clocal()
389 r->n_sp->stype = INCREF(p->n_type)+(FTN-PTR); in myp2tree()
453 if (t == INCREF(CHAR) || t == INCREF(UCHAR) || t == INCREF(VOID)) in offcon()
H A Dlocal2.c442 if (p->n_type == INCREF(CHAR) || p->n_type == INCREF(UCHAR)) in adrput()
614 l = mklnode(REG, 0, FPREG, INCREF(q->n_type)); in storemod()
616 p = mkbinode(PLUS, l, r, INCREF(q->n_type)); in storemod()
/dports/lang/pcc/pcc-1.1.0/arch/m68k/
H A Dcode.c104 p = buildtree(UMUL, tempnode(sttemp, INCREF(STRTY), in efcode()
106 q = block(REG, 0, 0, INCREF(STRTY), cftnsp->sdf, cftnsp->sap); in efcode()
138 n = tempnode(0, INCREF(CHAR), 0, 0); in bfcode()
139 p = block(REG, 0, 0, INCREF(CHAR), 0, 0); in bfcode()
249 f = block(PLUS, f, bcon(8), INCREF(PTR+VOID), 0, 0); in builtin_return_address()
288 return block(PLUS, f, bcon(16), INCREF(PTR+VOID), 0, 0); in builtin_cfa()
/dports/lang/pcc/pcc-1.1.0/arch/pdp10/
H A Dlocal.c136 l->n_type == INCREF(STRTY) && in clocal()
137 (p->n_type == INCREF(CHAR) || in clocal()
138 p->n_type == INCREF(UCHAR) || in clocal()
139 p->n_type == INCREF(SHORT) || in clocal()
140 p->n_type == INCREF(USHORT))) { in clocal()
149 if (p->n_type == INCREF(CHAR) || in clocal()
150 p->n_type == INCREF(UCHAR) || in clocal()
151 p->n_type == INCREF(VOID)) in clocal()
154 else if (p->n_type == INCREF(SHORT) || in clocal()
155 p->n_type == INCREF(USHORT)) in clocal()
[all …]
/dports/lang/pcc/pcc-1.1.0/arch/powerpc/
H A Dcode.c213 INCREF(sym->stype), sym->sdf, sym->sap); in param_double()
262 p = block(REG, NIL, NIL, INCREF(sym->stype), in param_float()
294 q = block(REG, NIL, NIL, INCREF(cftnsp->stype), in param_retstruct()
736 strtbl->stype = INCREF(UCHAR);
743 t = tempnode(0, INCREF(UNSIGNED), 0, 0);
747 r = tempnode(regno(t), INCREF(UNSIGNED), 0, 0);
878 strtbl->stype = INCREF(UCHAR);
886 t = tempnode(0, INCREF(UNSIGNED), 0, 0);
890 r = tempnode(regno(t), INCREF(UNSIGNED), 0, 0);
1261 TWORD ty = INCREF(p->n_type); in movearg_float()
[all …]
/dports/lang/pcc/pcc-1.1.0/arch/mips/
H A Dcode.c127 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
129 p = tempnode(0, INCREF(ty), 0, cftnsp->sap); in efcode()
134 q = tempnode(tempnr, INCREF(ty), 0, cftnsp->sap); in efcode()
137 p = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
143 q = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
144 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
692 p->n_right = block(CM, q, r, INCREF(ty), in funcode()
697 t->n_left = block(CM, q, t->n_left, INCREF(ty), in funcode()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DRefnanny_proto_251246e7dae1dc172351bab7073efbf5de224e2b.h6 void (*INCREF)(void*, PyObject*, Py_ssize_t); member
37 #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), (__LINE__))
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Runtime/
H A Drefnanny.pyx141 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno): function
176 void (*INCREF)(PyObject*, PyObject*, int)
184 api.INCREF = INCREF
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Runtime/
H A Drefnanny.pyx141 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno): function
176 void (*INCREF)(PyObject*, PyObject*, int)
184 api.INCREF = INCREF
/dports/lang/cython/Cython-0.29.24/Cython/Runtime/
H A Drefnanny.pyx141 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno): function
176 void (*INCREF)(PyObject*, PyObject*, int)
184 api.INCREF = INCREF
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Runtime/
H A Drefnanny.pyx141 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno): function
176 void (*INCREF)(PyObject*, PyObject*, int)
184 api.INCREF = INCREF
/dports/lang/pcc/pcc-1.1.0/arch/amd64/
H A Dcode.c175 r = block(REG, NIL, NIL, INCREF(t), sp->sdf, sp->sap); in efcode()
178 l = tempnode(stroffset, INCREF(t), sp->sdf, sp->sap); in efcode()
186 p = block(REG, NIL, NIL, INCREF(LDOUBLE), 0, 0); in efcode()
190 p = block(REG, NIL, NIL, INCREF(LDOUBLE), 0, 0); in efcode()
211 p = block(REG, NIL, NIL, INCREF(t2), 0, 0); in efcode()
216 p = block(REG, NIL, NIL, INCREF(t1), 0, 0); in efcode()
626 r = ccast(r, INCREF(dp->n_type), 0, dp->n_df, dp->n_ap); in mkvacall()
1103 if ((l = p->n_left)->n_type == INCREF(FTN)+STRTY || in funcode()
1104 l->n_type == INCREF(FTN)+UNIONTY) { in funcode()
1185 f = block(PLUS, f, bcon(8), INCREF(PTR+VOID), 0, 0); in builtin_return_address()
[all …]
H A Dlocal.c111 q = block(NAME, NIL, NIL, INCREF(p->n_type), p->n_df, p->n_ap); in picext()
181 s = ccopy(r = tempnode(0, INCREF(p->n_type), p->n_df, p->n_ap)); in tlspic()
193 r = block(COMOP, r, s, INCREF(p->n_type), p->n_df, p->n_ap); in tlspic()
217 s = ccopy(r = tempnode(0, INCREF(p->n_type), p->n_df, p->n_ap)); in tlsinitialexec()
227 r = block(COMOP, r, s, INCREF(p->n_type), p->n_df, p->n_ap); in tlsinitialexec()
/dports/lang/cython-devel/cython-2b1e743/Cython/Runtime/
H A Drefnanny.pyx139 cdef void INCREF(PyObject* ctx, PyObject* obj, Py_ssize_t lineno): function
174 void (*INCREF)(PyObject*, PyObject*, Py_ssize_t)
182 api.INCREF = INCREF
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dcode.c321 q = cast(q, INCREF(t), 0); in addreg()
381 l = block(REG, 0, 0, INCREF(VOID), 0, 0); in funcode()
383 l = block(FUNARG, l, 0, INCREF(VOID), 0, 0); in funcode()
438 f = block(PLUS, f, bcon(2), INCREF(PTR+VOID), 0, 0); in builtin_return_address()
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dputscj.c1023 p = mklnode(REG, 0, reg, INCREF(type)); in oregtree()
1025 return mkunode(UMUL, mkbinode(PLUS, p, q, INCREF(type)), 0, type); in oregtree()
1056 p = mklnode(REG, 0, AUTOREG, INCREF(type2)); in putaddr()
1060 p = mklnode(REG, 0, AUTOREG, INCREF(type2)); in putaddr()
1068 p1 = mkbinode(PLUS, p1, p2, INCREF(type2)); in putaddr()
1069 p = mkbinode(PLUS, p, p1, INCREF(type2)); in putaddr()
1076 ARGREG, INCREF(type2)|funct); in putaddr()
1083 p1 = mkbinode(PLUS, p1, p2, INCREF(type2)); in putaddr()
1087 p = mkbinode(PLUS, p, p1, INCREF(type2)); in putaddr()
1095 ARGREG, INCREF(type2)|funct); in putaddr()
[all …]
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dcode.c469 q = cast(q, INCREF(t), 0);
535 l = block(REG, 0, 0, INCREF(VOID), 0, 0);
537 l = block(FUNARG, l, 0, INCREF(VOID), 0, 0);
605 f = block(PLUS, f, bcon(4), INCREF(PTR+VOID), 0, 0);
/dports/lang/pcc/pcc-1.1.0/arch/vax/
H A Dcode.c428 f = block(REG, NIL, NIL, INCREF(PTR+CHAR), 0, 0); in builtin_return_address()
432 bcon(16), INCREF(PTR+CHAR), 0, 0), NIL, PTR+CHAR, 0, 0); in builtin_return_address()
460 bcon(12), INCREF(PTR+CHAR), 0, 0), in builtin_frame_address()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dclosure_inside_cdef_T554.pyx15 return g(x) # faults@ INCREF(.*cur_scope->.*v_x
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dclosure_inside_cdef_T554.pyx15 return g(x) # faults@ INCREF(.*cur_scope->.*v_x
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/head/
H A Dsyms.h155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK)) macro
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dpass1.h140 #define TNULL INCREF(FARG) /* pointer to FARG -- impossible type */
141 #define TELLIPSIS INCREF(INCREF(FARG))
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dpass1.h137 #define TNULL INCREF(FARG) /* pointer to FARG -- impossible type */
138 #define TELLIPSIS INCREF(INCREF(FARG))
/dports/lang/pcc/pcc-1.1.0/arch/arm/
H A Dcode.c622 TWORD ty = INCREF(p->n_type); in movearg_float()
671 TWORD ty = INCREF(p->n_type); in movearg_double()
835 p->n_right = block(CM, q, r, INCREF(ty), l->n_df, l->n_ap); in retstruct()
839 t->n_left = block(CM, q, t->n_left, INCREF(ty), in retstruct()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dtuple.pxd39 # PyTuple_SET_ITEM steals a reference, so we need to INCREF

12345678910>>...37