Home
last modified time | relevance | path

Searched refs:IS_PTR (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCicode.c1354 else if (IS_PTR (operandType (left)) || IS_PTR (operandType (right))) in operandOperation()
1854 if (IS_PTR (ltype)) in getArraySizePtr()
1999 if (IS_PTR (ltype) && IS_PTR (rtype) && !IS_FUNCPTR (ltype) && warn_const) in checkPtrQualifiers()
2046 if (IS_LITERAL (opetype) && op->type == VALUE && !IS_PTR (type) && !IS_PTR (optype)) in geniCodeCast()
2293 if ((IS_PTR (ltype) || IS_ARRAY (ltype)) && (IS_PTR (rtype) || IS_ARRAY (rtype))) in geniCodeSubtract()
2409 if (IS_PTR (ltype)) in geniCodeAdd()
2437 if (IS_PTR (type) && !force) in aggrToPtr()
2456 if (IS_PTR (type) && !force) in aggrToPtrDclType()
2502 if (IS_PTR (ltype)) in geniCodeArray()
2575 if (IS_PTR (element->type)) in geniCodeStruct()
[all …]
H A DSDCCast.c949 if (IS_PTR (ftype) && !IS_GENPTR (ftype)) in processParms()
1489 if (IS_PTR (type)) in createIval()
2795 else if (IS_PTR (LTYPE (tree))) in getLeftResultType()
2800 if (IS_PTR (currFunc->type->next)) in getLeftResultType()
2928 if (IS_PTR (newType)) // to a pointer in checkPtrCast()
4257 …if ((IS_PTR (LTYPE (tree)) || IS_ARRAY (LTYPE (tree))) && (IS_PTR (RTYPE (tree)) || IS_ARRAY (RTYP… in decorateType()
4431 …if ((IS_ARRAY (LTYPE (tree)) || IS_PTR (LTYPE (tree))) && (IS_ARRAY (RTYPE (tree)) || IS_PTR (RTYP… in decorateType()
4723 if (!IS_PTR (LTYPE (tree))) in decorateType()
4852 if (!IS_PTR (LTYPE (tree))) in decorateType()
4966 else if (IS_PTR (LTYPE (tree)) && IS_PTR (RTYPE (tree))) in decorateType()
[all …]
H A DSDCCsymt.c421 if (IS_PTR (p) && DCL_TYPE (p) == UPOINTER) in pointerTypes()
427 if (!ptr || IS_SPEC (ptr) || !IS_PTR (ptr)) in pointerTypes()
430 if (IS_PTR (ptr) && DCL_TYPE (ptr) != UPOINTER) in pointerTypes()
2041 if (IS_PTR (p) && IS_FUNC (p->next)) in changePointer()
2242 IS_PTR (type2)) in computeType()
2247 IS_PTR (type1)) in computeType()
2264 else if (IS_PTR (type1) || IS_ARRAY (type1)) in computeType()
2266 else if (IS_PTR (type2) || IS_ARRAY (type2)) in computeType()
2635 if (IS_PTR (dest) && IS_ARRAY (src)) in compareType()
2652 else if (IS_PTR (dest) && IS_INTEGRAL (src)) in compareType()
[all …]
H A DSDCCglue.c60 else if (IS_PTR (val->type) && !IS_GENPTR (val->type)) in aopLiteralGptr()
564 (IS_ARRAY (expr->left->ftype) || IS_PTR (expr->left->ftype)) && in initPointer()
1551 if (IS_PTR (val->type)) in printIvalCharPtr()
1595 if (!IS_PTR (val->type) && !IS_FUNC (val->type)) in printIvalCharPtr()
1616 if (!IS_PTR (val->type) && !IS_FUNC (val->type)) in printIvalCharPtr()
1624 if (IS_PTR (val->type) && !IS_GENPTR (val->type)) in printIvalCharPtr()
1631 if (IS_PTR (val->type) && !IS_GENPTR (val->type)) in printIvalCharPtr()
1725 else if (IS_PTR (val->type)) in printIvalPtr()
1772 … (IS_PTR (val->type) ? DCL_TYPE (val->type) : PTR_TYPE (SPEC_OCLS (val->etype)))); in printIvalPtr()
1864 if (IS_PTR (type)) in printIval()
H A DSDCCcse.c1269 if (IS_GENPTR(ctype) && IS_PTR(otype)) in algebraicOpts()
2055 if (IS_PTR (t1) && in fixUpTypes()
2199 IS_PTR (operandType (IC_RESULT (ic)))) in cseBBlock()
2265 IS_PTR (operandType (IC_LEFT (ic)))) in cseBBlock()
2303 if (!IS_PTR (operandType (IC_LEFT (ic)))) in cseBBlock()
2321 if (!IS_PTR (operandType (IC_RESULT (ic)))) in cseBBlock()
2358 if (!IS_PTR (operandType (IC_RESULT (ic)))) in cseBBlock()
2526 IS_PTR (operandType (IC_RESULT (ic)))) in cseBBlock()
H A DSDCCsymt.h523 #define IS_PTR(x) (IS_DECL(x) && (DCL_TYPE(x) == POINTER || \ macro
531 #define IS_PTR_CONST(x) (IS_PTR(x) && DCL_PTR_CONST(x))
532 #define IS_PTR_RESTRICT(x) (IS_PTR(x) && DCL_PTR_RESTRICT(x))
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Drend_lib.cu203 #define IS_PTR(type) (type.basetype == OSL::TypeDesc::PTR) macro
214 if (IS_PTR(type) && name == StringParams::colorsystem) { in rend_get_userdata()
230 #undef IS_PTR
593 #define IS_PTR(type) (type.basetype == OSL::TypeDesc::PTR) macro
604 if (IS_PTR(type) && name == StringParams::colorsystem) { in rend_get_userdata()
620 #undef IS_PTR
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Drend_lib.cu203 #define IS_PTR(type) (type.basetype == OSL::TypeDesc::PTR) macro
214 if (IS_PTR(type) && name == StringParams::colorsystem) { in rend_get_userdata()
230 #undef IS_PTR
593 #define IS_PTR(type) (type.basetype == OSL::TypeDesc::PTR) macro
604 if (IS_PTR(type) && name == StringParams::colorsystem) { in rend_get_userdata()
620 #undef IS_PTR
/dports/irc/evangeline/evangeline-msa/modules/dns.mod/
H A Ddns.h64 #define IS_PTR(x) (x->state == STATE_PTRREQ) macro
/dports/irc/evangeline/evangeline/modules/dns.mod/
H A Ddns.h64 #define IS_PTR(x) (x->state == STATE_PTRREQ) macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/dns.mod/
H A Ddns.h65 #define IS_PTR(x) (x->state == STATE_PTRREQ) macro
/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dsymtab.h196 #define IS_PTR(x) (IS_DECL(x) && (DCL_TYPE(x) == POINTER || \ macro
203 #define IS_PTR_CONST(x) (IS_PTR(x) && DCL_PTR_CONST(x))
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/
H A Dpeep.c63 while (sym_lnk && !IS_PTR (sym_lnk)) in isReturned()
65 if(IS_PTR(sym_lnk)) in isReturned()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_types.h400 #define IS_PTR 14 macro
916 Z_TYPE_INFO_P(z) = IS_PTR; \
921 Z_TYPE_INFO_P(z) = IS_PTR; \
926 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_types.h429 #define IS_PTR 14 macro
955 Z_TYPE_INFO_P(z) = IS_PTR; \
960 Z_TYPE_INFO_P(z) = IS_PTR; \
965 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_types.h429 #define IS_PTR 14 macro
955 Z_TYPE_INFO_P(z) = IS_PTR; \
960 Z_TYPE_INFO_P(z) = IS_PTR; \
965 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_types.h400 #define IS_PTR 14 macro
916 Z_TYPE_INFO_P(z) = IS_PTR; \
921 Z_TYPE_INFO_P(z) = IS_PTR; \
926 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_types.h547 #define IS_PTR 13 macro
1098 Z_TYPE_INFO_P(z) = IS_PTR; \
1103 Z_TYPE_INFO_P(z) = IS_PTR; \
1108 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_types.h547 #define IS_PTR 13 macro
1098 Z_TYPE_INFO_P(z) = IS_PTR; \
1103 Z_TYPE_INFO_P(z) = IS_PTR; \
1108 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_types.h544 #define IS_PTR 13 macro
1081 Z_TYPE_INFO_P(z) = IS_PTR; \
1086 Z_TYPE_INFO_P(z) = IS_PTR; \
1091 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_types.h544 #define IS_PTR 13 macro
1081 Z_TYPE_INFO_P(z) = IS_PTR; \
1086 Z_TYPE_INFO_P(z) = IS_PTR; \
1091 Z_TYPE_INFO_P(z) = IS_PTR; \
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dsp_var_value.c91 (Z_TYPE_P(zvalue) == IS_INDIRECT || Z_TYPE_P(zvalue) == IS_PTR)) { in get_entry_hashtable()
/dports/devel/pecl-runkit7/runkit7-4.0.0a2/
H A Drunkit_classes.c42 ZEND_ASSERT(Z_TYPE_P(pDest) == IS_PTR); in php_runkit_remove_inherited_methods()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dglue.c1093 if (IS_PTR (val->type)) in pic14_printCharPtrLabel()
1130 ptype = IS_PTR (val->type) ? DCL_TYPE (val->type) : PTR_TYPE (SPEC_OCLS (val->etype)); in pic14_printPtrLabel()
1194 else if (IS_PTR (val->type)) in pic14_printValue()
1284 if (!IS_PTR (val->type) && !IS_FUNC (val->type)) in pic14_printCharPtrLiteral()
2060 if (IS_PTR (type)) in pic14_printIval()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dglue.c399 (IS_ARRAY(expr->left->ftype) || IS_PTR(expr->left->ftype)) && in pic16_initPointer()
1165 IS_STRUCT(type), IS_ARRAY(type), IS_PTR(type), IS_SPEC(type)); in pic16_printIval()
1231 IS_PTR(type) && DCL_TYPE(type)==CPOINTER) { in pic16_printIval()
1243 if (IS_PTR (type)) in pic16_printIval()

1234