reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/LiteralSupport.cpp
  166     if (CharWidth != 32 && (ResultChar >> CharWidth) != 0) {
  166     if (CharWidth != 32 && (ResultChar >> CharWidth) != 0) {
  168       ResultChar &= ~0U >> (32-CharWidth);
  194     if (CharWidth != 32 && (ResultChar >> CharWidth) != 0) {
  194     if (CharWidth != 32 && (ResultChar >> CharWidth) != 0) {
  198       ResultChar &= ~0U >> (32-CharWidth);