HomeSort by relevance Sort by last modified time
    Searched defs:isl_local_space (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
local_space.h 13 struct isl_local_space;
14 typedef struct isl_local_space isl_local_space; typedef in typeref:struct:isl_local_space
16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
18 __isl_give isl_local_space *isl_local_space_from_space(__isl_take isl_space *dim);
20 __isl_give isl_local_space *isl_local_space_copy(
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
local_space.h 13 struct isl_local_space;
14 typedef struct isl_local_space isl_local_space; typedef in typeref:struct:isl_local_space
16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
18 __isl_give isl_local_space *isl_local_space_from_space(__isl_take isl_space *dim);
20 __isl_give isl_local_space *isl_local_space_copy(
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls
    [all...]

Completed in 69 milliseconds