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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 1772 /* ALLOC_DECL and DEALLOC_DECL are pair of allocation and deallocation
1777 matching_alloc_calls_p (tree alloc_decl, tree dealloc_decl)
1786 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl))
1789 return !new_delete_mismatch_p (alloc_decl, dealloc_decl);
1793 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE, BUILT_IN_REALLOC))
1809 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl))
1812 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_GOMP_FREE,
1825 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl))
1828 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE,
1840 /* Set if DEALLOC_DECL both allocates and deallocates. *
4073 tree dealloc_decl = gimple_call_fndecl (stmt); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 1759 /* ALLOC_DECL and DEALLOC_DECL are pair of allocation and deallocation
1764 matching_alloc_calls_p (tree alloc_decl, tree dealloc_decl)
1773 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl))
1776 return !new_delete_mismatch_p (alloc_decl, dealloc_decl);
1780 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE)
1781 || fndecl_built_in_p (dealloc_decl, BUILT_IN_REALLOC))
1802 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl))
1805 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE)
1806 || fndecl_built_in_p (dealloc_decl, BUILT_IN_REALLOC))
1817 /* Set if DEALLOC_DECL both allocates and deallocates. *
4058 tree dealloc_decl = gimple_call_fndecl (stmt); local
    [all...]

Completed in 29 milliseconds