| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-pure-const.cc | 129 typedef class funct_state_d * funct_state; typedef in typeref:class:funct_state_d 131 /* The storage of the funct_state is abstracted because there is the 310 check_decl (funct_state local, 387 check_op (funct_state local, tree t, bool checking_write) 564 check_call (funct_state local, gcall *call, bool ipa) 701 check_decl ((funct_state)data, op, false, false); 703 check_op ((funct_state)data, op, false); 713 check_decl ((funct_state)data, op, true, false); 715 check_op ((funct_state)data, op, true); 725 check_decl ((funct_state)data, op, false, true) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-pure-const.cc | 127 typedef class funct_state_d * funct_state; typedef in typeref:class:funct_state_d 129 /* The storage of the funct_state is abstracted because there is the 299 check_decl (funct_state local, 376 check_op (funct_state local, tree t, bool checking_write) 553 check_call (funct_state local, gcall *call, bool ipa) 690 check_decl ((funct_state)data, op, false, false); 692 check_op ((funct_state)data, op, false); 702 check_decl ((funct_state)data, op, true, false); 704 check_op ((funct_state)data, op, true); 714 check_decl ((funct_state)data, op, false, true) [all...] |