Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-allocate.h19 class AllocateChecker : public virtual BaseChecker {
21 AllocateChecker(SemanticsContext &context) : context_{context} {} in AllocateChecker() function
Dsemantics.cpp160 AllocateChecker, ArithmeticIfStmtChecker, AssignmentChecker, CaseChecker,
Dcheck-allocate.cpp617 void AllocateChecker::Leave(const parser::AllocateStmt &allocateStmt) { in Leave()