Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.h106 int setValues(char** values);
117 int setValues(BerValue** values);
126 void setValues(const StringList& values);
H A DLDAPAttribute.cpp62 this->setValues(values); in LDAPAttribute()
70 this->setValues(values); in LDAPAttribute()
91 int LDAPAttribute::setValues(char **values){ in setValues() function in LDAPAttribute
102 int LDAPAttribute::setValues(BerValue **values){ in setValues() function in LDAPAttribute
115 void LDAPAttribute::setValues(const StringList& values){ in setValues() function in LDAPAttribute
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h189 void setValues(unsigned Sz, const T& C) { in setValues() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp711 Ph->values().setValues(NPreds, nullptr); in makePhiNodeVar()