C:/Users/Dennis/src/lang/russell.orig/src/pass3/is_local.h File Reference

Go to the source code of this file.

Defines

#define is_descendant(p, r)
#define is_local(p, r)   is_descendant(p -> id_last_definition, r)


Define Documentation

#define is_descendant ( p,
 ) 

Value:

((((p) -> post_num) < ((r) -> post_num)) \
        && (((p) -> pre_num) > ((r) -> pre_num)))

Definition at line 3 of file is_local.h.

Referenced by bld_analyze(), comp1_st(), eval_decl(), get_complexity(), on_dontsubst(), sigids(), and tsubst1().

#define is_local ( p,
 )     is_descendant(p -> id_last_definition, r)

Definition at line 7 of file is_local.h.

Referenced by cl_analyze(), get_complexity(), and import().


Generated on Fri Jan 25 10:39:49 2008 for russell by  doxygen 1.5.4