Home
last modified time | relevance | path

Searched refs:param_needs_copy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.h36 virtual bool param_needs_copy(int pos) const;
82 virtual bool param_needs_copy(int pos) const override;
H A Dcpp.cc658 if (!method.param_needs_copy(i)) in print_method_header()
1162 bool Method::param_needs_copy(int pos) const in param_needs_copy() function in Method
1229 bool NoCopyMethod::param_needs_copy(int pos) const in param_needs_copy() function in NoCopyMethod
1237 return Method::param_needs_copy(pos); in param_needs_copy()