Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp2689 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()
2714 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2721 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2733 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
2777 for (unsigned I = 0, E = NumCharsToMangle * SL->getCharByteWidth(); I != E; in mangleStringLiteral()
2786 for (unsigned NullTerminator = 0; NullTerminator < SL->getCharByteWidth(); in mangleStringLiteral()
HDExprConstant.cpp2045 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()
2065 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()
6417 S->getCharByteWidth() == 1) { in VisitCallExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParsePragma.cpp536 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()
658 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()
722 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
HDParseDecl.cpp932 if (MessageStringLiteral->getCharByteWidth() != 1) { in ParseAvailabilityAttribute()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp452 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp2868 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1555 unsigned getCharByteWidth() const { return CharByteWidth; } in getCharByteWidth() function