Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/
Dinvalidate-assumptions.ll81 %call_result = call i1 @foo(i1 %trunc)
82 %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.c634 PyObject *call_result = _PyObject_Vectorcall( in context_run() local
641 return call_result; in context_run()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc906 xla::XlaOp call_result = in LowerFunctionCall() local
912 value_map[call_op->getResult(i)] = xla::GetTupleElement(call_result, i); in LowerFunctionCall()
915 value_map[call_op->getResult(0)] = call_result; in LowerFunctionCall()
/external/python/mock/mock/tests/
Dtesthelpers.py715 call_result = mock.Foo()
716 self.assertRaises(AttributeError, getattr, call_result, 'b')
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py701 call_result = mock.Foo()
702 self.assertRaises(AttributeError, getattr, call_result, 'b')