Home
last modified time | relevance | path

Searched refs:STG_INLINE (Results 1 – 11 of 11) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-variant.c266 if ( storage(wl) == STG_INLINE || in isomorphic()
267 storage(wr) == STG_INLINE ) in isomorphic()
373 if ( storage(wl) == STG_INLINE || in variant()
374 storage(wr) == STG_INLINE ) in variant()
H A Dpl-data.h154 #define STG_INLINE STG_STATIC macro
292 #define isTaggedInt(w) (tagex(w) == (TAG_INTEGER|STG_INLINE))
321 #define valInteger(w) (storage(w) == STG_INLINE ? valInt(w) : valBignum(w))
H A Dpl-gmp.c361 { if ( storage(w) == STG_INLINE ) in get_integer()
386 { if ( storage(w) == STG_INLINE ) in get_rational()
H A Dpl-termhash.c102 if ( storage(term) == STG_INLINE ) in primitiveHashValue()
H A Dpl-prims.c324 if ( storage(w1) == STG_INLINE || in do_unify()
325 storage(w2) == STG_INLINE ) in do_unify()
430 if ( storage(w1) == STG_INLINE ||
431 storage(w2) == STG_INLINE )
1494 if ( storage(term) == STG_INLINE ) in termHashValue()
H A Dpl-comp.c227 #define is_portable_smallint(w) (tagex(w) == (TAG_INTEGER|STG_INLINE))
237 { if ( tagex(w) == (TAG_INTEGER|STG_INLINE) ) in is_portable_smallint__LD()
2234 if ( storage(*arg) != STG_INLINE ) in compileArgument()
2944 { if ( storage(*arg) == STG_INLINE ) in compileArithArgument()
4764 storage(w) == STG_INLINE) ? valInt(w) : -1)
H A Dpl-vmi.c2282 if ( isInteger(*a) && storage(*a) == STG_INLINE )
3279 if ( tagex(*p2) == (TAG_INTEGER|STG_INLINE) )
3503 if ( tagex(*np) == (TAG_INTEGER|STG_INLINE) )
H A Dpl-gc.c912 if ( storage(val) == STG_INLINE ) in mark_variable()
3117 if ( storage(val) == STG_INLINE ) in is_downward_ref()
3142 if ( storage(val) == STG_INLINE ) in is_upward_ref()
H A Dpl-index.c159 if ( storage(w) == STG_INLINE ) in indexOfWord()
H A Dpl-trie.c2628 if ( storage(w) == STG_INLINE) in compile_trie_value()
H A Dpl-tabling.c2502 if ( storage(w) == STG_INLINE ) in indexOfWord()