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

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
  356   static bool isTypeSigned(IntType T);

References

tools/clang/lib/AST/ASTContext.cpp
 1274   if (TargetInfo::isTypeSigned(Target.getWCharType()))
tools/clang/lib/Frontend/InitPreprocessor.cpp
  179                  TI.isTypeSigned(Ty), Builder);
  184   bool IsSigned = TI.isTypeSigned(Ty);
  212   bool IsSigned = TI.isTypeSigned(Ty);
  232   bool IsSigned = TI.isTypeSigned(Ty);
  863   if (!TargetInfo::isTypeSigned(TI.getWCharType()))
  866   if (!TargetInfo::isTypeSigned(TI.getWIntType()))
tools/clang/lib/Lex/PPExpressions.cpp
  374       Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType()));
tools/lldb/source/Symbol/ClangASTContext.cpp
 1110              TargetInfo::isTypeSigned(getTargetInfo()->getWCharType())))
 1167                   TargetInfo::isTypeSigned(getTargetInfo()->getWCharType())))