Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1785 return getByteLength(); in numTrailingObjects()
1840 return StringRef(getStrDataAsChar(), getByteLength()); in getString()
1847 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()
1865 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp744 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp814 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp697 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7488 unsigned getByteLength() const { in getByteLength() function in __anonfebdc2651211::FormatStringLiteral
7489 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()