HomeSort by relevance Sort by last modified time
    Searched refs:GoodIter (Results 1 - 3 of 3) sorted by null

  /external/clang/test/OpenMP/
for_loop_messages.cpp 373 class GoodIter {
375 GoodIter() {}
376 GoodIter(const GoodIter &) {}
377 GoodIter(int fst, int snd) {}
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(void *) {
    [all...]
parallel_for_loop_messages.cpp 322 class GoodIter {
324 GoodIter() {}
325 GoodIter(const GoodIter &) {}
326 GoodIter(int fst, int snd) {}
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(void *) {
    [all...]
simd_loop_messages.cpp 315 class GoodIter {
317 GoodIter() { }
318 GoodIter(const GoodIter &) { }
319 GoodIter(int fst, int snd) { }
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(void *) {
    [all...]

Completed in 128 milliseconds