Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp482 const StringLiteral *StringLit2 = cast<StringLiteral>(Stmt2); in isIdenticalStmt() local
483 return StringLit1->getBytes() == StringLit2->getBytes(); in isIdenticalStmt()