Searched refs:getWCharWidth (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp48 return Target.getWCharWidth();
1263 assert(PP.getTargetInfo().getWCharWidth() <= 64 &&
1277 0xFFFFFFFFu >> (32-PP.getTargetInfo().getWCharWidth());
H A DPPExpressions.cpp360 NumBits = TI.getWCharWidth();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h559 /// getWCharWidth/Align - Return the size of 'wchar_t' for this target, in
561 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1014 CharByteWidth = Target.getWCharWidth();
H A DASTContext.cpp2005 Width = Target->getWCharWidth();

Completed in 102 milliseconds