Searched defs:CharWidth (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 38 const size_t BitWidth = CharWidth * Ctx.getCharBit(); in createGlobalString() local
|
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 133 FullSourceLoc Loc, unsigned CharWidth, in ProcessCharEscape() argument 1799 unsigned CharWidth = getCharWidth(Kind, PP.getTargetInfo()); CharLiteralParser() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3584 setBitRange(SmallVectorImpl<uint64_t> & Bits,int BitOffset,int BitWidth,int CharWidth) setBitRange() argument 3616 setBitRange(SmallVectorImpl<uint64_t> & Bits,int StorageOffset,int StorageSize,int BitOffset,int BitWidth,int CharWidth,bool BigEndian) setBitRange() argument 3639 int CharWidth = Context.getCharWidth(); setUsedBits() local 3705 buildMultiCharMask(const SmallVectorImpl<uint64_t> & Bits,int Pos,int Size,int CharWidth,bool BigEndian) buildMultiCharMask() argument 3735 int CharWidth = CGM.getContext().getCharWidth(); EmitCMSEClearRecord() local 3753 int CharWidth = CGM.getContext().getCharWidth(); EmitCMSEClearRecord() local [all...] |
H A D | CGExprConstant.cpp | 185 const uint64_t CharWidth = CGM.getContext().getCharWidth(); addBits() local [all...] |
H A D | CGExpr.cpp | 4828 unsigned CharWidth = getContext().getCharWidth(); EmitLValueForField() local
|
H A D | CGStmtOpenMP.cpp | 4725 unsigned CharWidth = CGF.getContext().getCharWidth(); EmitOMPTaskBasedDirective() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 107 uint64_t CharWidth; member in __anon84cdfbc70111::EmptySubobjectMap
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 20190 unsigned CharWidth = Context.getTargetInfo().getCharWidth(); ActOnEnumBody() local
|