Home
last modified time | relevance | path

Searched refs:excl_pair (Results 1 – 17 of 17) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.c1824 typedef std::pair<const char *, const char *> excl_pair; typedef
1826 struct excl_hash_traits: typed_noop_remove<excl_pair>
1828 typedef excl_pair value_type;
1880 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1905 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1915 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dattribs.c1824 typedef std::pair<const char *, const char *> excl_pair; typedef
1826 struct excl_hash_traits: typed_noop_remove<excl_pair>
1828 typedef excl_pair value_type;
1880 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1905 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1915 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dattribs.c1821 typedef std::pair<const char *, const char *> excl_pair; typedef
1823 struct excl_hash_traits: typed_noop_remove<excl_pair>
1825 typedef excl_pair value_type;
1877 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1902 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1912 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.c1824 typedef std::pair<const char *, const char *> excl_pair; typedef
1826 struct excl_hash_traits: typed_noop_remove<excl_pair>
1828 typedef excl_pair value_type;
1880 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1905 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1915 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dattribs.c1824 typedef std::pair<const char *, const char *> excl_pair; typedef
1826 struct excl_hash_traits: typed_noop_remove<excl_pair>
1828 typedef excl_pair value_type;
1880 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1905 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1915 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dattribs.c1825 typedef std::pair<const char *, const char *> excl_pair; typedef
1827 struct excl_hash_traits: typed_noop_remove<excl_pair>
1829 typedef excl_pair value_type;
1881 typedef hash_set<excl_pair, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
1906 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
1916 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dattribs.c2023 typedef std::pair<const char *, const char *> excl_pair; typedef
2025 struct excl_hash_traits: typed_noop_remove<excl_pair>
2027 typedef excl_pair value_type;
2079 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2104 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2114 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dattribs.c2028 typedef std::pair<const char *, const char *> excl_pair; typedef
2030 struct excl_hash_traits: typed_noop_remove<excl_pair>
2032 typedef excl_pair value_type;
2086 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2111 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2121 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dattribs.c2028 typedef std::pair<const char *, const char *> excl_pair; typedef
2030 struct excl_hash_traits: typed_noop_remove<excl_pair>
2032 typedef excl_pair value_type;
2086 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2111 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2121 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dattribs.c2028 typedef std::pair<const char *, const char *> excl_pair; typedef
2030 struct excl_hash_traits: typed_noop_remove<excl_pair>
2032 typedef excl_pair value_type;
2086 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2111 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2121 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dattribs.c2022 typedef std::pair<const char *, const char *> excl_pair; typedef
2024 struct excl_hash_traits: typed_noop_remove<excl_pair>
2026 typedef excl_pair value_type;
2078 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2103 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2113 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dattribs.c2023 typedef std::pair<const char *, const char *> excl_pair; typedef
2025 struct excl_hash_traits: typed_noop_remove<excl_pair>
2027 typedef excl_pair value_type;
2079 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2104 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2114 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dattribs.c2434 typedef std::pair<const char *, const char *> excl_pair; typedef
2436 struct excl_hash_traits: typed_noop_remove<excl_pair>
2438 typedef excl_pair value_type;
2492 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2517 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2527 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dattribs.c2434 typedef std::pair<const char *, const char *> excl_pair; typedef
2436 struct excl_hash_traits: typed_noop_remove<excl_pair>
2438 typedef excl_pair value_type;
2492 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2517 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2527 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dattribs.c2434 typedef std::pair<const char *, const char *> excl_pair;
2436 struct excl_hash_traits: typed_noop_remove<excl_pair>
2438 typedef excl_pair value_type;
2492 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set;
2517 excl_set.add (excl_pair (attr_name, excl_name));
2527 if (!excl_set.contains (excl_pair ((*it).second, (*it).first)))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dattribs.c2513 typedef std::pair<const char *, const char *> excl_pair; typedef
2515 struct excl_hash_traits: typed_noop_remove<excl_pair>
2517 typedef excl_pair value_type;
2571 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions()
2596 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2606 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dpairlist.cpp1802 int excl_pair; in make_fep_list() local
1810 excl_pair = a_mod_wj(j) * nbl->na_ci + i; in make_fep_list()
1835 (excl.pair[excl_pair] & excl_bit) ? 1 : 0; in make_fep_list()
1844 excl.pair[excl_pair] &= ~excl_bit; in make_fep_list()