Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargetInfo.cpp211 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp682 static bool isTypeSigned(DwarfDebug *DD, DIType Ty, int *SizeInBits) { in isTypeSigned() function