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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 624 is_tm_safe_or_pure (const_tree x)
674 if (is_tm_safe_or_pure (fn))
4353 if (is_tm_safe_or_pure (e->caller->decl))
4430 && !is_tm_safe_or_pure (fn))
5492 && !is_tm_safe_or_pure (node->decl))
5579 if (!is_tm_safe_or_pure (caller->decl)
621 is_tm_safe_or_pure (const_tree x) function
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 624 is_tm_safe_or_pure (const_tree x)
671 if (is_tm_safe_or_pure (fn))
4338 if (is_tm_safe_or_pure (e->caller->decl))
4415 && !is_tm_safe_or_pure (fn))
5477 && !is_tm_safe_or_pure (node->decl))
5564 if (!is_tm_safe_or_pure (caller->decl)
621 is_tm_safe_or_pure (const_tree x) function

Completed in 17 milliseconds