Searched refs:can_free (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-pure-const.c | 93 looping (true), can_throw (true), can_free (true), in funct_state_d() 99 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d() 120 bool can_free; variable 601 local->can_free = true; in check_call() 636 local->can_free = true; in check_call() 813 local->can_free = true; in check_stmt() 822 local->can_free = true; in check_stmt() 1023 l->can_free = false; in analyze_function() 1059 && l->can_free) in analyze_function() 1134 if (l->can_free) in analyze_function() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-pure-const.cc | 95 looping (true), can_throw (true), can_free (true), in funct_state_d() 101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d() 122 bool can_free; member in funct_state_d 599 local->can_free = true; in check_call() 634 local->can_free = true; in check_call() 813 local->can_free = true; in check_stmt() 822 local->can_free = true; in check_stmt() 1068 l->can_free = false; in analyze_function() 1126 && l->can_free) in analyze_function() 1165 if (l->can_free) in analyze_function() [all …]
|
H A D | ChangeLog-2014 | 7797 * ipa-pure-const.c (struct funct_state_d): Add can_free field. 7798 (varying_state): Add true for can_free. 7800 local->can_free. 7802 local->can_free. 7803 (analyze_function): Clear local->can_free initially, continue 7804 calling check_stmt until all flags are computed, dump can_free 7806 (pure_const_write_summary): Write can_free flag. 7808 (propagate_pure_const): Propagate also can_free flag, set
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2001 | 3366 * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove. 3367 * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
|
H A D | ChangeLog-1998 | 6480 (can_free): Likewise for `size'.
|