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

  /external/clang/include/clang/AST/
StmtOpenMP.h 33 class OMPExecutableDirective : public Stmt {
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,
218 return const_cast<OMPExecutableDirective *>(this)->getClauses();
231 class OMPParallelDirective : public OMPExecutableDirective {
243 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
252 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
293 class OMPLoopDirective : public OMPExecutableDirective {
392 : OMPExecutableDirective(That, SC, Kind, StartLoc, EndLoc, NumClauses,
    [all...]
RecursiveASTVisitor.h 498 bool TraverseOMPExecutableDirective(OMPExecutableDirective *S);
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.h 130 void emitTargetOutlinedFunction(const OMPExecutableDirective &D,
158 emitParallelOrTeamsOutlinedFunction(const OMPExecutableDirective &D,
171 void emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D,
CGOpenMPRuntime.h 41 class OMPExecutableDirective;
126 virtual void emitTargetOutlinedFunctionHelper(const OMPExecutableDirective &D,
491 const OMPExecutableDirective &D,
515 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
534 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
    [all...]
CGOpenMPRuntimeNVPTX.cpp 308 const OMPExecutableDirective &D, StringRef ParentName,
362 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
380 const OMPExecutableDirective &D,
CGStmtOpenMP.cpp 30 void emitPreInitStmt(CodeGenFunction &CGF, const OMPExecutableDirective &S) {
56 OMPLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S,
572 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D,
666 const OMPExecutableDirective &D,
692 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) {
759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) {
    [all...]
CGOpenMPRuntime.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 506 void VisitOMPExecutableDirective(const OMPExecutableDirective *Node);
    [all...]
StmtPrinter.cpp 75 void PrintOMPExecutableDirective(OMPExecutableDirective *S);
972 void StmtPrinter::PrintOMPExecutableDirective(OMPExecutableDirective *S) {
    [all...]
StmtProfile.cpp 543 StmtProfiler::VisitOMPExecutableDirective(const OMPExecutableDirective *S) {
    [all...]
StmtOpenMP.cpp 20 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h 652 StmtResult TransformOMPExecutableDirective(OMPExecutableDirective *S);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 145 milliseconds