Searched defs:ToSigned (Results 1 – 4 of 4) sorted by relevance
18 pub trait ToSigned { trait26 impl<'a> ToSigned for &'a [u8] { impl
64 bool ToSigned(uint64_t x, T* y) { in ToSigned() function
245 static Type ToSigned(Type type) { in ToSigned() function
392 const bool ToSigned = ToType->isSignedIntegerOrEnumerationType(); in getNarrowingKind() local