Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp444 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2501 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
/external/clang/include/clang/AST/
DExpr.h1519 unsigned getCharByteWidth() const { return CharByteWidth; } in getCharByteWidth() function
/external/clang/lib/AST/
DExprConstant.cpp1882 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()
1902 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()