Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp102 PushContextAndClauseSets(beginAccBlockDir.source, beginAccBlockDir.v); in Enter()
136 PushContextAndClauseSets(declarativeDir.source, declarativeDir.v); in Enter()
180 PushContextAndClauseSets(combinedDir.source, combinedDir.v); in Enter()
204 PushContextAndClauseSets(loopDir.source, loopDir.v); in Enter()
224 PushContextAndClauseSets(standaloneDir.source, standaloneDir.v); in Enter()
262 PushContextAndClauseSets(x.source, llvm::acc::Directive::ACCD_routine); in Enter()
287 PushContextAndClauseSets(verbatim.source, llvm::acc::Directive::ACCD_wait); in Enter()
294 PushContextAndClauseSets(x.source, llvm::acc::Directive::ACCD_atomic); in Enter()
302 PushContextAndClauseSets(verbatim.source, llvm::acc::Directive::ACCD_cache); in Enter()
H A Dcheck-omp-structure.cpp388 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter()
747 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter()
919 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter()
939 PushContextAndClauseSets( in Enter()
1041 PushContextAndClauseSets( in Enter()
1240 PushContextAndClauseSets(dir.source, dir.v); in Enter()
1333 PushContextAndClauseSets( in Enter()
1477 PushContextAndClauseSets( in Enter()
1617 PushContextAndClauseSets( in Enter()
1632 PushContextAndClauseSets( in Enter()
[all …]
H A Dcheck-directive-structure.h312 void PushContextAndClauseSets(const parser::CharBlock &source, D dir) { in PushContextAndClauseSets() function