Searched refs:apply_tm_attr (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.h | 39 extern void apply_tm_attr (tree, tree);
|
| H A D | attribs.c | 848 apply_tm_attr (tree fndecl, tree attr) in apply_tm_attr() function
|
| H A D | tree.c | 10548 apply_tm_attr (decl, get_identifier ("transaction_pure")); in set_call_expr_flags()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.h | 40 extern void apply_tm_attr (tree, tree);
|
| H A D | attribs.cc | 1004 apply_tm_attr (tree fndecl, tree attr) in apply_tm_attr() function
|
| H A D | tree.cc | 9640 apply_tm_attr (decl, get_identifier ("transaction_pure")); in set_call_expr_flags()
|
| H A D | ChangeLog-2011 | 4121 * attribs.c (apply_tm_attr): New. 4276 (apply_tm_attr): Declare.
|
| H A D | ChangeLog-2013 | 8119 (apply_tm_attr): Moved to attribs.h.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | except.cc | 664 apply_tm_attr (itm_fn, get_identifier ("transaction_pure")); in build_throw() 809 apply_tm_attr (rethrow_fn, get_identifier ("transaction_pure")); in build_throw()
|
| H A D | class.cc | 5265 apply_tm_attr (fndecl, tm_mask_to_attr (least_bit_hwi (found))); in set_one_vmethod_tm_attributes() 5320 apply_tm_attr (fndecl, class_tm_attr); in set_method_tm_attributes()
|
| H A D | decl.cc | 5131 apply_tm_attr (fn, get_identifier ("transaction_safe")); in push_cp_library_fn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | except.c | 714 apply_tm_attr (itm_fn, get_identifier ("transaction_pure")); in build_throw() 864 apply_tm_attr (rethrow_fn, get_identifier ("transaction_pure")); in build_throw()
|
| H A D | class.c | 5213 apply_tm_attr (fndecl, tm_mask_to_attr (least_bit_hwi (found))); in set_one_vmethod_tm_attributes() 5268 apply_tm_attr (fndecl, class_tm_attr); in set_method_tm_attributes()
|
| H A D | decl.c | 4844 apply_tm_attr (fn, get_identifier ("transaction_safe")); in push_cp_library_fn()
|