Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp2944 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()
2947 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2954 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2967 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
3007 for (unsigned I = 0, E = NumCharsToMangle * SL->getCharByteWidth(); I != E; in mangleStringLiteral()
3016 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
DExprConstant.cpp2225 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()
2245 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()
7031 S->getCharByteWidth() == 1) { in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp451 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
/external/clang/lib/Parse/
DParsePragma.cpp563 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()
685 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()
749 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
DParseDecl.cpp959 if (MessageStringLiteral->getCharByteWidth() != 1) { in ParseAvailabilityAttribute()
/external/clang/include/clang/AST/
DExpr.h1548 unsigned getCharByteWidth() const { return CharByteWidth; } in getCharByteWidth() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3385 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()