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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp175 const CharacterLiteral *CharLit1 = dyn_cast<CharacterLiteral>(Expr1); local
177 return CharLit1->getValue() == CharLit2->getValue();

Completed in 44 milliseconds