Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h1923 STMT_OMP_TARGET_PARALLEL_FOR_DIRECTIVE, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp2354 Code = serialization::STMT_OMP_TARGET_PARALLEL_FOR_DIRECTIVE; in VisitOMPTargetParallelForDirective()
DASTReaderStmt.cpp3355 case STMT_OMP_TARGET_PARALLEL_FOR_DIRECTIVE: { in ReadStmtFromStream()