HomeSort by: relevance | last modified time | path
    Searched defs:is_tm_safe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 250 is_tm_safe (const_tree x)
626 return is_tm_safe (x) || is_tm_pure (x);
837 else if (is_tm_safe (current_function_decl))
2534 if (is_tm_safe (fn))
4441 if (is_tm_safe (current_function_decl))
4725 if (is_tm_safe (decl))
5111 safe = is_tm_safe (TREE_TYPE (old_fn));
5607 if (is_tm_safe (node->decl))
249 is_tm_safe (const_tree x) function
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 250 is_tm_safe (const_tree x)
626 return is_tm_safe (x) || is_tm_pure (x);
834 else if (is_tm_safe (current_function_decl))
2525 if (is_tm_safe (fn))
4426 if (is_tm_safe (current_function_decl))
4710 if (is_tm_safe (decl))
5096 safe = is_tm_safe (TREE_TYPE (old_fn));
5592 if (is_tm_safe (node->decl))
249 is_tm_safe (const_tree x) function

Completed in 102 milliseconds