Home
last modified time | relevance | path

Searched refs:OMPDeviceClause (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3282 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective()
3410 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()
3430 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()
3450 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()
3627 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
/external/clang/include/clang/Basic/
DOpenMPKinds.def216 OPENMP_CLAUSE(device, OMPDeviceClause)
/external/clang/include/clang/AST/
DOpenMPClause.h2677 class OMPDeviceClause : public OMPClause {
2697 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function
2704 OMPDeviceClause() in OMPDeviceClause() function
DRecursiveASTVisitor.h2880 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp494 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
DStmtPrinter.cpp721 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1874 C = new (Context) OMPDeviceClause(); in readClause()
2257 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
DASTWriterStmt.cpp2029 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/tools/libclang/
DCIndex.cpp2123 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp10288 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
DTreeTransform.h8014 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()