Searched refs:temp (Results 1 – 4 of 4) sorted by relevance
172 FuncCall temp; in LLVMFuzzerCustomCrossOver() local175 temp = exec_spec1.function_call(i); in LLVMFuzzerCustomCrossOver()177 temp = exec_spec2.function_call(i); in LLVMFuzzerCustomCrossOver()179 exec_spec_out.add_function_call()->CopyFrom(temp); in LLVMFuzzerCustomCrossOver()
296 temp = tempfile.NamedTemporaryFile()298 temp.write(gtest_filter_flag)299 self._dut.adb.push('{src} {dst}'.format(src=temp.name, dst=dst))301 temp.close()
204 VariableSpecificationMessage temp = cur_val.vector_value(0); in GetCppVariableType() local205 cur_val = temp; in GetCppVariableType()323 VariableSpecificationMessage temp = cur_val.ref_value(); in GetCppVariableType() local324 cur_val = temp; in GetCppVariableType()
30 $(LOCAL_BUILT_MODULE): PRIVATE_TEMP_DIR := $(intermediates)/vts/temp