HomeSort by relevance Sort by last modified time
    Searched refs:CharByteWidth (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 191 unsigned CharByteWidth;
206 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown),
221 return GetStringLength() / CharByteWidth;
  /external/clang/lib/Lex/
LiteralSupport.cpp 332 const char *ThisTokEnd, unsigned CharByteWidth,
335 if (CharByteWidth == 4)
349 if (CharByteWidth == 2)
369 FullSourceLoc Loc, unsigned CharByteWidth,
381 assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) &&
387 if (CharByteWidth == 4) {
396 if (CharByteWidth == 2) {
415 assert(CharByteWidth == 1 && "UTF-8 encoding is only for 1 byte characters")
    [all...]
  /external/clang/lib/AST/
Expr.cpp 771 int CharByteWidth = 0;
775 CharByteWidth = target.getCharWidth();
778 CharByteWidth = target.getWCharWidth();
781 CharByteWidth = target.getChar16Width();
784 CharByteWidth = target.getChar32Width();
787 assert((CharByteWidth & 7) == 0 && "Assumes character size is byte multiple");
788 CharByteWidth /= 8;
789 assert((CharByteWidth==1 || CharByteWidth==2 || CharByteWidth==4
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 1009 milliseconds