Home
last modified time | relevance | path

Searched defs:isTypeSigned (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp258 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp446 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function