Searched refs:target_in (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse-llvm.c | 721 LLVMValueRef addr, target_in; in output_op_store() local 725 target_in = pseudo_to_rvalue(fn, insn->type, insn->target); in output_op_store() 728 LLVMBuildStore(fn->builder, target_in, addr); in output_op_store()
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 3544 expat_pi_handler(XMLParserObject* self, const XML_Char* target_in, in expat_pi_handler() argument 3560 pi_target = PyUnicode_DecodeUTF8(target_in, strlen(target_in), "strict"); in expat_pi_handler() 3572 pi_target = PyUnicode_DecodeUTF8(target_in, strlen(target_in), "strict"); in expat_pi_handler()
|
Completed in 7 milliseconds