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

  /external/clang/lib/AST/
StmtOpenMP.cpp 500 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C,
503 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective));
504 OMPTaskyieldDirective *Dir =
505 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc);
509 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C,
511 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective));
512 return new (Mem) OMPTaskyieldDirective();
    [all...]
StmtPrinter.cpp 1063 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) {
    [all...]
StmtProfile.cpp 613 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 224 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*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 300 milliseconds