HomeSort by relevance Sort by last modified time
    Searched refs:OMPFirstprivateClause (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 44 return static_cast<const OMPFirstprivateClause *>(C);
190 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) {
196 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) {
202 OMPFirstprivateClause *
203 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
208 OMPFirstprivateClause *Clause =
209 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C,
220 return new (Mem) OMPFirstprivateClause(N)
    [all...]
StmtPrinter.cpp 788 void OMPClausePrinter::VisitOMPFirstprivateClause(OMPFirstprivateClause *Node) {
    [all...]
StmtProfile.cpp 372 OMPClauseProfiler::VisitOMPFirstprivateClause(const OMPFirstprivateClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 585 for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) {
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 113 milliseconds