Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m16 - (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}} method
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test()
/external/curl/lib/
Dformdata.c828 char *alloc2 = NULL; in AddFormData() local
/external/mksh/src/
Dsh.h1689 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap)) macro