Searched defs:CharSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp2265 unsigned CharSize; local
2266 unsigned char C = getCharAndSize(CurPtr, CharSize);
2267 CurPtr += CharSize;
2696 unsigned CharSize; local
2697 char Kind = getCharAndSize(StartPtr, CharSize);
2713 const char *CurPtr = StartPtr + CharSize;
2718 char C = getCharAndSize(CurPtr, CharSize);
2744 CurPtr += CharSize;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4595 CharUnits CharSize = getContext().getTypeSizeInChars(Ty); local
4601 llvm::ConstantInt::get(CGF.IntPtrTy, CharSize.getQuantity()),

Completed in 2672 milliseconds