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 840 llvm::tie(numElts, eltType) = getVLASize(vlaType);
    [all...]
CGExprScalar.cpp     [all...]
CodeGenFunction.h     [all...]
CGDecl.cpp 898 llvm::tie(elementCount, elementType) = getVLASize(Ty);
    [all...]
CGExpr.cpp     [all...]

Completed in 162 milliseconds