Searched defs:NewArray (Results 1 – 8 of 8) sorted by relevance
60 T* NewArray(size_t size) { in NewArray() function
46 T* NewArray(int length) { in NewArray() function
29 public class NewArray extends Expr { class32 protected NewArray(int pos, CodeIterator i, CtClass declaring, in NewArray() method in NewArray
219 TEST_F(OutOfMemoryDeathTest, NewArray) { in TEST_F() argument
273 def NewArray(context, kind, size): function
2997 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() local3004 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() local
3357 GLbitfield NewArray; /**< Vertex array state */ member