Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10499 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
10505 CheckRight = false; in checkFormatStringExpr()
10522 if (Left == SLCT_NotALiteral || !CheckRight) { in checkFormatStringExpr()