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

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp257 static inline bool isZeroLengthArray(Type *Ty) { function
280 if (!Ty->isSized() || isZeroLengthArray(Ty)) {

Completed in 104 milliseconds