Home
last modified time | relevance | path

Searched refs:call_result (Results 1 – 5 of 5) 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.c618 PyObject *call_result = _PyObject_FastCallKeywords( in context_run() local
625 return call_result; in context_run()
/external/python/mock/mock/tests/
Dtesthelpers.py666 call_result = mock.Foo()
667 self.assertRaises(AttributeError, getattr, call_result, 'b')
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py663 call_result = mock.Foo()
664 self.assertRaises(AttributeError, getattr, call_result, 'b')