Home
last modified time | relevance | path

Searched refs:isScanfLike (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h234 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp207 bool Builtin::Context::isScanfLike(unsigned ID, unsigned &FormatIdx, in isScanfLike() function in Builtin::Context
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16468 if (Context.BuiltinInfo.isScanfLike(BuiltinID, FormatIdx, in AddKnownFunctionAttributes()