Searched defs:getArraySize (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Analysis/ | ||
H A D | test-variably-modified-types.c | 4 unsigned getArraySize(int *x) { in getArraySize() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Instructions.h | 93 const Value *getArraySize() const { return getOperand(0); } getArraySize() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 2353 std::optional<Expr *> getArraySize() { getArraySize() function |
H A D | Expr.h | 5696 llvm::APInt getArraySize() const { getArraySize() function |