Home
last modified time | relevance | path

Searched refs:_dealloc (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjCXX/
Dfunction-pointer-void-star.mm4 extern "C" id (*_dealloc)(id) ;
8 if (_dealloc == _original_dealloc) { }
9 if (_dealloc != _original_dealloc) { }
/external/jsilver/src/org/clearsilver/jni/
DJniCs.java68 _dealloc(csptr); in close()
147 private native void _dealloc(long ptr); in _dealloc() method in JniCs
DJniHdf.java80 _dealloc(hdfptr); in close()
403 private static native void _dealloc(long ptr);
/external/python/cpython2/Objects/
Dexceptions.c442 0, (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
458 (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \