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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3149 class OMPTargetParallelForDirective : public OMPLoopDirective {
3162 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc,
3172 explicit OMPTargetParallelForDirective(unsigned CollapsedNum)
3200 static OMPTargetParallelForDirective *
3213 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3224 return const_cast<OMPTargetParallelForDirective *>(this)
RecursiveASTVisitor.h 2914 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 826 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create(
830 auto *Dir = createDirective<OMPTargetParallelForDirective>(
863 OMPTargetParallelForDirective *
864 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C,
867 return createEmptyDirective<OMPTargetParallelForDirective>(
StmtPrinter.cpp 813 OMPTargetParallelForDirective *Node) {
StmtProfile.cpp 1026 const OMPTargetParallelForDirective *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2457 OMPTargetParallelForDirective *D) {
3333 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2335 OMPTargetParallelForDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 299 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S));
CGStmtOpenMP.cpp 1335 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr();
6737 const OMPTargetParallelForDirective &S,
6755 const OMPTargetParallelForDirective &S) {
6769 const OMPTargetParallelForDirective &S) {
CodeGenFunction.h 3473 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3524 const OMPTargetParallelForDirective &S);
CGOpenMPRuntime.cpp 1265 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D))
10393 CGM, ParentName, cast<OMPTargetParallelForDirective>(E));
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2078 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
3017 const OMPTargetParallelForDirective *D) {
5631 return cxstring::createRef("OMPTargetParallelForDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8804 OMPTargetParallelForDirective *D) {
SemaOpenMP.cpp 11239 return OMPTargetParallelForDirective::Create(

Completed in 190 milliseconds