Home
last modified time | relevance | path

Searched refs:OMPAtomicDirective (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h1637 class OMPAtomicDirective : public OMPExecutableDirective {
1665 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPAtomicDirective() function
1675 explicit OMPAtomicDirective(unsigned NumClauses) in OMPAtomicDirective() function
1712 static OMPAtomicDirective *
1723 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
HDDataRecursiveASTVisitor.h2402 DEF_TRAVERSE_STMT(OMPAtomicDirective,
HDRecursiveASTVisitor.h2434 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp2184 OMPAtomicDirective *OMPAtomicDirective::Create( in Create()
2188 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in Create()
2192 OMPAtomicDirective *Dir = in Create()
2193 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2205 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2208 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), in CreateEmpty()
2212 return new (Mem) OMPAtomicDirective(NumClauses); in CreateEmpty()
HDStmtProfile.cpp528 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
HDStmtPrinter.cpp939 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td205 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2229 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
2858 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
HDASTWriterStmt.cpp2049 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp235 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp2056 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
HDCodeGenFunction.h2214 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp4468 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
HDTreeTransform.h7097 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()