Home
last modified time | relevance | path

Searched refs:builtAll (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8922 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPSimdDirective()
8961 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForDirective()
8998 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForSimdDirective()
9195 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelForDirective()
10433 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelForDirective()
10723 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopDirective()
10760 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopSimdDirective()
10809 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMasterTaskLoopDirective()
10846 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMasterTaskLoopSimdDirective()
10914 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelMasterTaskLoopDirective()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp5470 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPSimdDirective()
5524 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForDirective()
5561 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForSimdDirective()
5778 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelForDirective()
6796 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelForDirective()
7003 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopDirective()
7035 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopSimdDirective()
7078 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPDistributeDirective()
7111 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPDistributeParallelForDirective()
7144 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPDistributeParallelForSimdDirective()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h565 bool builtAll() { in builtAll() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h866 bool builtAll() { in builtAll() function