Home | History | Annotate | Download | only in Sema

Lines Matching full:unsigned

7 extern unsigned int __builtin_ia32_crc32qi (unsigned int, unsigned char);
8 extern unsigned int __builtin_ia32_crc32hi (unsigned int, unsigned short);
9 extern unsigned int __builtin_ia32_crc32si (unsigned int, unsigned int);
11 // GCC documents these as unsigned, but they are defined with a signed argument.