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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 82 return static_cast<const OMPIfClause *>(C);
281 OMPClause::child_range OMPIfClause::used_children() {
1561 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
StmtProfile.cpp 437 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1569 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
1693 if (const auto *C = S.getSingleClause<OMPIfClause>())
2450 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
4727 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
5917 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
6393 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
6631 if (const auto *C = S.getSingleClause<OMPIfClause>())
6656 if (const auto *C = S.getSingleClause<OMPIfClause>())
6677 if (const auto *C = S.getSingleClause<OMPIfClause>())
6835 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
    [all...]
CGOpenMPRuntime.cpp 6734 if (Dir->hasClausesOfKind<OMPIfClause>()) {
6737 const OMPIfClause *IfClause = nullptr;
6738 for (const auto *C : Dir->getClausesOfKind<OMPIfClause>()) {
6927 if (D.hasClausesOfKind<OMPIfClause>()) {
6928 const OMPIfClause *IfClause = nullptr;
6929 for (const auto *C : D.getClausesOfKind<OMPIfClause>()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 429 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
472 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond,
484 OMPIfClause()
514 auto Children = const_cast<OMPIfClause *>(this)->used_children();
RecursiveASTVisitor.h 3044 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4897 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers;
4901 if (const auto *IC = dyn_cast_or_null<OMPIfClause>(C)) {
6187 cast<OMPIfClause>(C)->getNameModifier() != OMPD_target)
6191 cast<OMPIfClause>(C)->getNameModifier() != OMPD_parallel)
13729 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc,
TreeTransform.h 9133 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6022 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) {
ASTReader.cpp 11704 C = new (Context) OMPIfClause();
11998 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2199 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) {

Completed in 147 milliseconds