Home
last modified time | relevance | path

Searched defs:CanWiden (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9387 bool CanWiden = !L.NonNegative || !R.NonNegative; in difference() local
9399 bool CanWiden = !L.NonNegative && !R.NonNegative; in product() local