HomeSort by: relevance | last modified time | path
    Searched refs:OMPTeamsDistributeParallelForDirective (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 4520 class OMPTeamsDistributeParallelForDirective final : public OMPLoopDirective {
4532 OMPTeamsDistributeParallelForDirective(SourceLocation StartLoc,
4543 explicit OMPTeamsDistributeParallelForDirective(unsigned CollapsedNum)
4571 static OMPTeamsDistributeParallelForDirective *
4583 static OMPTeamsDistributeParallelForDirective *
4593 return const_cast<OMPTeamsDistributeParallelForDirective *>(this)
RecursiveASTVisitor.h 2968 DEF_TRAVERSE_STMT(OMPTeamsDistributeParallelForDirective,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1653 OMPTeamsDistributeParallelForDirective *
1654 OMPTeamsDistributeParallelForDirective::Create(
1658 auto *Dir = createDirective<OMPTeamsDistributeParallelForDirective>(
1704 OMPTeamsDistributeParallelForDirective *
1705 OMPTeamsDistributeParallelForDirective::CreateEmpty(const ASTContext &C,
1709 return createEmptyDirective<OMPTeamsDistributeParallelForDirective>(
StmtPrinter.cpp 930 OMPTeamsDistributeParallelForDirective *Node) {
StmtProfile.cpp 1132 const OMPTeamsDistributeParallelForDirective *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2561 OMPTeamsDistributeParallelForDirective *D) {
3481 S = OMPTeamsDistributeParallelForDirective::CreateEmpty(
ASTWriterStmt.cpp 2507 OMPTeamsDistributeParallelForDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 359 cast<OMPTeamsDistributeParallelForDirective>(*S));
CGStmtOpenMP.cpp 1342 TaskRedRef = cast<OMPTeamsDistributeParallelForDirective>(D)
2959 if (const auto *D = dyn_cast<OMPTeamsDistributeParallelForDirective>(&S))
6236 const OMPTeamsDistributeParallelForDirective &S) {
CodeGenFunction.h 3503 const OMPTeamsDistributeParallelForDirective &S);
CGOpenMPRuntime.cpp 1270 dyn_cast<OMPTeamsDistributeParallelForDirective>(&D))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2104 const OMPTeamsDistributeParallelForDirective *D);
3109 const OMPTeamsDistributeParallelForDirective *D) {
5671 return cxstring::createRef("OMPTeamsDistributeParallelForDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9027 OMPTeamsDistributeParallelForDirective *D) {
SemaOpenMP.cpp 12298 return OMPTeamsDistributeParallelForDirective::Create(

Completed in 120 milliseconds