Home
last modified time | relevance | path

Searched refs:FAPK_Fixed (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7167 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
10652 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Fixed): in checkFormatStringExpr()
10653 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Variadic): in checkFormatStringExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13829 FAPK_Fixed, // values to format are fixed (no C-style variadic arguments) enumerator