Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-incl.h243 OCCURS_CHECK_ERROR enumerator
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-prims.c386 case OCCURS_CHECK_ERROR: in raw_unify_ptrs()
387 return unify_with_occurs_check(t1, t2, OCCURS_CHECK_ERROR PASS_LD); in raw_unify_ptrs()
676 { if ( mode == OCCURS_CHECK_ERROR ) in unify_with_occurs_check()
3503 case OCCURS_CHECK_ERROR: in unifiable_occurs_check()
H A Dpl-incl.h2437 OCCURS_CHECK_ERROR /* exception if rational tree would result */ enumerator
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-prologflag.c481 { *val = OCCURS_CHECK_ERROR; in getOccursCheckMask()