Searched refs:AllocateChecker (Results 1 – 3 of 3) sorted by relevance
19 class AllocateChecker : public virtual BaseChecker {21 AllocateChecker(SemanticsContext &context) : context_{context} {} in AllocateChecker() function
160 AllocateChecker, ArithmeticIfStmtChecker, AssignmentChecker, CaseChecker,
617 void AllocateChecker::Leave(const parser::AllocateStmt &allocateStmt) { in Leave()