MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / value

Method value

test/include/test.hpp:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 friend decltype(auto) get_value(const expression& e) { return e.value(); }
255
256 decltype(auto) value() const { return Operator::call(get_value(lhs), get_value(rhs)); };
257
258 TEST_FOREACH_UNARY_OPERATORS(TEST_EXPR_UNARY_OPERATOR)
259 TEST_FOREACH_BINARY_OPERATORS(TEST_EXPR_BINARY_OPERATOR)

Callers 9

generate_forFunction · 0.45
compare_predicateFunction · 0.45
TEST_CASEFunction · 0.45
create_programMethod · 0.45
create_programMethod · 0.45
print_stream_implFunction · 0.45
get_valueMethod · 0.45
get_valueMethod · 0.45
failedMethod · 0.45

Calls 2

callFunction · 0.85
get_valueFunction · 0.85

Tested by

no test coverage detected