Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 12 of 12) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_vertices.c1120 isl_ctx *isl_cell_get_ctx(__isl_keep isl_cell *cell) in isl_cell_get_ctx()
1125 __isl_give isl_basic_set *isl_cell_get_domain(__isl_keep isl_cell *cell) in isl_cell_get_domain()
1134 isl_cell *cell = NULL; in isl_cell_alloc() local
1160 __isl_null isl_cell *isl_cell_free(__isl_take isl_cell *cell) in isl_cell_free()
1264 isl_stat (*fn)(__isl_take isl_cell *cell, void *user), void *user) in isl_vertices_foreach_disjoint_cell()
1268 isl_cell *cell; in isl_vertices_foreach_disjoint_cell() local
1312 isl_stat (*fn)(__isl_take isl_cell *cell, void *user), void *user) in isl_vertices_foreach_cell()
1315 isl_cell *cell; in isl_vertices_foreach_cell() local
1366 isl_stat isl_cell_foreach_vertex(__isl_keep isl_cell *cell, in isl_cell_foreach_vertex()
1448 static isl_stat call_on_simplex(__isl_keep isl_cell *cell, in call_on_simplex()
[all …]
H A Disl_bernstein.c33 isl_cell *cell; member
107 static isl_bool is_tight(int *k, int n, int d, isl_cell *cell) in is_tight()
266 static isl_stat bernstein_coefficients_cell(__isl_take isl_cell *cell, in bernstein_coefficients_cell()
H A Disl_pw_union_opt.c81 isl_set_list *cell; in S() local
H A Disl_test.c10857 static isl_stat add_cell(__isl_take isl_cell *cell, void *user) in add_cell()
/llvm-project/clang/test/CodeGenCXX/
H A Dempty-classes.cpp63 FreeCell cell; member
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js132 forEach(theadrow.childNodes, function(cell) { argument
/llvm-project/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js123 forEach(theadrow.childNodes, function(cell) { argument
/llvm-project/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js123 forEach(theadrow.childNodes, function(cell) { argument
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp140 using cell = pair<void*, cell*>; // expected-error {{use of undeclared identifier 'cell'}} \ typedef
/llvm-project/lld/COFF/
H A DDebugTypes.cpp1135 for (const GHashCell &cell : ArrayRef(ghashState.table.table, tableSize)) { mergeTypesWithGHash() local
1159 auto &cell = entries[i]; mergeTypesWithGHash() local
1210 GHashCell cell = g->table.table[ghashCellIdx]; loadPdbTypeIndexFromCell() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dalias-template.cpp118 template<typename T> using cell = pair<T*, cell<T>*>; // expected-error {{use of undeclared identifier 'cell'}} expected-error {{expected expression}} global() typedef
H A Dwarn-thread-safety-analysis.cpp2056 Cell<int> cell; test() local
4158 Cell<int> cell; test() local
4171 Cell<int> cell; globalTest() local
4192 Cell<int> cell; globalTest2() local
4208 Cell<int> cell; testFooT() local
[all...]