Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupportTest.cpp42 RunChecks) { in runTest()
54 RunChecks(Mapping.get()); in runTest()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp50 bool RunChecks(SemanticsContext &context);
407 bool AllocationCheckerHelper::RunChecks(SemanticsContext &context) { in RunChecks() function in Fortran::semantics::AllocationCheckerHelper
621 AllocationCheckerHelper{allocation, *info}.RunChecks(context_); in Leave()