Home
last modified time | relevance | path

Searched refs:PEGETCLASSCOMPILE (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dclass.c65 return( PEGETCLASSCOMPILE( instance ) ); in class_get_compile()
191 name, IOBJECT( PEGETCLASSCOMPILE( instance )->sym )->name ); in class_get_member()
841 super_compile = PEGETCLASSCOMPILE( &arg0 ); in class_new_super()
930 Compile *compile = PEGETCLASSCOMPILE( instance ); in class_clone_args()
1017 IOBJECT( PEGETCLASSCOMPILE( instance )->sym )->name, in class_typecheck_error()
H A Dheapmodel.c265 sym = PEGETCLASSCOMPILE( &expr->root )->sym; in heapmodel_name()
H A Ditext.c253 Compile *compile = PEGETCLASSCOMPILE( base ); in itext_decompile_element()
397 Compile *compile = PEGETCLASSCOMPILE( base ); in itext_add_element()
H A Dheap.h270 #define PEGETCLASSCOMPILE(P) (COMPILE(GETLEFT(PEGETVAL(P)))) macro
H A Dreduce.c844 symbol_qualified_name( PEGETCLASSCOMPILE( instance )->sym, &buf ); in reduce_is_instanceof_exact()
H A Drow.c880 *IOBJECT( PEGETCLASSCOMPILE( root )->sym )->name == in row_new_heap()
H A Daction.c132 symbol_qualified_name( PEGETCLASSCOMPILE( a )->sym, &buf3 ); in action_nomerror()