Searched defs:snprintf_fn (Results 1 – 3 of 3) sorted by relevance
36 typedef std::function<StatusTuple(char *, size_t, const void *)> snprintf_fn; typedef
365 Function *snprintf_fn = mod->getFunction("snprintf"); in make_writer() local