HomeSort by relevance Sort by last modified time
    Searched refs:getVLASize (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 730 llvm::tie(numElts, eltType) = getVLASize(vlaType);
815 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).first;
882 CodeGenFunction::getVLASize(QualType type) {
885 return getVLASize(vla);
889 CodeGenFunction::getVLASize(const VariableArrayType *type) {
    [all...]
CGExprScalar.cpp     [all...]
CodeGenFunction.h     [all...]
CGDecl.cpp 828 llvm::tie(elementCount, elementType) = getVLASize(Ty);
    [all...]
CGExpr.cpp     [all...]

Completed in 65 milliseconds