Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.h74 bool CheckAllowedModifier(llvm::acc::Clause clause);
H A Dcheck-acc-structure.cpp44 bool AccStructureChecker::CheckAllowedModifier(llvm::acc::Clause clause) { in CheckAllowedModifier() function in Fortran::semantics::AccStructureChecker
375 if (CheckAllowedModifier(llvm::acc::Clause::ACCC_copyin)) { in Enter()
395 if (CheckAllowedModifier(llvm::acc::Clause::ACCC_copyout)) { in Enter()