Home
last modified time | relevance | path

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

/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp430 isl::ast_node_mark BodyMark = Body.as<isl::ast_node_mark>();
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h258 class ast_node_mark; variable
1379 class ast_node_mark : public ast_node {
1382 friend ast_node_mark ast_node::as<ast_node_mark>() const;
1386 inline explicit ast_node_mark(__isl_take isl_ast_node *ptr);
1389 inline /* implicit */ ast_node_mark();
1390 inline /* implicit */ ast_node_mark(const ast_node_mark &obj);
1391 inline ast_node_mark &operator=(ast_node_mark obj);
7789 ast_node_mark::ast_node_mark() in ast_node_mark() function
7792 ast_node_mark::ast_node_mark(const ast_node_mark &obj) in ast_node_mark() function
7797 ast_node_mark::ast_node_mark(__isl_take isl_ast_node *ptr) in ast_node_mark() function
[all …]