Searched refs:call_result (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/Transforms/BDCE/ |
D | invalidate-assumptions.ll | 76 %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/ |
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 | 649 PyObject *call_result = _PyObject_VectorcallTstate( in context_run() local 656 return call_result; in context_run()
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 722 call_result = mock.Foo() 723 self.assertRaises(AttributeError, getattr, call_result, 'b')
|
/external/python/mock/mock/tests/ |
D | testhelpers.py | 715 call_result = mock.Foo() 716 self.assertRaises(AttributeError, getattr, call_result, 'b')
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 1375 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()
|