Home
last modified time | relevance | path

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

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