Searched refs:GoodIter (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp373 class GoodIter { class
375 GoodIter() {} function in class:GoodIter
376 GoodIter(const GoodIter &) {} function in class:GoodIter
377 GoodIter(int fst, int snd) {} function in class:GoodIter
378 GoodIter &operator=(const GoodIter &that) { return *this; }
379 GoodIter &operator=(const Iter0 &that) { return *this; }
380 GoodIter &operator+=(int x) { return *this; }
381 explicit GoodIter(voi function in class:GoodIter
[all...]
H A Dparallel_for_loop_messages.cpp322 class GoodIter { class
324 GoodIter() {} function in class:GoodIter
325 GoodIter(const GoodIter &) {} function in class:GoodIter
326 GoodIter(int fst, int snd) {} function in class:GoodIter
327 GoodIter &operator=(const GoodIter &that) { return *this; }
328 GoodIter &operator=(const Iter0 &that) { return *this; }
329 GoodIter &operator+=(int x) { return *this; }
330 explicit GoodIter(voi function in class:GoodIter
[all...]
H A Dsimd_loop_messages.cpp315 class GoodIter { class
317 GoodIter() { } function in class:GoodIter
318 GoodIter(const GoodIter &) { } function in class:GoodIter
319 GoodIter(int fst, int snd) { } function in class:GoodIter
320 GoodIter &operator =(const GoodIter &that) { return *this; }
321 GoodIter &operator =(const Iter0 &that) { return *this; }
322 GoodIter &operator +=(int x) { return *this; }
323 explicit GoodIter(voi function in class:GoodIter
[all...]

Completed in 889 milliseconds