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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  496   assert(Type->isIntegerType() && "Given type is not an integer.");
  497   unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width;
  497   unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width;
  498   bool Signed = Type->isSignedIntegerType();