Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp155 u64 UVal; in formatString() local
171 UVal = HaveLL ? va_arg(Args, u64) in formatString()
175 Res += appendUnsigned(&Buffer, BufferEnd, UVal, (*Cur == 'u') ? 10 : 16, in formatString()
213 UVal = va_arg(Args, u64); in formatString()
214 Res += appendUnsigned(&Buffer, BufferEnd, UVal, 10, Width, PadWithZero, in formatString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp256 uint32_t UVal; in checkPositiveIntArgument() local
257 if (!checkUInt32Argument(S, AI, Expr, UVal, Idx)) in checkPositiveIntArgument()
260 if (UVal > (uint32_t)std::numeric_limits<int>::max()) { in checkPositiveIntArgument()
262 I = UVal; in checkPositiveIntArgument()
268 Val = UVal; in checkPositiveIntArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1013 Value *UVal = U->getValue(); in isHighCostExpansion() local
1014 for (User *UR : UVal->users()) { in isHighCostExpansion()