Searched refs:DeallocateChecker (Results 1 – 3 of 3) sorted by relevance
19 class DeallocateChecker : public virtual BaseChecker {21 DeallocateChecker(SemanticsContext &context) : context_{context} {} in DeallocateChecker() function
17 void DeallocateChecker::Leave(const parser::DeallocateStmt &deallocateStmt) { in Leave()
161 CoarrayChecker, DataChecker, DeallocateChecker, DoForallChecker,