Home
last modified time | relevance | path

Searched defs:ListType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPModList.h21 typedef std::list<LDAPModification> ListType; typedef
H A DStringList.h18 typedef std::list<std::string> ListType; typedef
H A DLDAPUrlList.h19 typedef std::list<LDAPUrl> ListType; typedef
H A DLDAPReferenceList.h23 typedef std::list<LDAPSearchReference> ListType; typedef
H A DLDAPEntryList.h24 typedef std::list<LDAPEntry> ListType; typedef
H A DLDAPAttributeList.h25 typedef std::list<LDAPAttribute> ListType; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1213 RecTy *ListType = InitListBack->getType(); in ParseOperation() local
1555 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
2224 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp383 using ListType = std::vector<unsigned>; typedef in __anondbae7fc30311::OrderedRegisterList