OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tuple_id
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/
isl_space.c
44
space->
tuple_id
[0] = NULL;
45
space->
tuple_id
[1] = NULL;
76
if (space->
tuple_id
[0] != &isl_id_none)
104
r = space->
tuple_id
[0] != &isl_id_none &&
105
space->
tuple_id
[1] != &isl_id_none;
201
if (space->
tuple_id
[0] != &isl_id_none)
203
if (space->
tuple_id
[1] != &isl_id_none)
418
if (space->
tuple_id
[0] &&
419
!(dup->
tuple_id
[0] = isl_id_copy(space->
tuple_id
[0]))
986
static __isl_keep isl_id *
tuple_id
(__isl_keep isl_space *space,
function
[
all
...]
isl_space_private.h
19
isl_id *
tuple_id
[2];
member in struct:isl_space
/src/external/mit/isl/dist/include/isl/
space.h
167
__isl_take isl_space *space, __isl_take isl_id *
tuple_id
, unsigned dim);
cpp-checked.h
3795
inline isl::checked::space add_named_tuple(isl::checked::id
tuple_id
, unsigned int dim) const;
3796
inline isl::checked::space add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const;
17855
isl::checked::space space::add_named_tuple(isl::checked::id
tuple_id
, unsigned int dim) const
17857
auto res = isl_space_add_named_tuple_id_ui(copy(),
tuple_id
.release(), dim);
17861
isl::checked::space space::add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const
17863
return this->add_named_tuple(isl::checked::id(ctx(),
tuple_id
), dim);
cpp.h
3861
inline isl::space add_named_tuple(isl::id
tuple_id
, unsigned int dim) const;
3862
inline isl::space add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const;
25084
isl::space space::add_named_tuple(isl::id
tuple_id
, unsigned int dim) const
25086
if (!ptr ||
tuple_id
.is_null())
25090
auto res = isl_space_add_named_tuple_id_ui(copy(),
tuple_id
.release(), dim);
25096
isl::space space::add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const
25100
return this->add_named_tuple(isl::id(ctx(),
tuple_id
), dim);
typed_cpp.h
10170
inline typed::space<Domain> add_named_tuple(const typed::id<Anonymous> &
tuple_id
, unsigned int dim) const;
10172
inline typed::space<Domain> add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const;
10305
inline typed::space<Domain, Range> add_named_tuple(const typed::id<Anonymous> &
tuple_id
, unsigned int dim) const;
10307
inline typed::space<Domain, Range> add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const;
10445
inline typed::space<Domain, Range> add_named_tuple(const typed::id<> &
tuple_id
, unsigned int dim) const = delete;
10446
inline typed::space<Domain, Range> add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const = delete;
10583
inline typed::space<pair<Domain, Range>, Arg2> add_named_tuple(const typed::id<Anonymous> &
tuple_id
, unsigned int dim) const;
10585
inline typed::space<pair<Domain, Range>, Arg2> add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const;
10722
inline typed::space<pair<Domain, Range>, Range2> add_named_tuple(const typed::id<> &
tuple_id
, unsigned int dim) const = delete;
10723
inline typed::space<pair<Domain, Range>, Range2> add_named_tuple(const std::string &
tuple_id
, unsigned int dim) const = delete
[
all
...]
Completed in 124 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026