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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 873 /* malloc_candidate_p() checks if FUN can possibly be annotated with malloc
978 malloc_candidate_p (function *fun, bool ipa) function
1160 else if (ipa && malloc_candidate_p (DECL_STRUCT_FUNCTION (decl), true))
1162 else if (malloc_candidate_p (DECL_STRUCT_FUNCTION (decl), false))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 862 /* malloc_candidate_p() checks if FUN can possibly be annotated with malloc
967 malloc_candidate_p (function *fun, bool ipa) function
1149 else if (ipa && malloc_candidate_p (DECL_STRUCT_FUNCTION (decl), true))
1151 else if (malloc_candidate_p (DECL_STRUCT_FUNCTION (decl), false))

Completed in 14 milliseconds