Searched refs:getCharByteWidth (Results 1 – 12 of 12) sorted by relevance
28 assert(Literal->getCharByteWidth() == 1 && in makeCharacterLiteral()
37 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
969 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()1091 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()1155 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()1191 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSAllocText()3678 if (OptimizationList->getCharByteWidth() != 1) { in HandlePragmaMSOptimize()
620 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
3873 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()3886 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()3895 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
3400 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()3423 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()16004 S->getCharByteWidth() == 1 && in EvaluateBuiltinStrLen()
1851 assert(getCharByteWidth() == 1 && in getString()1867 switch (getCharByteWidth()) { in getCodeUnit()1878 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1880 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
685 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
657 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
8434 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()8438 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon8097fee11b11::FormatStringLiteral
5679 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
4209 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()