Searched defs:NumArrayElements (Results 1 - 1 of 1) sorted by path

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp401 uint64_t NumArrayElements = AType->getNumElements(); local
402 assert(NumInitElements <= NumArrayElements);
467 if (NumInitElements != NumArrayElements &&
482 llvm::ConstantInt::get(CGF.SizeTy, NumArrayElements),

Completed in 236 milliseconds