MCPcopy Create free account
hub / github.com/Samsung/UTopia / isOutParam

Method isOutParam

lib/rootdefanalysis/RDExtension.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool RDExtension::isOutParam(const Argument &A) const {
23 if (!DirectionReport || !DirectionReport->has(A))
24 return false;
25 return DirectionReport->get(A) == Dir_Out;
26}
27
28bool RDExtension::isTermination(const CallBase &CB, size_t ParamNo) const {
29

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected