OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIntMax
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h
34
typedef u128
UIntMax
;
37
typedef u64
UIntMax
;
176
UIntMax
getUIntValue() const;
179
UIntMax
getPositiveIntValue() const;
ubsan_value.cc
44
UIntMax
Value::getUIntValue() const {
60
UIntMax
Value::getPositiveIntValue() const {
ubsan_diag.h
165
Arg(
UIntMax
UInt) : Kind(AK_UInt), UInt(UInt) {}
173
UIntMax
UInt;
216
Diag &operator<<(unsigned long long V) { return AddArg(
UIntMax
(V)); }
ubsan_diag.cc
130
static void RenderHex(InternalScopedString *Buffer,
UIntMax
Val) {
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025