Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3835 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
3842 CheckLeft = false; in checkFormatStringExpr()
3846 if (!CheckLeft) in checkFormatStringExpr()
3863 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()