Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1211 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
2563 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
3276 if (auto *C = S.getSingleClause<OMPIfClause>()) { in EmitOMPTargetDirective()
3364 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()
3405 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetDataDirective()
3425 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetEnterDataDirective()
3445 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetExitDataDirective()
3482 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskLoopBasedDirective()
3622 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetUpdateDirective()
/external/clang/include/clang/Basic/
DOpenMPKinds.def187 OPENMP_CLAUSE(if, OMPIfClause)
/external/clang/include/clang/AST/
DOpenMPClause.h197 class OMPIfClause : public OMPClause {
234 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, in OMPIfClause() function
244 OMPIfClause() in OMPIfClause() function
DRecursiveASTVisitor.h2611 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp289 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
DStmtPrinter.cpp604 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1778 C = new (Context) OMPIfClause(); in readClause()
1950 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
DASTWriterStmt.cpp1797 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3302 SmallVector<const OMPIfClause *, OMPC_unknown + 1> FoundNameModifiers( in checkIfClauses()
3306 if (const auto *IC = dyn_cast_or_null<OMPIfClause>(C)) { in checkIfClauses()
7350 return new (Context) OMPIfClause(NameModifier, ValExpr, StartLoc, LParenLoc, in ActOnOpenMPIfClause()
DTreeTransform.h7633 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) { in TransformOMPIfClause()
/external/clang/tools/libclang/
DCIndex.cpp2064 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()