Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6361 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
6366 CheckRight = false; in checkFormatStringExpr()
6383 if (Left == SLCT_NotALiteral || !CheckRight) { in checkFormatStringExpr()