Home
last modified time | relevance | path

Searched refs:CheckLeft (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7101 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
7109 CheckLeft = false; in checkFormatStringExpr()
7117 if (!CheckLeft) in checkFormatStringExpr()
7135 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()