Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp37 const size_t CharWidth = S->getCharByteWidth(); in createGlobalString()
H A DCompiler.cpp1900 size_t CharWidth = E->getCharByteWidth(); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1083 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()
1205 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()
1269 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
1358 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSAllocText()
3851 if (OptimizationList->getCharByteWidth() != 1) { in HandlePragmaMSOptimize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1856 assert((isUnevaluated() || getCharByteWidth() == 1) && in getString()
1872 switch (getCharByteWidth()) { in getCodeUnit()
1887 unsigned Width = getCharByteWidth() * BitWidth; in getCodeUnitS()
1894 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()
1896 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4179 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()
4192 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
4201 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
H A DExprConstant.cpp17070 S->getCharByteWidth() == 1 && in EvaluateBuiltinStrLen()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1766 if (!Literal || Literal->getCharByteWidth() != 1) { in PointerAuthStringDiscriminator()
5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
5610 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon28c3fbb11a11::FormatStringLiteral
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp754 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
H A DASTReaderStmt.cpp673 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6429 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
H A DCGBuiltin.cpp4997 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()