OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntegerBitWidth
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc
29
sizeof(SIntMax) * 8 - getType().
getIntegerBitWidth
();
32
if (getType().
getIntegerBitWidth
() == 64)
35
if (getType().
getIntegerBitWidth
() == 128)
38
if (getType().
getIntegerBitWidth
() == 128)
48
if (getType().
getIntegerBitWidth
() == 64)
51
if (getType().
getIntegerBitWidth
() == 128)
54
if (getType().
getIntegerBitWidth
() == 128)
ubsan_value.h
124
unsigned
getIntegerBitWidth
() const {
155
const unsigned Bits = getType().
getIntegerBitWidth
();
ubsan_handlers.cc
241
RHSVal.getPositiveIntValue() >= Data->LHSType.
getIntegerBitWidth
())
257
<< RHSVal << Data->LHSType.
getIntegerBitWidth
() << Data->LHSType;
504
<< SrcTy << Value(SrcTy, Src) << SrcTy.
getIntegerBitWidth
()
506
<< DstTy.
getIntegerBitWidth
() << (DstSigned ? "" : "un");
Completed in 14 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025