Searched refs:label_return (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 776 goto label_return; in ctl_init() 800 goto label_return; in ctl_init() 812 label_return: in ctl_init() 832 goto label_return; in ctl_lookup() 857 goto label_return; in ctl_lookup() 867 goto label_return; in ctl_lookup() 874 goto label_return; in ctl_lookup() 890 goto label_return; in ctl_lookup() 901 goto label_return; in ctl_lookup() 910 label_return: in ctl_lookup() [all …]
|
D | ckh.c | 272 goto label_return; in ckh_grow() 278 goto label_return; in ckh_grow() 298 label_return: in ckh_grow() 393 goto label_return; in ckh_new() 399 goto label_return; in ckh_new() 403 label_return: in ckh_new() 474 goto label_return; in ckh_insert() 479 label_return: in ckh_insert()
|
D | tcache.c | 461 goto label_return; in tcaches_create_prep() 467 goto label_return; in tcaches_create_prep() 471 label_return: in tcaches_create_prep() 485 goto label_return; in tcaches_create() 491 goto label_return; in tcaches_create() 496 goto label_return; in tcaches_create() 514 label_return: in tcaches_create()
|
D | util.c | 121 goto label_return; in malloc_strtoumax() 180 goto label_return; in malloc_strtoumax() 198 goto label_return; in malloc_strtoumax() 209 goto label_return; in malloc_strtoumax() 212 label_return: in malloc_strtoumax()
|
D | base.c | 116 goto label_return; in base_alloc() 136 label_return: in base_alloc()
|
D | prof.c | 1159 goto label_return; in prof_tctx_finish_iter() 1165 label_return: in prof_tctx_finish_iter() 1361 goto label_return; in prof_dump_gctx() 1366 goto label_return; in prof_dump_gctx() 1372 goto label_return; in prof_dump_gctx() 1382 goto label_return; in prof_dump_gctx() 1390 goto label_return; in prof_dump_gctx() 1394 label_return: in prof_dump_gctx() 1453 goto label_return; in prof_dump_maps() 1463 goto label_return; in prof_dump_maps() [all …]
|
D | chunk.c | 563 goto label_return; in chunk_record() 602 label_return: in chunk_record()
|
D | jemalloc.c | 555 goto label_return; in arena_tdata_get_hard() 587 label_return: in arena_tdata_get_hard() 1733 goto label_return; 1752 label_return: 1771 goto label_return;
|
D | arena.c | 1836 goto label_return; in arena_purge_to_limit() 1846 label_return: in arena_purge_to_limit()
|
/external/jemalloc/test/unit/ |
D | ph.c | 69 goto label_return; in heap_print() 81 label_return: in heap_print() 120 goto label_return; in heap_validate() 132 label_return: in heap_validate()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule() local 528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule() 531 ReturnInst::Create(getGlobalContext(), label_return); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 525 BasicBlock *label_return = in makeLLVMModule() local 535 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule() 538 ReturnInst::Create(Context, label_return); in makeLLVMModule()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliParser.java | 7126 public static class label_return extends ParserRuleReturnScope { class in smaliParser 7135 public final smaliParser.label_return label() throws RecognitionException { in label() 7136 smaliParser.label_return retval = new smaliParser.label_return(); in label()
|