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

  /external/clang/lib/AST/
StmtOpenMP.cpp 302 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C,
307 llvm::alignTo(sizeof(OMPMasterDirective), llvm::alignOf<Stmt *>());
309 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc);
314 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C,
317 llvm::alignTo(sizeof(OMPMasterDirective), llvm::alignOf<Stmt *>());
319 return new (Mem) OMPMasterDirective();
    [all...]
StmtPrinter.cpp 1025 void StmtPrinter::VisitOMPMasterDirective(OMPMasterDirective *Node) {
    [all...]
StmtProfile.cpp 585 void StmtProfiler::VisitOMPMasterDirective(const OMPMasterDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 206 EmitOMPMasterDirective(cast<OMPMasterDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 224 milliseconds