Searched defs:isUnsignedDIType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DDebugInfo.cpp354 /// isUnsignedDIType - Return true if type encoding is unsigned.
355 bool DIType::isUnsignedDIType() { function in class:DIType
358 return DTy.getTypeDerivedFrom().isUnsignedDIType();

Completed in 110 milliseconds