Home
last modified time | relevance | path

Searched refs:PEISCLASS (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c131 if( PEISCLASS( a ) ) in action_nomerror()
344 if( PEISCLASS( a ) ) { in action_proc_dot()
1755 if( PEISCLASS( a ) ) in action_landlor()
1787 if( PEISCLASS( b ) ) in action_landlor()
1822 if( PEISCLASS( a ) ) in action_if()
2042 if( override && nargs == 2 && PEISCLASS( &a ) ) in action_dispatch()
2044 else if( override && nargs == 2 && PEISCLASS( &b ) ) in action_dispatch()
2046 else if( override && nargs == 1 && PEISCLASS( &b ) ) in action_dispatch()
H A Dheapmodel.c263 if( !row || !(expr = row->expr) || !PEISCLASS( &expr->root ) ) in heapmodel_name()
H A Dreduce.c405 if( !PEISCLASS( base ) ) in reduce_get_class()
824 if( PEISCLASS( klass ) ) in reduce_is_class()
859 if( !PEISCLASS( instance ) ) in reduce_is_instanceof()
1015 PEISLIST( out ) || PEISCLASS( out ) || PEISSYMREF( out ) || in is_WHNF()
H A Dclass.c43 if( !PEISCLASS( instance ) ) { in class_is_class()
88 if( !PEISCLASS( instance ) ) in class_map()
837 else if( PEISCLASS( &arg0 ) ) { in class_new_super()
H A Ditext.c252 else if( PEISCLASS( base ) ) { in itext_decompile_element()
396 else if( PEISCLASS( base ) ) { in itext_add_element()
H A Dbuiltin.c78 { return( PEISCLASS( base ) ); } in pe_is_class()
711 if( PEISCLASS( &rhs ) ) in apply_dir_call()
H A Dheap.h216 #define PEISCLASS(P) (PEISNODE(P) && PEGETVAL(P)->type == TAG_CLASS) macro
H A Drow.c879 if( is_super( row->sym ) && PEISCLASS( root ) && in row_new_heap()
897 row->is_class = PEISCLASS( root ) && row->sym->type != SYM_PARAM; in row_new_heap()