OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:schedule_node_domain
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/isl/dist/
isl_test_cpp-checked.cc
214
return !node.isa<isl::
schedule_node_domain
>();
224
auto domain = root.as<isl::
schedule_node_domain
>().domain();
isl_test_cpp.cc
244
return !node.isa<isl::
schedule_node_domain
>();
262
auto domain = root.as<isl::
schedule_node_domain
>().domain();
isl_test_cpp-generic.cc
283
assert(IS_TRUE(root.isa<isl::
schedule_node_domain
>()));
284
root = root.as<isl::
schedule_node_domain
>().child(0).parent();
isl_test_python.py
333
assert(type(root) == isl.
schedule_node_domain
)
367
return type(node) != isl.
schedule_node_domain
/src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h
529
checked::
schedule_node_domain
check(
schedule_node_domain
obj) {
530
return checked::manage(obj.copy()).as<checked::
schedule_node_domain
>();
533
schedule_node_domain
uncheck(checked::
schedule_node_domain
obj) {
534
return manage(obj.copy()).as<
schedule_node_domain
>();
cpp-checked.h
286
class
schedule_node_domain
;
3400
// declarations for isl::
schedule_node_domain
3402
class
schedule_node_domain
: public schedule_node {
class in namespace:isl::checked
3405
friend
schedule_node_domain
schedule_node::as<
schedule_node_domain
>() const;
3409
inline explicit
schedule_node_domain
(__isl_take isl_schedule_node *ptr);
3412
inline /* implicit */
schedule_node_domain
();
3413
inline /* implicit */
schedule_node_domain
(const
schedule_node_domain
&obj);
3414
inline
schedule_node_domain
&operator=(schedule_node_domain obj)
16515
schedule_node_domain
::
schedule_node_domain
(__isl_take isl_schedule_node *ptr)
function in class:isl::checked::schedule_node_domain
16518
schedule_node_domain
::
schedule_node_domain
()
function in class:isl::checked::schedule_node_domain
16521
schedule_node_domain
::
schedule_node_domain
(const
schedule_node_domain
&obj)
function in class:isl::checked::schedule_node_domain
[
all
...]
cpp.h
351
class
schedule_node_domain
;
3466
// declarations for isl::
schedule_node_domain
3468
class
schedule_node_domain
: public schedule_node {
class in namespace:isl
3471
friend
schedule_node_domain
schedule_node::as<
schedule_node_domain
>() const;
3475
inline explicit
schedule_node_domain
(__isl_take isl_schedule_node *ptr);
3478
inline /* implicit */
schedule_node_domain
();
3479
inline /* implicit */
schedule_node_domain
(const
schedule_node_domain
&obj);
3480
inline
schedule_node_domain
&operator=(schedule_node_domain obj)
22998
schedule_node_domain
::
schedule_node_domain
(__isl_take isl_schedule_node *ptr)
function in class:isl::schedule_node_domain
23001
schedule_node_domain
::
schedule_node_domain
()
function in class:isl::schedule_node_domain
23004
schedule_node_domain
::
schedule_node_domain
(const
schedule_node_domain
&obj)
function in class:isl::schedule_node_domain
[
all
...]
/src/external/mit/isl/dist/interface/
isl.py
15140
if len(args) == 1 and isinstance(args[0],
schedule_node_domain
):
15188
return
schedule_node_domain
(**keywords)
16184
class
schedule_node_domain
(schedule_node):
class in inherits:schedule_node
16195
return super(
schedule_node_domain
, cls).__new__(cls)
16198
if not arg0.__class__ is
schedule_node_domain
:
16199
arg0 =
schedule_node_domain
(arg0)
16209
return 'isl.
schedule_node_domain
("""%s""")' % s
16211
return 'isl.
schedule_node_domain
("%s")' % s
Completed in 54 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026