Home
last modified time | relevance | path

Searched refs:alloc1 (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
59 dynA d1 ( 4, alloc1 ); in test()
62 check_allocator ( d1, alloc1 ); in test()
64 dynA d2 ( 7, val, alloc1 ); in test()
67 check_allocator ( d2, alloc1 ); in test()
/external/llvm/test/Transforms/DeadStoreElimination/
Dfree.ll50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind
54 store i8 1, i8* %alloc1
58 tail call void @free(i8* %alloc1) nounwind