Home
last modified time | relevance | path

Searched refs:AssocArray (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Daav.d275 struct AssocArray(K,V) in AssocArray() function
333 AssocArray!(Object, Object) aa;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d1117 extern(D) bool backrefImpl(T)(OutBuffer* buf, ref AssocArray!(T, size_t) aa, T key) in backrefImpl()
1131 AssocArray!(Type, size_t) types; /// Type => (offset+1) in buf
1132 AssocArray!(Identifier, size_t) idents; /// Identifier => (offset+1) in buf
H A Dfunc.d3453 …static bool traverse(Type ta, Type tb, ref scope AssocArray!(const(char)*, bool) table, bool rever… in traverseIndirections()
3515 scope newTable = AssocArray!(const(char)*, bool)(); in traverseIndirections()
3525 scope table = AssocArray!(const(char)*, bool)(); in traverseIndirections()
H A Ddsymbol.d2311 AssocArray!(Identifier, Dsymbol) tab;