Searched refs:isTypeSigned (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h229 static bool isTypeSigned(IntType T);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp165 /// isTypeSigned - Return whether an integer types is signed. Returns true if
167 bool TargetInfo::isTypeSigned(IntType T) { function in class:TargetInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp183 TI.isTypeSigned(Ty), Builder);
543 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
546 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp574 /// isTypeSigned - Return true if the type is signed.
575 static bool isTypeSigned(DIType Ty, int *SizeInBits) { function
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp901 if (TargetInfo::isTypeSigned(Target.getWCharType()))

Completed in 115 milliseconds