Home
last modified time | relevance | path

Searched refs:alloc2 (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dclass-message-protocol-lookup.m16 - (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}} method
22 …lass<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instea…
31 …lass<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instea…
/minix3/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c2500 int alloc2 = 0 ; in XS() local
2517 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
2535 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2541 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2559 int alloc2 = 0 ; in XS() local
2574 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
2587 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2592 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in XS()
2608 int alloc2 = 0 ; in XS() local
2620 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2); in XS()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
69 dynA d3 ( d2, alloc2 ); in test()
72 check_allocator ( d3, alloc2 ); in test()
/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
69 dynA d3 ( d2, alloc2 ); in test()
72 check_allocator ( d3, alloc2 ); in test()
/minix3/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c2366 int alloc2 = 0 ; in _wrap_netpgp_list_packets() local
2379 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_list_packets()
2396 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
2400 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
2416 int alloc2 = 0 ; in _wrap_netpgp_setvar() local
2427 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_setvar()
2439 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
2443 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
2458 int alloc2 = 0 ; in _wrap_netpgp_getvar() local
2466 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2); in _wrap_netpgp_getvar()
[all …]
/minix3/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3412 int alloc2 = 0 ; in _wrap_netpgp_list_packets() local
3429 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_list_packets()
3446 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
3450 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_list_packets()
3466 int alloc2 = 0 ; in _wrap_netpgp_setvar() local
3480 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_setvar()
3492 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
3496 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2); in _wrap_netpgp_setvar()
3511 int alloc2 = 0 ; in _wrap_netpgp_getvar() local
3521 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2); in _wrap_netpgp_getvar()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dmalloc-free-delete.ll45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
46 %z = icmp ne i8* %alloc2, null