Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp243 static PrimType integralTypeToPrimTypeU(unsigned BitWidth) { in integralTypeToPrimTypeU() function
274 return integralTypeToPrimTypeU(this->ShortWidth); in classify()
279 return integralTypeToPrimTypeU(this->IntWidth); in classify()
283 return integralTypeToPrimTypeU(this->LongWidth); in classify()
287 return integralTypeToPrimTypeU(this->LongLongWidth); in classify()
293 return integralTypeToPrimTypeU(8); in classify()
298 return integralTypeToPrimTypeU(Ctx.getIntWidth(T)); in classify()
313 return integralTypeToPrimTypeU(BT->getNumBits()); in classify()