Home
last modified time | relevance | path

Searched refs:getCharByteWidth (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DMicrosoftMangle.cpp2617 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()
2642 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2649 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2661 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
2705 for (unsigned I = 0, E = NumCharsToMangle * SL->getCharByteWidth(); I != E; in mangleStringLiteral()
2714 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
DExprConstant.cpp2045 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()
2065 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()
6413 S->getCharByteWidth() == 1) { in VisitCallExpr()
/external/clang/lib/Parse/
DParsePragma.cpp536 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()
658 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()
722 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
DParseDecl.cpp901 if (MessageStringLiteral->getCharByteWidth() != 1) { in ParseAvailabilityAttribute()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp452 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2867 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
/external/clang/include/clang/AST/
DExpr.h1553 unsigned getCharByteWidth() const { return CharByteWidth; } in getCharByteWidth() function