HomeSort by: relevance | last modified time | path
    Searched refs:getMinimumObjectSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 909 CharUnits getMinimumObjectSize(QualType Ty) {
CGCall.cpp 2287 getMinimumObjectSize(PTy).getQuantity());
2339 Attrs.addDereferenceableAttr(getMinimumObjectSize(ThisTy).getQuantity());
2346 getMinimumObjectSize(
2465 getMinimumObjectSize(PTy).getQuantity());
CGExpr.cpp 737 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity();

Completed in 22 milliseconds