OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIntMax
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc
23
SIntMax
Value::getSIntValue() const {
27
// to
SIntMax
.
29
sizeof(
SIntMax
) * 8 - getType().getIntegerBitWidth();
30
return
SIntMax
(Val) << ExtraBits >> ExtraBits;
63
SIntMax
Val = getSIntValue();
ubsan_value.h
33
typedef s128
SIntMax
;
36
typedef s64
SIntMax
;
173
SIntMax
getSIntValue() const;
ubsan_diag.h
166
Arg(
SIntMax
SInt) : Kind(AK_SInt), SInt(SInt) {}
174
SIntMax
SInt;
Completed in 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025