Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.h32 virtual bool param_needs_copy(int pos) const;
53 virtual bool param_needs_copy(int pos) const override;
H A Dcpp.cc658 if (!method.param_needs_copy(i)) in print_method_header()
1052 bool Method::param_needs_copy(int pos) const in param_needs_copy() function in Method
1119 bool NoCopyMethod::param_needs_copy(int pos) const in param_needs_copy() function in NoCopyMethod
1127 return Method::param_needs_copy(pos); in param_needs_copy()