Home
last modified time | relevance | path

Searched refs:TAG_REFERENCE (Results 1 – 15 of 15) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h137 #define TAG_REFERENCE 0x00000007L /* Reference pointer */ macro
227 #define isRef(w) (tag(w) == TAG_REFERENCE)
228 #define isRefL(w) (tagex(w) == (TAG_REFERENCE|STG_LOCAL))
233 #define makeRefL(p) consPtr(p, TAG_REFERENCE|STG_LOCAL)
234 #define makeRefG(p) consPtr(p, TAG_REFERENCE|STG_GLOBAL)
H A Dpl-copyterm.c174 case TAG_REFERENCE: in can_share()
253 case TAG_REFERENCE: in mark_for_copy()
408 { case TAG_REFERENCE: in copy_term()
555 case TAG_REFERENCE: in do_copy_term()
H A Dpl-gc.c853 { case TAG_REFERENCE: in mark_variable()
942 { case TAG_REFERENCE: in mark_variable()
1160 assert(LARGP != TAG_ATTVAR && LARGP != TAG_REFERENCE); in argument_stack_to_term_refs()
1174 { *valTermRef(t) = consPtr(adr, STG_GLOBAL|TAG_REFERENCE); in argument_stack_to_term_refs()
1677 { while ( tagex(*p) == (TAG_REFERENCE|STG_LOCAL) ) in mark_local_variable()
3122 case TAG_REFERENCE: in is_downward_ref()
3147 case TAG_REFERENCE: in is_upward_ref()
H A Dpl-index.c139 case TAG_REFERENCE: in canIndex()
176 case TAG_REFERENCE: in indexOfWord()
H A Dpl-dict.c700 if ( tagex(*ap) == (TAG_REFERENCE|STG_LOCAL) ) in PL_get_dict_ex()
H A Dpl-comp.c4762 #define makeVarRef(i) ((i)<<LMASK_BITS|TAG_REFERENCE)
4763 #define isVarRef(w) ((tag(w) == TAG_REFERENCE && \
H A Dpl-arith.c941 case TAG_REFERENCE: in valueExpression()
H A Dpl-prims.c1542 case TAG_REFERENCE: in termHashValue()
H A Dpl-tabling.c2519 case TAG_REFERENCE: in indexOfWord()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dheap.c101 case TAG_REFERENCE: in heap_map()
574 case TAG_REFERENCE: in heap_mark_tree()
1706 else if( hn->type == TAG_REFERENCE ) { in copy_node()
2330 case TAG_REFERENCE: in lisp_node()
2536 case TAG_REFERENCE: in shell_node()
H A Dcompile.c1231 case TAG_REFERENCE: in compile_share_scan_node()
1334 hn1->type = TAG_REFERENCE; in compile_transform_reference()
1383 case TAG_REFERENCE: in compile_share_trim()
1419 if( hn->type == TAG_REFERENCE ) { in compile_transform_share()
H A Ddump.c127 case TAG_REFERENCE: return( "TAG_REFERENCE" ); in decode_NodeType()
H A Dheap.h43 #define TAG_REFERENCE (10) /* Reference to a common sub-expression */ macro
H A Daction.c544 case TAG_REFERENCE: in action_node_equal()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DIWorkbenchRegistryConstants.java1167 String TAG_REFERENCE = "reference"; //$NON-NLS-1$ field