Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dcheck-expression.cpp374 class CheckSpecificationExprHelper class
375 : public AnyTraverse<CheckSpecificationExprHelper,
379 using Base = AnyTraverse<CheckSpecificationExprHelper, Result>;
380 explicit CheckSpecificationExprHelper( in CheckSpecificationExprHelper() function in Fortran::evaluate::CheckSpecificationExprHelper
506 if (auto why{CheckSpecificationExprHelper{scope, context}(x)}) { in CheckSpecificationExpr()