HomeSort by relevance Sort by last modified time
    Searched defs:isSized (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
Type.h 253 /// isSized - Return true if it makes sense to take the size of this type. To
257 bool isSized() const {
  /external/llvm/lib/VMCore/
Type.cpp 180 return ATy->getElementType()->isSized();
183 return VTy->getElementType()->isSized();
188 return cast<StructType>(this)->isSized();
583 bool StructType::isSized() const {
593 if (!(*I)->isSized())

Completed in 50 milliseconds