Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp225 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local
230 if (!DstName.empty()) { in VisitCallExpr()
231 os << "Replace with 'sizeof(" << DstName << ") " in VisitCallExpr()
232 "- strlen(" << DstName <<") - 1'"; in VisitCallExpr()
250 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local
256 if (!DstName.empty()) in VisitCallExpr()
257 os << "sizeof(" << DstName << ")"; in VisitCallExpr()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1914 StringRef DstName = DstOp.isReg() ? GetRegisterName(DstOp.getReg()) : "mem"; in getShuffleComment() local
1928 CS << DstName; in getShuffleComment()