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

  /external/llvm/include/llvm/IR/
Type.h 272 /// isSized - Return true if it makes sense to take the size of this type. To
276 bool isSized() const {
  /external/llvm/lib/IR/
Type.cpp 163 return ATy->getElementType()->isSized();
166 return VTy->getElementType()->isSized();
171 return cast<StructType>(this)->isSized();
559 bool StructType::isSized() const {
569 if (!(*I)->isSized())

Completed in 30 milliseconds