1#ifndef FREE_TENSOR_CHECK_NOT_IN_LIB_H
2#define FREE_TENSOR_CHECK_NOT_IN_LIB_H
12 <<
" inside a sub-program bound to an "
13 "external library call is meaningless");
#define FT_MSG
Definition: except.h:23
Definition: allocator.h:9
std::string toString(const AST &op)
Definition: print_ast.cc:784
void checkNotInLib(const Stmt &ast, const ID &stmt)
Definition: check_not_in_lib.h:9
std::vector< Stmt > findAllStmt(const Stmt &ast, const ID &id)
Definition: find_stmt.cc:32