Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.h234 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp204 bool Builtin::Context::isScanfLike(unsigned ID, unsigned &FormatIdx, in isScanfLike() function in Builtin::Context
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16087 if (Context.BuiltinInfo.isScanfLike(BuiltinID, FormatIdx, in AddKnownFunctionAttributes()