Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7304 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
7312 CheckLeft = false; in checkFormatStringExpr()
7320 if (!CheckLeft) in checkFormatStringExpr()
7338 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()