Searched refs:PushContextAndClauseSets (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-acc-structure.cpp | 99 PushContextAndClauseSets(beginAccBlockDir.source, beginAccBlockDir.v); in Enter() 133 PushContextAndClauseSets(declarativeDir.source, declarativeDir.v); in Enter() 155 PushContextAndClauseSets(combinedDir.source, combinedDir.v); in Enter() 179 PushContextAndClauseSets(loopDir.source, loopDir.v); in Enter() 199 PushContextAndClauseSets(standaloneDir.source, standaloneDir.v); in Enter() 237 PushContextAndClauseSets(x.source, llvm::acc::Directive::ACCD_routine); in Enter() 250 PushContextAndClauseSets(verbatim.source, llvm::acc::Directive::ACCD_wait); in Enter() 257 PushContextAndClauseSets(x.source, llvm::acc::Directive::ACCD_atomic); in Enter() 265 PushContextAndClauseSets(verbatim.source, llvm::acc::Directive::ACCD_cache); in Enter()
|
D | check-omp-structure.cpp | 72 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 94 PushContextAndClauseSets(beginDir.source, llvm::omp::Directive::OMPD_do); in Enter() 127 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 151 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 164 PushContextAndClauseSets( in Enter() 175 PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_declare_simd); in Enter() 198 PushContextAndClauseSets(dir.source, dir.v); in Enter() 208 PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_flush); in Enter() 217 PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_cancel); in Enter() 226 PushContextAndClauseSets(dir.source, llvm::omp::Directive::OMPD_critical); in Enter() [all …]
|
D | check-directive-structure.h | 215 void PushContextAndClauseSets(const parser::CharBlock &source, D dir) { in PushContextAndClauseSets() function
|