Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d557 alias KeyType = T; in TotalContainer() local
781 ref T opIndex(KeyType) //ref return optional in TotalContainer()
786 void opIndexAssign(KeyType i, T value) //Only when front does not return by ref in TotalContainer()
791 T opIndexUnary(string op)(KeyType i) //Only when front does not return by ref in TotalContainer()
796 void opIndexOpAssign(string op)(KeyType i, T value) //Only when front does not return by ref in TotalContainer()
801 T moveAt(KeyType i) in TotalContainer()
809 bool opBinaryRight(string op)(KeyType k) if (op == "in") in TotalContainer()
818 Range equalRange(KeyType k) in TotalContainer()
828 Range lowerBound(KeyType k) in TotalContainer()
838 Range upperBound(KeyType k) in TotalContainer()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d552 alias KeyType = T; in TotalContainer() local
776 ref T opIndex(KeyType) //ref return optional in TotalContainer()
781 void opIndexAssign(KeyType i, T value) //Only when front does not return by ref in TotalContainer()
786 T opIndexUnary(string op)(KeyType i) //Only when front does not return by ref in TotalContainer()
791 void opIndexOpAssign(string op)(KeyType i, T value) //Only when front does not return by ref in TotalContainer()
796 T moveAt(KeyType i) in TotalContainer()
804 bool opBinaryRight(string op)(KeyType k) if (op == "in") in TotalContainer()
813 Range equalRange(KeyType k) in TotalContainer()
823 Range lowerBound(KeyType k) in TotalContainer()
833 Range upperBound(KeyType k) in TotalContainer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h965 using KeyType = KeyT; variable
2065 using KeyType = typename MapA::KeyType; variable
2122 KeyType start() const { in start()
2123 KeyType ak = a().start(); in start()
2124 KeyType bk = b().start(); in start()
2129 KeyType stop() const { in stop()
2130 KeyType ak = a().stop(); in stop()
2131 KeyType bk = b().stop(); in stop()
2159 void advanceTo(KeyType x) { in advanceTo()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst774 struct KeyType {
778 KeyType Key = { Val1, Val2 };
781 [](const AEntry &LHS, const KeyType &RHS) {
849 struct KeyType {
852 KeyType Key = { Encoding };
855 [](const CEntry &LHS, const KeyType &RHS) {
898 struct KeyType {
946 struct KeyType {
950 KeyType Key = { Name.upper(), Kind };
953 [](const IndexType &LHS, const KeyType &RHS) {
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst1622 how the string value is stored ("``KeyType``") and the content of the data for each
1777 The KeyType for the DWARF table is a 32 bit string table offset into the
1801 | 0x00001023 | uint32_t KeyType (.debug_str[0x0001023] => "main")
1807 | 0x00000000 | uint32_t KeyType (end of hash chain)
1815 | 0x00001023 | uint32_t KeyType (.debug_str[0x0001023] => "main")
1821 | 0x00002023 | uint32_t KeyType (.debug_str[0x0002023] => "print")
1825 | 0x00000000 | uint32_t KeyType (end of hash chain)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp841 template <typename Map, typename KeyType>
842 void touchAndErase(Map &, const KeyType &);
2019 template <typename Map, typename KeyType>
2020 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d379 alias KeyType = E.Types[0]; variable
383 ValueType[KeyType] aa;
H A Dtraits.d768 format("%s[%s]", fqnType!(ValueType!T, qualifiers), fqnType!(KeyType!T, noQualifiers)) in fqnType()
7113 alias KeyType(V : V[K], K) = K;
7120 static assert(is(KeyType!Hash == string));
7122 KeyType!Hash str = "a"; // str is declared as string
7136 static assert(is(KeyType!Hash == string));
7138 KeyType!Hash str = "a"; // str is declared as string
H A Dconv.d1581 alias K2 = KeyType!T;
3610 alias KeyType = typeof(Target.init.keys[0]); variable
3626 auto key = parseElement!KeyType(s);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2539 typedef typename RawPairType::first_type KeyType;
2544 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
2574 const Matcher<const KeyType&> inner_matcher_;
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_secalgo.c1038 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d860 fqnType!(ValueType!T, qualifiers) ~ '[' ~ fqnType!(KeyType!T, noQualifiers) ~ ']' in fqnType()
8015 alias KeyType(V : V[K], K) = K;
8021 static assert(is(KeyType!Hash == string));
8023 KeyType!Hash str = "a"; // str is declared as string
8036 static assert(is(KeyType!Hash == string));
8038 KeyType!Hash str = "a"; // str is declared as string
H A Dconv.d1733 alias K2 = KeyType!T;
4360 alias KeyType = typeof(Target.init.keys[0]);
4383 auto key = parseElement!(KeyType, Source, Yes.doCount)(s);
H A Darray.d584 alias KeyType = E.Types[0]; variable
588 ValueType[KeyType] aa;