Searched refs:getCharByteWidth (Results 1 – 11 of 11) sorted by relevance
37 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
1900 size_t CharWidth = E->getCharByteWidth(); in VisitStringLiteral()
1083 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()1205 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()1269 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()1358 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSAllocText()3851 if (OptimizationList->getCharByteWidth() != 1) { in HandlePragmaMSOptimize()
1856 assert((isUnevaluated() || getCharByteWidth() == 1) && in getString()1872 switch (getCharByteWidth()) { in getCodeUnit()1887 unsigned Width = getCharByteWidth() * BitWidth; in getCodeUnitS()1894 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1896 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
4179 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()4192 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()4201 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
17070 S->getCharByteWidth() == 1 && in EvaluateBuiltinStrLen()
1766 if (!Literal || Literal->getCharByteWidth() != 1) { in PointerAuthStringDiscriminator()5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()5610 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon28c3fbb11a11::FormatStringLiteral
754 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
673 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
6429 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
4997 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()