Home
last modified time | relevance | path

Searched refs:needsRef (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h237 #define needsRef(w) (tag(w) <= TAG_ATTVAR) macro
239 #define needsRef(w) isVar(w) macro
264 #define canBind(w) needsRef(w)
H A Dpl-attvar.c112 wake[1] = needsRef(*name) ? makeRef(name) : *name; in registerWakeup()
113 wake[2] = needsRef(*value) ? makeRef(value) : *value; in registerWakeup()
H A Dpl-list.c496 p[1] = (needsRef(*sl->item.term) ? makeRef(sl->item.term) in put_sort_list()
H A Dpl-trace.c838 *argp++ = (needsRef(*a) ? makeRef(a) : *a); in put_frame_goal()
2217 *argp = (needsRef(*a) ? makeRef(a) : *a); in prolog_frame_attribute()
H A Dpl-fli.c121 if ( needsRef(*p) ) in linkVal__LD()
126 if ( unlikely(needsRef(w)) ) in linkVal__LD()
4029 setHandle(plain, needsRef(*a1) ? makeRef(a1) : *a1); in PL_strip_module_ex__LD()
4037 setHandle(plain, needsRef(*p) ? makeRef(p) : *p); in PL_strip_module_ex__LD()
H A Dpl-vmi.c644 { varFrame(FR, *PC++) = (needsRef(*ARGP) ? makeRef(ARGP) : *ARGP);
784 varFrame(FR, *PC++) = (needsRef(*p) ? makeRef(p) : *p);
786 varFrame(FR, *PC++) = (needsRef(*p) ? makeRef(p) : *p);
2884 { ap[i] = needsRef(*fa) ? makeRef(fa) : *fa;
H A Dpl-wam.c844 } else if ( needsRef(*l) ) in unify_gl()
1533 { p2[2] = (needsRef(*p) ? makeRef(p) : *p); in m_qualify_argument()
H A Dpl-prims.c2584 *p++ = needsRef(*h) ? makeRef(h) : *h;
3411 { *valTermRef(goal) = needsRef(*t) ? makeRef(t) : *t; in free_variables_loop()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/
H A DIntSizeHash.h51 static const bool needsRef = false;
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dsurface.go95 func NewSurface(s uintptr, needsRef bool) *Surface {
97 if needsRef {
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dsurface.go112 func NewSurface(s uintptr, needsRef bool) *Surface {
114 if needsRef {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dsurface.go112 func NewSurface(s uintptr, needsRef bool) *Surface {
114 if needsRef {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dsurface.go112 func NewSurface(s uintptr, needsRef bool) *Surface {
114 if needsRef {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dsurface.go112 func NewSurface(s uintptr, needsRef bool) *Surface {
114 if needsRef {
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGGlyphMap.h42 static const bool needsRef = false;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h396 static const bool needsRef = false; member
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h396 static const bool needsRef = false; member
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h396 static const bool needsRef = false; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h420 static const bool needsRef = false; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2007-10-1411620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs
11621 explicit reference counting. If the type itself has needsRef true, but the storage
11622 type has needsRef false, then the HashSet or HashMap has to handle the reference
H A DChangeLog-2008-08-1017038 * wtf/HashTraits.h: Removed StorageTraits, needsRef, PairBaseHashTraits,
17184 HashKeyStorageTraits. We'll remove that, and the needsRef data member, later.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1411620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs
11621 explicit reference counting. If the type itself has needsRef true, but the storage
11622 type has needsRef false, then the HashSet or HashMap has to handle the reference
H A DChangeLog-2008-08-1017038 * wtf/HashTraits.h: Removed StorageTraits, needsRef, PairBaseHashTraits,
17184 HashKeyStorageTraits. We'll remove that, and the needsRef data member, later.
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1411620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs
11621 explicit reference counting. If the type itself has needsRef true, but the storage
11622 type has needsRef false, then the HashSet or HashMap has to handle the reference
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1411620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs
11621 explicit reference counting. If the type itself has needsRef true, but the storage
11622 type has needsRef false, then the HashSet or HashMap has to handle the reference

12