Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1220 bool Overflows = !DecompGEP1.VarIndices[0].IsNSW; in aliasGEP() local
1221 if (Overflows) { in aliasGEP()
1223 (void)CR.getSignedMax().smul_ov(Scale, Overflows); in aliasGEP()
1226 if (!Overflows) { in aliasGEP()
/freebsd/contrib/ntp/
H A DNEWS1152 * NTP-01-004 NTP: Potential Overflows in ctl_put() functions (Medium)
4918 * NTP-01-004 NTP: Potential Overflows in ctl_put() functions (Medium)
H A DChangeLog597 * [Sec 3379] NTP-01-004: Potential Overflows in ctl_put() functions
H A DCommitLog19669 [Sec 3379] NTP-01-004 Potential Overflows in ctl_put() functions
19672 [Sec 3379] NTP-01-004 Potential Overflows in ctl_put() functions
19675 [Sec 3379] NTP-01-004 Potential Overflows in ctl_put() functions
[all...]
/freebsd/contrib/unbound/doc/
H A DChangelog3354 - Fix Integer Overflows in Size Calculations,