Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3835 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
3840 CheckRight = false; in checkFormatStringExpr()
3853 if (Left == SLCT_NotALiteral || !CheckRight) in checkFormatStringExpr()