Searched refs:getCharByteWidth (Results 1 – 11 of 11) sorted by relevance
22 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
620 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
3833 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()3846 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()3855 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
3383 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()3406 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()11830 S->getCharByteWidth() == 1 && in VisitBuiltinCallExpr()
1841 assert(getCharByteWidth() == 1 && in getString()1857 switch (getCharByteWidth()) { in getCodeUnit()1868 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1870 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
876 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()998 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()1062 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
676 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
662 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
7217 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()7221 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon7fa672bc1311::FormatStringLiteral
5264 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
4054 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()