Home
last modified time | relevance | path

Searched refs:oldtsafe (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1775 tree oldtsafe = lookup_attribute ("transaction_safe", oldattrs); in match_builtin_function_types() local
1778 if (oldtsafe && !newtsafe) in match_builtin_function_types()
1780 else if (newtsafe && !oldtsafe) in match_builtin_function_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1790 tree oldtsafe = lookup_attribute ("transaction_safe", oldattrs); in match_builtin_function_types() local
1793 if (oldtsafe && !newtsafe) in match_builtin_function_types()
1795 else if (newtsafe && !oldtsafe) in match_builtin_function_types()