Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8516 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
8524 CheckLeft = false; in checkFormatStringExpr()
8532 if (!CheckLeft) in checkFormatStringExpr()
8549 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()