Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h49 void Post(const parser::ReturnStmt &) { EmitBranchOutError("RETURN"); } in Post()
55 void Post(const parser::StopStmt &) { EmitBranchOutError("STOP"); } in Post()
62 void EmitBranchOutError(const char *stmt) const { in EmitBranchOutError() function