Searched defs:CharWidth (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | DefaultOperatorNewAlignmentCheck.cpp | 55 unsigned CharWidth = Context.getTargetInfo().getCharWidth(); in check() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 133 FullSourceLoc Loc, unsigned CharWidth, in ProcessCharEscape() argument 1837 unsigned CharWidth = getCharWidth(Kind, PP.getTargetInfo()); CharLiteralParser() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3610 setBitRange(SmallVectorImpl<uint64_t> & Bits,int BitOffset,int BitWidth,int CharWidth) setBitRange() argument 3642 setBitRange(SmallVectorImpl<uint64_t> & Bits,int StorageOffset,int StorageSize,int BitOffset,int BitWidth,int CharWidth,bool BigEndian) setBitRange() argument 3665 int CharWidth = Context.getCharWidth(); setUsedBits() local 3731 buildMultiCharMask(const SmallVectorImpl<uint64_t> & Bits,int Pos,int Size,int CharWidth,bool BigEndian) buildMultiCharMask() argument 3761 int CharWidth = CGM.getContext().getCharWidth(); EmitCMSEClearRecord() local 3779 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 | 4874 unsigned CharWidth = getContext().getCharWidth(); EmitLValueForField() local
|
H A D | CGStmtOpenMP.cpp | 4752 unsigned CharWidth = CGF.getContext().getCharWidth(); EmitOMPTaskBasedDirective() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 107 uint64_t CharWidth; global() member in __anon3d3449280111::EmptySubobjectMap
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 19814 unsigned CharWidth = Context.getTargetInfo().getCharWidth(); ActOnEnumBody() local
|