HomeSort by: relevance | last modified time | path
    Searched refs:getByteLength (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1743 /// determined by calling getByteLength().
1755 /// In this case, getByteLength() will return 6, but the string literal will
1776 /// * An array of getByteLength() char used to store the string data.
1788 return getByteLength();
1843 return StringRef(getStrDataAsChar(), getByteLength());
1850 return StringRef(getStrDataAsChar(), getByteLength());
1868 unsigned getByteLength() const { return getCharByteWidth() * getLength(); }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 744 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 814 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 686 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7216 unsigned getByteLength() const {
7217 return FExpr->getByteLength() - getCharByteWidth() * Offset;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
RewriteObjC.cpp 2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";

Completed in 60 milliseconds