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 is_descendant | ( | p, | |||
| r | ) |
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, | |||
| r | ) | is_descendant(p -> id_last_definition, r) |
Definition at line 7 of file is_local.h.
Referenced by cl_analyze(), get_complexity(), and import().
1.5.4