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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 197 TI.isTypeSigned(Ty), Builder);
202 bool IsSigned = TI.isTypeSigned(Ty);
230 bool IsSigned = TI.isTypeSigned(Ty);
250 bool IsSigned = TI.isTypeSigned(Ty);
762 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
765 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 286 static bool isTypeSigned(IntType T);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 256 /// isTypeSigned - Return whether an integer types is signed. Returns true if
258 bool TargetInfo::isTypeSigned(IntType T) {
  /external/swiftshader/third_party/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...]
  /external/clang/lib/Lex/
PPExpressions.cpp 362 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType()));
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 754 milliseconds