Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp453 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2288 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
/external/clang/include/clang/AST/
DExpr.h1424 unsigned getCharByteWidth() const { return CharByteWidth; } in getCharByteWidth() function
/external/clang/lib/AST/
DExprConstant.cpp1514 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in ExtractStringLiteralCharacter()