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

  /external/clang/include/clang/Basic/
TargetInfo.h 226 /// getWCharWidth/Align - Return the size of 'wchar_t' for this target, in
228 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 42 return Target.getWCharWidth();
836 assert(PP.getTargetInfo().getWCharWidth() <= 64 &&
849 largest_character_for_kind = 0xFFFFFFFFu >> (32-PP.getTargetInfo().getWCharWidth());
    [all...]
PPExpressions.cpp 279 NumBits = TI.getWCharWidth();
  /external/clang/lib/AST/
Expr.cpp 589 CharByteWidth = target.getWCharWidth();
    [all...]
ASTContext.cpp     [all...]

Completed in 34 milliseconds