Home
last modified time | relevance | path

Searched refs:STMT_OMP_DISTRIBUTE_PARALLEL_FOR_DIRECTIVE (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h1478 STMT_OMP_DISTRIBUTE_PARALLEL_FOR_DIRECTIVE, enumerator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2454 Code = serialization::STMT_OMP_DISTRIBUTE_PARALLEL_FOR_DIRECTIVE; in VisitOMPDistributeParallelForDirective()
DASTReaderStmt.cpp3443 case STMT_OMP_DISTRIBUTE_PARALLEL_FOR_DIRECTIVE: { in ReadStmtFromStream()