Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/BDCE/
Dinvalidate-assumptions.ll76 %call_result = call i1 @foo(i1 %trunc)
77 %add = add nsw nuw i1 %call_result, 1
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py152 call_result = call.start_client_batch(operations, tag)
153 self.assertEqual(cygrpc.CallError.ok, call_result)
/external/python/cpython3/Python/
Dcontext.c649 PyObject *call_result = _PyObject_VectorcallTstate( in context_run() local
656 return call_result; in context_run()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py722 call_result = mock.Foo()
723 self.assertRaises(AttributeError, getattr, call_result, 'b')
/external/python/mock/mock/tests/
Dtesthelpers.py715 call_result = mock.Foo()
716 self.assertRaises(AttributeError, getattr, call_result, 'b')
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1375 xla::XlaOp call_result = in LowerFunctionCall() local
1381 value_map[call_op.getResult(i)] = xla::GetTupleElement(call_result, i); in LowerFunctionCall()
1384 value_map[call_op.getResult(0)] = call_result; in LowerFunctionCall()