Searched refs:OMPCriticalDirective (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1004 class OMPCriticalDirective : public OMPExecutableDirective { 1014 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function 1022 explicit OMPCriticalDirective() in OMPCriticalDirective() function 1042 static OMPCriticalDirective * 1050 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
| H A D | DataRecursiveASTVisitor.h | 2331 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
|
| H A D | RecursiveASTVisitor.h | 2353 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1707 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() 1710 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPCriticalDirective), in Create() 1713 OMPCriticalDirective *Dir = in Create() 1714 new (Mem) OMPCriticalDirective(Name, StartLoc, EndLoc); in Create() 1719 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1721 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPCriticalDirective), in CreateEmpty() 1724 return new (Mem) OMPCriticalDirective(); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 427 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
|
| H A D | StmtPrinter.cpp | 864 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 192 def OMPCriticalDirective : DStmt<OMPExecutableDirective>;
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 635 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
|
| H A D | CGStmt.cpp | 204 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 2016 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2073 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective() 2679 S = OMPCriticalDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1953 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1794 return cast<OMPCriticalDirective>(S)->getDirectiveName(); in get() 1875 void VisitOMPCriticalDirective(const OMPCriticalDirective *D); 2382 void EnqueueVisitor::VisitOMPCriticalDirective(const OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6662 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective() 6761 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()
|
| H A D | SemaOpenMP.cpp | 3079 return OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc, in ActOnOpenMPCriticalDirective()
|