Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp499 class CheckSpecificationExprHelper class
500 : public AnyTraverse<CheckSpecificationExprHelper,
504 using Base = AnyTraverse<CheckSpecificationExprHelper, Result>;
505 explicit CheckSpecificationExprHelper( in CheckSpecificationExprHelper() function in Fortran::evaluate::CheckSpecificationExprHelper
672 if (auto why{CheckSpecificationExprHelper{scope, context}(x)}) { in CheckSpecificationExpr()