Lines Matching refs:Assumes
468 // This routine assumes that the range begin/end matches the regex for integer
469 assumes that
961 // FIXME: This extensively assumes that 'char' is 8-bits.
963 "Assumes char is 8 bits");
966 "Assumes sizeof(int) on target is <= 64 and a multiple of char");
968 "Assumes sizeof(wchar) on target is <= 64");
1223 assert((CharByteWidth & 7) == 0 && "Assumes character size is byte multiple");