Searched refs:alloc2 (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/SemaObjC/ |
D | class-message-protocol-lookup.m | 16 - (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…
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | quarantine.ll | 44 %alloc2 = inttoptr i32 %alloc2addr to i32* 53 %result_load = load i32, i32* %alloc2, align 1
|
/external/llvm/test/Transforms/InstCombine/ |
D | malloc-free-delete.ll | 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind 46 %z = icmp ne i8* %alloc2, null
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | malloc-free-delete.ll | 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind 46 %z = icmp ne i8* %alloc2, null
|
/external/mksh/src/ |
D | tree.c | 564 rw = r->vars = alloc2(tw - (const char **)t->vars + 1, in tcopy() 578 r->args = (const char **)(rw = alloc2(tw - t->args + 1, in tcopy() 690 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
|
D | main.c | 594 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM); in main_init() 1757 ntblp = alloc2(i, sizeof(struct tbl *), tp->areap); in tgrow() 1901 p = alloc2(i, sizeof(struct tbl *), ATEMP); in ktsort()
|
D | sh.h | 2068 (x).beg = alloc2((x).siz, sizeof(void *), ATEMP); \ 2316 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap)) macro
|
D | syn.c | 276 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()
|
D | histrap.c | 568 history = alloc2(histsize, sizeof(char *), APERM); in init_histvec()
|
D | edit.c | 518 alloc2(nwords, sizeof(struct path_order_info), ATEMP); in x_command_glob() 5536 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT); in x_init() 5547 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT); in x_init()
|
D | lex.c | 1802 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
|
D | exec.c | 135 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP); in execute()
|
D | funcs.c | 2258 l->argv = alloc2(l->argc + 2, sizeof(char *), &l->area); in c_set()
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 415 xrt::XLAAllocation alloc2; in TEST() local 416 *alloc2.mutable_value() = in TEST() 423 ops::Const(root.WithDevice("/device:CPU:0"), alloc2.SerializeAsString()); in TEST()
|