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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
kf.cc 909 class kf_realloc : public builtin_known_function class in namespace:ana
928 kf_realloc::impl_call_post (const call_details &cd) const
1123 /* Body of kf_realloc::impl_call_post. */
2283 kfm.add ("realloc", make_unique<kf_realloc> ());
2284 kfm.add ("__builtin_realloc", make_unique<kf_realloc> ());
2358 kfm.add_std_ns ("realloc", make_unique<kf_realloc> ());

Completed in 63 milliseconds