HomeSort by relevance Sort by last modified time
    Searched refs:isTypeSigned (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 229 static bool isTypeSigned(IntType T);
  /external/clang/lib/Basic/
TargetInfo.cpp 164 /// isTypeSigned - Return whether an integer types is signed. Returns true if
166 bool TargetInfo::isTypeSigned(IntType T) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 183 TI.isTypeSigned(Ty), Builder);
543 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
546 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 589 /// isTypeSigned - Return true if the type is signed.
590 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
592 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
611 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1536 milliseconds