Home
last modified time | relevance | path

Searched defs:multi2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h4926 isl::multi_aff aff::add(const isl::multi_aff &multi2) const in add()
4931 isl::multi_pw_aff aff::add(const isl::multi_pw_aff &multi2) const in add()
4936 isl::multi_union_pw_aff aff::add(const isl::multi_union_pw_aff &multi2) const in add()
5165 isl::multi_aff aff::flat_range_product(const isl::multi_aff &multi2) const in flat_range_product()
5170 isl::multi_pw_aff aff::flat_range_product(const isl::multi_pw_aff &multi2) const in flat_range_product()
5175 isl::multi_union_pw_aff aff::flat_range_product(const isl::multi_union_pw_aff &multi2) const in flat_range_product()
5377 isl::multi_pw_aff aff::max(const isl::multi_pw_aff &multi2) const in max()
5392 isl::multi_pw_aff aff::min(const isl::multi_pw_aff &multi2) const in min()
5456 boolean aff::plain_is_equal(const isl::multi_aff &multi2) const in plain_is_equal()
5461 boolean aff::plain_is_equal(const isl::multi_pw_aff &multi2) const in plain_is_equal()
[all …]
/llvm-project/clang/test/SemaCXX/
H A Darray-bounds.cpp286 struct multi_s multi2[4]; // expected-note {{array 'multi2' declared here}} variable
/llvm-project/clang/test/AST/Interp/
H A Darrays.cpp