Home
last modified time | relevance | path

Searched refs:ParallelLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h43 ParallelLoop, enumerator
98 case OpenACCDirectiveKind::ParallelLoop:
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp253 case OpenACCDirectiveKind::ParallelLoop: in isOpenACCDirectiveKind()
437 return OpenACCDirectiveKind::ParallelLoop; in ParseOpenACCDirectiveKind()