Home
last modified time | relevance | path

Searched refs:printFromToType (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCglue.c576 printFromToType (expr->left->ftype, toType); in initPointer()
1461 printFromToType (val->type, type); in printIvalFuncPtr()
1698 printFromToType (val->type, type); in printIvalPtr()
1853 printFromToType (itype, type->next); in printIval()
1858 printFromToType (itype, type); in printIval()
H A DSDCCsymt.h732 extern void printFromToType (sym_link *, sym_link *);
H A DSDCCast.c1004 printFromToType ((*actParm)->ftype, defParm->type); in processParms()
3017 printFromToType (orgType, newType); in checkPtrCast()
5456 printFromToType (RTYPE (tree), LTYPE (tree)); in decorateType()
5609 printFromToType (RTYPE (tree), LTYPE (tree)->next); in decorateType()
5615 printFromToType (RTYPE (tree), LTYPE (tree)); in decorateType()
5624 printFromToType (RTYPE (tree), LTYPE (tree)); in decorateType()
5747 printFromToType (RTYPE (tree), currFunc->type->next); in decorateType()
H A DSDCCsymt.c34 printFromToType (sym_link * from, sym_link * to) in printFromToType() function
3121 printFromToType (csym->type, sym->type); in checkFunction()
3208 printFromToType (exargs->type, checkValue->type); in checkFunction()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dglue.c1904 printFromToType (val->type, type); in pic14_printIvalFuncPtr()
1951 printFromToType (val->type, type); in pic14_printIvalPtr()
2048 printFromToType (itype, type->next); in pic14_printIval()
2054 printFromToType (itype, type); in pic14_printIval()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dglue.c412 printFromToType(expr->left->ftype, toType); in pic16_initPointer()
1042 printFromToType (val->type, type); in pic16_printIvalFuncPtr()
1115 printFromToType (val->type, type); in pic16_printIvalPtr()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog10933 * src/SDCCsymt.c (printFromToType): print in one go for make -j output,