Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.cpp44 bool AccStructureChecker::CheckAllowedModifier(llvm::acc::Clause clause) { in CheckAllowedModifier() function in Fortran::semantics::AccStructureChecker
337 if (CheckAllowedModifier(llvm::acc::Clause::ACCC_copyin)) in Enter()
356 if (CheckAllowedModifier(llvm::acc::Clause::ACCC_copyout)) in Enter()
Dcheck-acc-structure.h116 bool CheckAllowedModifier(llvm::acc::Clause clause);