alloclhs         1789 src/decNumber/decNumber.c   decNumber *alloclhs=NULL;        // non-NULL if rounded lhs allocated
alloclhs         1820 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, &status);
alloclhs         1821 src/decNumber/decNumber.c         if (alloclhs==NULL) break;
alloclhs         1822 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         2107 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);   // ..
alloclhs         3578 src/decNumber/decNumber.c   decNumber *alloclhs=NULL;        // non-NULL if rounded lhs allocated
alloclhs         3601 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, status);
alloclhs         3602 src/decNumber/decNumber.c         if (alloclhs==NULL) break;
alloclhs         3603 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         3888 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);        // ..
alloclhs         3967 src/decNumber/decNumber.c   decNumber *alloclhs=NULL;        // non-NULL if rounded lhs allocated
alloclhs         4012 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, status);
alloclhs         4013 src/decNumber/decNumber.c         if (alloclhs==NULL) break;
alloclhs         4014 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         4532 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);   // ..
alloclhs         4631 src/decNumber/decNumber.c     decNumber *alloclhs=NULL;      // -> allocated buffer, iff allocated
alloclhs         4667 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, status);
alloclhs         4668 src/decNumber/decNumber.c         if (alloclhs==NULL) break;
alloclhs         4669 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         4868 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);   // ..
alloclhs         5542 src/decNumber/decNumber.c   decNumber *alloclhs=NULL;        // non-NULL if rounded lhs allocated
alloclhs         5556 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, status);
alloclhs         5557 src/decNumber/decNumber.c         if (alloclhs==NULL) break;
alloclhs         5558 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         5672 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);   // ..
alloclhs         5711 src/decNumber/decNumber.c   decNumber *alloclhs=NULL;        // non-NULL if rounded lhs allocated
alloclhs         5722 src/decNumber/decNumber.c         alloclhs=decRoundOperand(lhs, set, status);
alloclhs         5723 src/decNumber/decNumber.c         if (alloclhs==NULL) {result=BADINT; break;}
alloclhs         5724 src/decNumber/decNumber.c         lhs=alloclhs;
alloclhs         5856 src/decNumber/decNumber.c   if (alloclhs!=NULL) FREE(alloclhs);   // ..