HomeSort by: relevance | last modified time | path
    Searched refs:OMPTaskyieldDirective (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 628 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C,
631 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc);
634 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C,
636 return new (C) OMPTaskyieldDirective();
StmtPrinter.cpp 739 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) {
StmtProfile.cpp 964 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2363 class OMPTaskyieldDirective : public OMPExecutableDirective {
2371 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2377 explicit OMPTaskyieldDirective()
2389 static OMPTaskyieldDirective *
2396 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
RecursiveASTVisitor.h 2866 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2380 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) {
3261 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty);
ASTWriterStmt.cpp 2341 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 248 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S));
CodeGenFunction.h 3457 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
CGStmtOpenMP.cpp 4754 const OMPTaskyieldDirective &S) {
CGOpenMPRuntime.cpp 6560 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2060 void VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *D);
2953 const OMPTaskyieldDirective *D) {
5603 return cxstring::createRef("OMPTaskyieldDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8650 OMPTaskyieldDirective *D) {
SemaOpenMP.cpp 10163 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc);

Completed in 105 milliseconds