Home
last modified time | relevance | path

Searched defs:_CLDELETE (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/debug/
H A Dmem.h47 …#define _CLDELETE(x) if (x!=NULL){ CND_PRECONDITION(_LUCENE_ATOMIC_INT_GET((x)->__cl_refcount)>=0,… macro
50 #define _CLDELETE(x) {delete x;x=NULL;} macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/debug/
H A Dmem.h68 …#define _CLDELETE(x) if (x!=NULL){ CND_PRECONDITION((x)->__cl_refcount>=0,"__cl_refcount was < 0")… macro
71 #define _CLDELETE(x) if (x!=NULL){ LUCENE_BASE_CHECK(x); delete x; x=NULL; } macro