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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp483 const StringLiteral *StringLit2 = cast<StringLiteral>(Stmt2); local
484 return StringLit1->getBytes() == StringLit2->getBytes();

Completed in 55 milliseconds