Searched refs:OMPLinearClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp77 return static_cast<const OMPLinearClause *>(C);
162 return static_cast<const OMPLinearClause *>(C);
446 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) {
452 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) {
458 void OMPLinearClause::setUpdates(ArrayRef<Expr *> UL) {
464 void OMPLinearClause::setFinals(ArrayRef<Expr *> FL) {
470 void OMPLinearClause::setUsedExprs(ArrayRef<Expr *> UE) {
477 OMPLinearClause *OMPLinearClause::Create(
487 OMPLinearClause *Claus
[all...]
H A DStmtProfile.cpp650 void OMPClauseProfiler::VisitOMPLinearClause(const OMPLinearClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3166 class OMPLinearClause final
3167 : public OMPVarListClause<OMPLinearClause>,
3169 private llvm::TrailingObjects<OMPLinearClause, Expr *> {
3196 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
3200 : OMPVarListClause<OMPLinearClause>(OMPC_linear, StartLoc, LParenLoc,
3208 explicit OMPLinearClause(unsigned NumVars) function in class:clang::final
3209 : OMPVarListClause<OMPLinearClause>(OMPC_linear, SourceLocation(),
3292 static OMPLinearClause *
3303 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
3419 auto Children = const_cast<OMPLinearClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3198 bool RecursiveASTVisitor<Derived>::VisitOMPLinearClause(OMPLinearClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2319 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
3858 SmallVector<const OMPLinearClause *, 4> LCs;
3898 LCs.push_back(cast<OMPLinearClause>(Clause));
3916 for (const OMPLinearClause *C : LCs) {
4385 auto *PC = cast<OMPLinearClause>(Cl);
8043 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8082 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8118 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8320 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8361 if (auto *LC = dyn_cast<OMPLinearClause>(
[all...]
H A DTreeTransform.h9046 TreeTransform<Derived>::TransformOMPLinearClause(OMPLinearClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1490 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1577 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1616 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1782 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6267 void OMPClauseWriter::VisitOMPLinearClause(OMPLinearClause *C) {
H A DASTReader.cpp11626 C = OMPLinearClause::CreateEmpty(Context, Record.readInt());
12040 void OMPClauseReader::VisitOMPLinearClause(OMPLinearClause *C) {

Completed in 346 milliseconds