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

  /external/clang/lib/AST/
StmtOpenMP.cpp 322 OMPCriticalDirective *OMPCriticalDirective::Create(
327 llvm::alignTo(sizeof(OMPCriticalDirective), llvm::alignOf<OMPClause *>());
330 OMPCriticalDirective *Dir =
331 new (Mem) OMPCriticalDirective(Name, StartLoc, EndLoc, Clauses.size());
337 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C,
341 llvm::alignTo(sizeof(OMPCriticalDirective), llvm::alignOf<OMPClause *>());
344 return new (Mem) OMPCriticalDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1030 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) {
    [all...]
StmtProfile.cpp 589 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 209 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 78 typedef llvm::StringMap<std::pair<OMPCriticalDirective *, llvm::APSInt>>
151 void addCriticalWithHint(OMPCriticalDirective *D, llvm::APSInt Hint) {
154 const std::pair<OMPCriticalDirective *, llvm::APSInt>
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 497 milliseconds