Searched refs:call_result (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/ |
D | invalidate-assumptions.ll | 81 %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/ |
D | cygrpc_test.py | 152 call_result = call.start_client_batch(operations, tag) 153 self.assertEqual(cygrpc.CallError.ok, call_result)
|
/external/python/cpython3/Python/ |
D | context.c | 634 PyObject *call_result = _PyObject_Vectorcall( in context_run() local 641 return call_result; in context_run()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 906 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/ |
D | testhelpers.py | 715 call_result = mock.Foo() 716 self.assertRaises(AttributeError, getattr, call_result, 'b')
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 701 call_result = mock.Foo() 702 self.assertRaises(AttributeError, getattr, call_result, 'b')
|