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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 5248   bool Usgn = Type.isUnsigned();
 6649   bool usgn = Type.isUnsigned();
 7498   bool usgn = Type.isUnsigned();
tools/clang/lib/Sema/SemaChecking.cpp
 1620     return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
 1622     return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
 1624     return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
 1627       return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
 1629       return Flags.isUnsigned() ? Context.UnsignedLongLongTy