Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 172) sorted by relevance

1234567

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp28 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
52 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
74 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
96 void test_for_alloc(Alloc& alloc) in test_for_alloc()
117 bare_allocator<DummyClass> alloc; in main() local
121 non_default_test_allocator<DummyClass> alloc(42); in main() local
H A Dalloc_F.pass.cpp27 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
47 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
64 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
80 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
H A Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
H A Drelated-result-type-inference.m8 + (id)alloc; class
21 - (id)alloc; method
106 + alloc; // expected-note{{overridden method is part of the 'alloc' method family}} category
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class t… class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
H A Dobjc2-legacy-dispatch.m16 +(id) alloc; class
H A Dno-vararg-messaging.m6 +(id)alloc; class
H A Darc-loadweakretained-release.m16 + alloc { return 0; } class
H A Ddebug-info-instancetype.m5 + (id)alloc; class
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_iter_iter_alloc.pass.cpp38 std::allocator<bool> alloc; in main() local
47 min_allocator<bool> alloc; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_iter_iter_alloc.pass.cpp38 std::allocator<bool> alloc; in main() local
47 min_allocator<bool> alloc; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp51 std::allocator<int> alloc; in main() local
62 min_allocator<int> alloc; in main() local
/minix3/tests/lib/libobjc/
H A Dt_threads.m55 +alloc; class in init
79 {
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp51 std::allocator<int> alloc; in main() local
62 min_allocator<int> alloc; in main() local
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/whitelisted/
H A Dobjcmt-with-whitelist.m8 + (id)alloc; class
H A Dobjcmt-with-whitelist-impl.m6 + (id)alloc; class
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-objc-message-id.m5 + (id)alloc; class
30 + (id)alloc { class
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator()
45 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator()
45 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Drelated-result-type-inference.mm8 + (id)alloc; class
21 - (id)alloc; method
/minix3/external/bsd/llvm/dist/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m8 +(id)alloc; class
24 + (id)alloc; class
/minix3/external/bsd/llvm/dist/clang/test/Driver/
H A Ddarwin-iphone-defaults.m22 +(id) alloc; class
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Datautorelease-2.m8 +alloc; class
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjcxx11-attributes.mm4 + (X*) alloc; class

1234567