Searched refs:AssocArray (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | aav.d | 275 struct AssocArray(K,V) in AssocArray() function 333 AssocArray!(Object, Object) aa;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dmangle.d | 1117 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 D | func.d | 3453 …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 D | dsymbol.d | 2311 AssocArray!(Identifier, Dsymbol) tab;
|