Home
last modified time | relevance | path

Searched refs:is_zero_assignment (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm.cc41 is_zero_assignment (const gimple *stmt) in is_zero_assignment() function
H A Dsm.h26 extern tree is_zero_assignment (const gimple *stmt);
H A Dsm-malloc.dot70 /* is_zero_assignment. */
H A Dsm-malloc.cc705 if (tree lhs = is_zero_assignment (stmt)) in on_stmt()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm.h267 virtual tree is_zero_assignment (const gimple *stmt) = 0;
H A Dsm-malloc.dot70 /* is_zero_assignment. */
H A Dsm-malloc.cc1752 if (tree lhs = sm_ctxt->is_zero_assignment (stmt)) in on_stmt()
H A Ddiagnostic-manager.cc1755 tree is_zero_assignment (const gimple *stmt) FINAL OVERRIDE in is_zero_assignment() function
H A DChangeLog1309 (impl_sm_context::is_zero_assignment): Likewise.
4754 (impl_sm_context::is_zero_assignment): New.
5856 Update for is_zero_assignment becoming a member function of
5875 * sm.cc (is_zero_assignment): Delete.
5877 * sm.h (is_zero_assignment): Remove decl.
5883 (sm_context::is_zero_assignment): New vfunc.
H A Dengine.cc484 tree is_zero_assignment (const gimple *stmt) FINAL OVERRIDE in is_zero_assignment() function in ana::impl_sm_context