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

  /external/clang/lib/Basic/
TargetInfo.cpp 155 /// isTypeSigned - Return whether an integer types is signed. Returns true if
157 bool TargetInfo::isTypeSigned(IntType T) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 445 /// isTypeSigned - Return true if the type is signed.
446 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
448 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
464 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
    [all...]

Completed in 52 milliseconds