Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp458 const CharacterLiteral *CharLit2 = cast<CharacterLiteral>(Stmt2); in isIdenticalStmt() local
459 return CharLit1->getValue() == CharLit2->getValue(); in isIdenticalStmt()