reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 Indent(); 97 Indent() << "<<<NULL STATEMENT>>>" << NL; 155 Indent() << "<<unknown stmt type>>" << NL; 183 Indent() << "}"; 196 Indent() << ";" << NL; 200 Indent(); 206 Indent(); 212 Indent(-1) << "case "; 224 Indent(-1) << "default:" << NL; 229 Indent(-1) << Node->getName() << ":" << NL; 258 if (If->getElse()) Indent(); 279 Indent(); 284 Indent() << "switch ("; 296 Indent() << "while ("; 306 Indent() << "do "; 313 Indent(); 322 Indent() << "for ("; 339 Indent() << "for ("; 351 Indent() << "for ("; 364 Indent(); 380 Indent() << "goto " << Node->getLabel()->getName() << ";"; 385 Indent() << "goto *"; 392 Indent() << "continue;"; 397 Indent() << "break;"; 402 Indent() << "return"; 412 Indent() << "asm "; 492 Indent() << "__asm "; 497 Indent() << "}" << NL; 505 Indent() << "@try"; 513 Indent() << "@catch("; 526 Indent() << "@finally"; 536 Indent() << "@catch (...) { /* todo */ } " << NL; 540 Indent() << "@throw"; 554 Indent() << "@synchronized ("; 562 Indent() << "@autoreleasepool"; 578 Indent(); 584 Indent() << "try "; 594 Indent() << (Node->getIsCXXTry() ? "try " : "__try "); 622 Indent(); 628 Indent(); 634 Indent() << "__leave;"; 657 Indent() << "#pragma omp parallel"; 662 Indent() << "#pragma omp simd"; 667 Indent() << "#pragma omp for"; 672 Indent() << "#pragma omp for simd"; 677 Indent() << "#pragma omp sections"; 682 Indent() << "#pragma omp section"; 687 Indent() << "#pragma omp single"; 692 Indent() << "#pragma omp master"; 697 Indent() << "#pragma omp critical"; 707 Indent() << "#pragma omp parallel for"; 713 Indent() << "#pragma omp parallel for simd"; 719 Indent() << "#pragma omp parallel sections"; 724 Indent() << "#pragma omp task"; 729 Indent() << "#pragma omp taskyield"; 734 Indent() << "#pragma omp barrier"; 739 Indent() << "#pragma omp taskwait"; 744 Indent() << "#pragma omp taskgroup"; 749 Indent() << "#pragma omp flush"; 754 Indent() << "#pragma omp ordered"; 759 Indent() << "#pragma omp atomic"; 764 Indent() << "#pragma omp target"; 769 Indent() << "#pragma omp target data"; 775 Indent() << "#pragma omp target enter data"; 781 Indent() << "#pragma omp target exit data"; 787 Indent() << "#pragma omp target parallel"; 793 Indent() << "#pragma omp target parallel for"; 798 Indent() << "#pragma omp teams"; 804 Indent() << "#pragma omp cancellation point " 810 Indent() << "#pragma omp cancel " 816 Indent() << "#pragma omp taskloop"; 822 Indent() << "#pragma omp taskloop simd"; 828 Indent() << "#pragma omp master taskloop"; 834 Indent() << "#pragma omp master taskloop simd"; 840 Indent() << "#pragma omp parallel master taskloop"; 845 Indent() << "#pragma omp distribute"; 851 Indent() << "#pragma omp target update"; 857 Indent() << "#pragma omp distribute parallel for"; 863 Indent() << "#pragma omp distribute parallel for simd"; 869 Indent() << "#pragma omp distribute simd"; 875 Indent() << "#pragma omp target parallel for simd"; 880 Indent() << "#pragma omp target simd"; 886 Indent() << "#pragma omp teams distribute"; 892 Indent() << "#pragma omp teams distribute simd"; 898 Indent() << "#pragma omp teams distribute parallel for simd"; 904 Indent() << "#pragma omp teams distribute parallel for"; 909 Indent() << "#pragma omp target teams"; 915 Indent() << "#pragma omp target teams distribute"; 921 Indent() << "#pragma omp target teams distribute parallel for"; 927 Indent() << "#pragma omp target teams distribute parallel for simd"; 933 Indent() << "#pragma omp target teams distribute simd";