Home
last modified time | relevance | path

Searched refs:UseType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4403.txt814 With UDDIv3, the "URLType" attribute is replaced by a "UseType"
815 attribute. Using this UseType attribute, the accessPoint attribute
820 attribute must allow the representation of URLType and UseType values
824 between URLType and UseType: If an entity is saved with the v3
992 1#xml:lang#overviewDescription1 1#UseType#overviewURL
993 1#xml:lang#overviewDescription2 2#UseType#overviewURL
994 1#xml:lang#overviewDescription3 4#UseType#overviewURL
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5741 QualType UseType = Context.getQualifiedType(Class, LHSType.getQualifiers()); in CheckPointerToMemberOperands() local
5743 UseType = Context.getPointerType(UseType); in CheckPointerToMemberOperands()
5745 LHS = ImpCastExprToType(LHS.get(), UseType, CK_DerivedToBase, VK, in CheckPointerToMemberOperands()