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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
kf.cc 431 class kf_calloc : public builtin_known_function class in namespace:ana
449 kf_calloc::impl_call_pre (const call_details &cd) const
2257 kfm.add ("calloc", make_unique<kf_calloc> ());
2258 kfm.add ("__builtin_calloc", make_unique<kf_calloc> ());
2359 kfm.add_std_ns ("calloc", make_unique<kf_calloc> ());

Completed in 15 milliseconds