Lines Matching defs:C

59 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) {  in get()
64 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
183 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()
188 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
302 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
308 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
314 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
320 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
326 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
332 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
338 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
343 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, in Create()
358 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
394 OMPUpdateClause *OMPUpdateClause::Create(const ASTContext &C, in Create()
401 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
415 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
434 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
446 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
465 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
479 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
514 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
531 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
537 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create()
549 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
586 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
617 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
633 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
644 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
650 OMPAlignClause *OMPAlignClause::Create(const ASTContext &C, Expr *A, in Create()
680 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
693 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
721 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
734 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
794 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
830 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
867 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
886 OMPTaskReductionClause *OMPTaskReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
929 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
949 OMPInReductionClause *OMPInReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
955 OMPSizesClause *OMPSizesClause::Create(const ASTContext &C, in Create()
968 OMPSizesClause *OMPSizesClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
974 OMPFullClause *OMPFullClause::Create(const ASTContext &C, in Create()
983 OMPFullClause *OMPFullClause::CreateEmpty(const ASTContext &C) { in CreateEmpty()
987 OMPPartialClause *OMPPartialClause::Create(const ASTContext &C, in Create()
1000 OMPPartialClause *OMPPartialClause::CreateEmpty(const ASTContext &C) { in CreateEmpty()
1005 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1017 OMPAllocateClause *OMPAllocateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1023 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create()
1035 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
1040 OMPDepobjClause *OMPDepobjClause::Create(const ASTContext &C, in Create()
1050 OMPDepobjClause *OMPDepobjClause::CreateEmpty(const ASTContext &C) { in CreateEmpty()
1055 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1075 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1121 for (auto &C : ComponentLists) in getComponentsTotalNumber() local
1141 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1184 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1198 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1236 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1248 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1288 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1312 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1349 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1361 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1396 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1408 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1443 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1455 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1490 OMPHasDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1501 OMPNontemporalClause *OMPNontemporalClause::Create(const ASTContext &C, in Create()
1514 OMPNontemporalClause *OMPNontemporalClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1526 OMPInclusiveClause *OMPInclusiveClause::Create(const ASTContext &C, in Create()
1538 OMPInclusiveClause *OMPInclusiveClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1544 OMPExclusiveClause *OMPExclusiveClause::Create(const ASTContext &C, in Create()
1556 OMPExclusiveClause *OMPExclusiveClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1606 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1619 OMPUsesAllocatorsClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
1627 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1639 OMPAffinityClause *OMPAffinityClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1645 OMPInitClause *OMPInitClause::Create(const ASTContext &C, Expr *InteropVar, in Create()
1662 OMPInitClause *OMPInitClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
1668 OMPBindClause::Create(const ASTContext &C, OpenMPBindClauseKind K, in Create()
1674 OMPBindClause *OMPBindClause::CreateEmpty(const ASTContext &C) { in CreateEmpty()
1679 OMPDoacrossClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1697 OMPDoacrossClause *OMPDoacrossClause::CreateEmpty(const ASTContext &C, in CreateEmpty()