Home
last modified time | relevance | path

Searched refs:make_empty (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp162 earlier_block->children.make_empty(); in opt_predicated_break()
168 later_block->parents.make_empty(); in opt_predicated_break()
Dbrw_cfg.cpp68 instructions.make_empty(); in bblock_t()
69 parents.make_empty(); in bblock_t()
70 children.make_empty(); in bblock_t()
173 block_list.make_empty(); in cfg_t()
Dbrw_fs_cse.cpp330 aeb.make_empty(); in opt_cse_local()
Dbrw_fs_copy_propagation.cpp218 acp_table[i].make_empty(); in setup_initial_values()
Dbrw_schedule_instructions.cpp610 this->instructions.make_empty(); in instruction_scheduler()
Dbrw_fs_generator.cpp264 this->discard_halt_patches.make_empty(); in patch_halt_jumps()
Dbrw_fs.cpp6526 block->instructions.make_empty(); in allocate_registers()
/third_party/skia/tests/
DEmptyPathTest.cpp107 static void make_empty(SkPath*) {} in make_empty() function
127 make_empty, make_M, make_MM, make_MZM, make_L, make_Q, make_C in test_emptydrawing()
/third_party/mesa3d/src/compiler/glsl/
Dopt_constant_propagation.cpp342 acp->make_empty(); in visit_enter()
386 acp->make_empty(); in visit_enter()
419 orig_acp->make_empty(); in handle_loop()
Dlist.h299 make_empty(); in exec_list()
302 void make_empty();
581 inline void exec_list::make_empty() in make_empty() function
Dopt_structure_splitting.cpp79 this->variable_list.make_empty(); in ir_structure_reference_visitor()
Dopt_array_splitting.cpp95 this->variable_list.make_empty(); in ir_array_reference_visitor()
Dglsl_parser_extras.cpp71 this->translation_unit.make_empty(); in _mesa_glsl_parse_state()
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_int64_test.cpp64 instructions.make_empty(); in SetUp()
392 instructions.make_empty(); in SetUp()
Dopt_add_neg_to_sub_test.cpp51 instructions.make_empty(); in SetUp()
Dbuiltin_variable_test.cpp63 this->ir.make_empty(); in SetUp()
Darray_refcount_test.cpp100 instructions.make_empty(); in SetUp()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1806 NodeGenerator<HeapObject> make_empty = [=]() -> TNode<HeapObject> { in LoadSlowProperties() local
1824 return Select<HeapObject>(TaggedIsSmi(properties), make_empty, in LoadSlowProperties()