Searched refs:getCharByteWidth (Results 1 – 13 of 13) sorted by relevance
34 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
2478 unsigned CharWidth = E->getCharByteWidth(); in VisitStringLiteral()
1072 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()1194 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()1257 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()1343 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSAllocText()3810 if (OptimizationList->getCharByteWidth() != 1) { in HandlePragmaMSOptimize()
1866 assert((isUnevaluated() || getCharByteWidth() == 1) && in getString()1882 switch (getCharByteWidth()) { in getCodeUnit()1899 unsigned Width = getCharByteWidth() * BitWidth; in getCodeUnitS()1906 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1908 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
4271 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()4284 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()4293 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2197 AsString.CharWidth = Lit->getCharByteWidth(); in GetLValueBaseAsString()17992 S->getCharByteWidth() == 1 && in EvaluateBuiltinStrLen()
828 if (e->getCharByteWidth() == 1) { in getConstantArrayFromStringLiteral()
1826 if (!Literal || Literal->getCharByteWidth() != 1) { in PointerAuthStringDiscriminator()6160 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()6164 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon28c3fbb11e11::FormatStringLiteral
769 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
680 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
842 if (SL->getCharByteWidth() == 1) in hasUnsafeFormatOrSArg()
5206 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()
6754 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()