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()
3836 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()3849 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()3858 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
3386 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()3409 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()11865 S->getCharByteWidth() == 1 && in VisitBuiltinCallExpr()
1838 assert(getCharByteWidth() == 1 && in getString()1854 switch (getCharByteWidth()) { in getCodeUnit()1865 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1867 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()
687 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
672 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
7489 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()7493 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anonfebdc2651211::FormatStringLiteral
5294 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
4135 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()