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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 72 return static_cast<const OMPLastprivateClause *>(C);
179 return static_cast<const OMPLastprivateClause *>(C);
465 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
471 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
478 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
485 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
493 OMPLastprivateClause *OMPLastprivateClause::Create(
500 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause(
    [all...]
StmtProfile.cpp 607 OMPClauseProfiler::VisitOMPLastprivateClause(const OMPLastprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2503 class OMPLastprivateClause final
2504 : public OMPVarListClause<OMPLastprivateClause>,
2506 private llvm::TrailingObjects<OMPLastprivateClause, Expr *> {
2540 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc,
2544 : OMPVarListClause<OMPLastprivateClause>(llvm::omp::OMPC_lastprivate,
2552 explicit OMPLastprivateClause(unsigned N)
2553 : OMPVarListClause<OMPLastprivateClause>(
2643 static OMPLastprivateClause *
2654 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2718 auto Children = const_cast<OMPLastprivateClause *>(this)->children()
    [all...]
RecursiveASTVisitor.h 3303 OMPLastprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 792 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1052 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1122 llvm::any_of(D.getClausesOfKind<OMPLastprivateClause>(),
1123 [](const OMPLastprivateClause *C) {
1150 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1507 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
4299 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
CGOpenMPRuntimeGPU.cpp 314 else if (const auto *PC = dyn_cast<OMPLastprivateClause>(C))
1619 for (const auto *C : Dir->getClausesOfKind<OMPLastprivateClause>()) {
CGOpenMPRuntime.cpp 12169 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
12215 llvm::any_of(S.getClausesOfKind<OMPLastprivateClause>(),
12216 [](const OMPLastprivateClause *C) {
12229 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2621 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) {
5083 auto *PC = cast<OMPLastprivateClause>(Cl);
15838 return OMPLastprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
TreeTransform.h 9521 TreeTransform<Derived>::TransformOMPLastprivateClause(OMPLastprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6213 void OMPClauseWriter::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
ASTReader.cpp 11808 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
12212 void OMPClauseReader::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2387 const OMPLastprivateClause *C) {

Completed in 106 milliseconds