Searched refs:Depobj (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4441 Expr *Depobj = nullptr; variable 4458 void setDepobj(Expr *E) { Depobj = E; } in setDepobj() 4473 SourceLocation EndLoc, Expr *Depobj); 4481 Expr *getDepobj() { return Depobj; } in getDepobj() 4482 const Expr *getDepobj() const { return Depobj; } in getDepobj() 4488 return child_range(reinterpret_cast<Stmt **>(&Depobj), in children() 4489 reinterpret_cast<Stmt **>(&Depobj) + 1); in children()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 780 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause() local 781 Profiler->VisitStmt(Depobj); in VisitOMPDepobjClause()
|
| H A D | OpenMPClause.cpp | 985 Expr *Depobj) { in Create() argument 987 Clause->setDepobj(Depobj); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17730 OMPClause *Sema::ActOnOpenMPDepobjClause(Expr *Depobj, SourceLocation StartLoc, in ActOnOpenMPDepobjClause() argument 17733 if (!Depobj) in ActOnOpenMPDepobjClause() 17740 if (!Depobj->isTypeDependent() && !Depobj->isValueDependent() && in ActOnOpenMPDepobjClause() 17741 !Depobj->isInstantiationDependent() && in ActOnOpenMPDepobjClause() 17742 !Depobj->containsUnexpandedParameterPack() && in ActOnOpenMPDepobjClause() 17744 !Context.typesAreCompatible(DSAStack->getOMPDependT(), Depobj->getType(), in ActOnOpenMPDepobjClause() 17746 Diag(Depobj->getExprLoc(), diag::err_omp_expected_omp_depend_t_lvalue) in ActOnOpenMPDepobjClause() 17747 << 0 << Depobj->getType() << Depobj->getSourceRange(); in ActOnOpenMPDepobjClause() 17750 if (!Depobj->isLValue()) { in ActOnOpenMPDepobjClause() 17751 Diag(Depobj->getExprLoc(), diag::err_omp_expected_omp_depend_t_lvalue) in ActOnOpenMPDepobjClause() [all …]
|
| H A D | TreeTransform.h | 1873 OMPClause *RebuildOMPDepobjClause(Expr *Depobj, SourceLocation StartLoc, in RebuildOMPDepobjClause() argument 1876 return getSema().ActOnOpenMPDepobjClause(Depobj, StartLoc, LParenLoc, in RebuildOMPDepobjClause()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.def | 505 Operand 0: OMP_DEPOBJ_DEPOBJ: Depobj expression
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.def | 495 Operand 0: OMP_DEPOBJ_DEPOBJ: Depobj expression
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 11128 OMPClause *ActOnOpenMPDepobjClause(Expr *Depobj, SourceLocation StartLoc,
|