Searched refs:getCharByteWidth (Results 1 – 12 of 12) sorted by relevance
38 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
1173 size_t CharWidth = E->getCharByteWidth(); in VisitStringLiteral()
1075 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()1197 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()1261 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()1350 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSAllocText()3840 if (OptimizationList->getCharByteWidth() != 1) { in HandlePragmaMSOptimize()
618 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
4022 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()4035 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()4044 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
16650 S->getCharByteWidth() == 1 && in EvaluateBuiltinStrLen()
1839 assert((isUnevaluated() || getCharByteWidth() == 1) && in getString()1855 switch (getCharByteWidth()) { in getCodeUnit()1866 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1868 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
756 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
673 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
10405 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()10409 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon1d690be71e11::FormatStringLiteral
6284 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
4812 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()