Searched defs:getArraySize (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1753 Expr *getArraySize() { function in class:clang::CXXNewExpr
1756 const Expr *getArraySize() const { function in class:clang::CXXNewExpr
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstructions.h86 const Value *getArraySize() const { return getOperand(0); } function in class:llvm::AllocaInst
87 Value *getArraySize() { return getOperand(0); } function in class:llvm::AllocaInst

Completed in 119 milliseconds