Searched refs:HasDirectiveList (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPConstants.h | 90 bool HasDirectiveList; member 97 #define OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, \ argument 99 {Identifier, StartsWith, HasDirectiveList, HasExpression},
|
| H A D | OMPKinds.def | 1147 #define __OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, HasExpression) \ 1148 OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, HasExpression)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1586 if (ACMI.HasDirectiveList || ACMI.HasExpression) { in ParseOpenMPAssumesDirective()
|