HomeSort by: relevance | last modified time | path
    Searched defs:isl_space (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
space_type.h 10 struct __isl_export isl_space; variable in typeref:struct:__isl_export
11 typedef struct isl_space isl_space; typedef in typeref:struct:isl_space
  /src/external/mit/isl/dist/
isl_space_private.h 10 struct isl_space { struct
20 isl_space *nested[2];
26 __isl_give isl_space *isl_space_cow(__isl_take isl_space *space);
28 __isl_give isl_space *isl_space_underlying(__isl_take isl_space *space,
31 uint32_t isl_space_get_tuple_hash(__isl_keep isl_space *space);
32 uint32_t isl_space_get_tuple_domain_hash(__isl_keep isl_space *space);
33 uint32_t isl_space_get_full_hash(__isl_keep isl_space *space);
35 isl_bool isl_space_has_domain_tuples(__isl_keep isl_space *space1
    [all...]

Completed in 55 milliseconds