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

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

Completed in 52 milliseconds