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 269 /// getWCharWidth/Align - Return the size of 'wchar_t' for this target, in
271 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
  /external/clang/lib/Lex/
LiteralSupport.cpp 35 return Target.getWCharWidth();
916 assert(PP.getTargetInfo().getWCharWidth() <= 64 &&
929 largest_character_for_kind = 0xFFFFFFFFu >> (32-PP.getTargetInfo().getWCharWidth());
    [all...]
PPExpressions.cpp 292 NumBits = TI.getWCharWidth();
  /external/clang/lib/AST/
Expr.cpp 727 CharByteWidth = target.getWCharWidth();
    [all...]
ASTContext.cpp     [all...]

Completed in 248 milliseconds