Home
last modified time | relevance | path

Searched refs:CheckLeft (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
6368 CheckLeft = false; in checkFormatStringExpr()
6376 if (!CheckLeft) in checkFormatStringExpr()
6394 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()