Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c64 struct cil_list *new_sub = NULL; in cil_copy_list() local
65 cil_copy_list((struct cil_list*)orig_item->data, &new_sub); in cil_copy_list()
66 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc2360 HSub* new_sub = new (GetGraph()->GetAllocator()) HSub( in VisitNeg() local
2362 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, new_sub); in VisitNeg()