Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp453 const CharacterLiteral *CharLit1 = cast<CharacterLiteral>(Stmt1); in isIdenticalStmt() local
455 return CharLit1->getValue() == CharLit2->getValue(); in isIdenticalStmt()