Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dinline.c291 static struct asm_operand_list *copy_asm_operands(struct asm_operand_list *in) in copy_asm_operands() function
454 stmt->asm_inputs = copy_asm_operands(stmt->asm_inputs); in copy_one_statement()
455 stmt->asm_outputs = copy_asm_operands(stmt->asm_outputs); in copy_one_statement()