Searched refs:unwrap (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr54318.C13 int unwrap(int);
16 auto unwrap(T t) -> decltype(unwrap(unwrap1(t))) function
18 return unwrap(unwrap1(t));
23 unwrap(wrapped<wrapped<int>>());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); } function in class:DomainBase
29 const Domain_t &unwrap() const { function in class:DomainBase
48 Domain_t &operator[](int) { return this->unwrap(); }
50 const Domain_t &operator[](int) const { return this->unwrap(); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr63587-2.C69 template <typename F> F unwrap (F, int);
78 unwrap (f, 0)(__trans_tmp_1);
/haiku-buildtools/isl/
H A Disl_space.c1626 isl_space *unwrap; local
1635 unwrap = isl_space_copy(dim->nested[1]);
1638 return unwrap;
/haiku-buildtools/isl/doc/
H A Dimplementation.tex1187 CK := wrap((unwrap CD) * (dom (unwrap NCP)));
1206 T := unwrap({ [dx,dy] -> [[x,y] -> [x+dx,y+dy]] }(K));

Completed in 40 milliseconds