Home
last modified time | relevance | path

Searched refs:getChar32Width (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h363 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h622 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() function
/external/clang/lib/Lex/
DPPExpressions.cpp352 NumBits = TI.getChar32Width(); in EvaluateValue()
DLiteralSupport.cpp42 return Target.getChar32Width(); in getCharWidth()
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp384 NumBits = TI.getChar32Width(); in EvaluateValue()
DLiteralSupport.cpp55 return Target.getChar32Width(); in getCharWidth()
/external/clang/lib/AST/
DExpr.cpp816 CharByteWidth = target.getChar32Width(); in mapCharByteWidth()
DASTContext.cpp1616 Width = Target->getChar32Width(); in getTypeInfoImpl()
/external/llvm-project/clang/lib/AST/
DExpr.cpp919 CharByteWidth = Target.getChar32Width(); in mapCharByteWidth()
DASTContext.cpp1993 Width = Target->getChar32Width(); in getTypeInfoImpl()