Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp227 static PrimType integralTypeToPrimTypeS(unsigned BitWidth) { in integralTypeToPrimTypeS() function
272 return integralTypeToPrimTypeS(this->ShortWidth); in classify()
277 return integralTypeToPrimTypeS(this->IntWidth); in classify()
281 return integralTypeToPrimTypeS(this->LongWidth); in classify()
285 return integralTypeToPrimTypeS(this->LongLongWidth); in classify()
290 return integralTypeToPrimTypeS(8); in classify()
296 return integralTypeToPrimTypeS(Ctx.getIntWidth(T)); in classify()
312 return integralTypeToPrimTypeS(BT->getNumBits()); in classify()