Home
last modified time | relevance | path

Searched refs:methodp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c253 static int LDAP_rebindproc(LDAP *ld, char **binddnp, char **passwdp, int *methodp, int freeit) in LDAP_rebindproc() argument
258 *methodp = LDAP_AUTH_SIMPLE; in LDAP_rebindproc()
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c9729 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); in grok_op_properties() local
9831 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
9973 if (methodp) in grok_op_properties()
9984 if (methodp) in grok_op_properties()
10000 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE) in grok_op_properties()
10023 if (methodp) in grok_op_properties()
10034 if (methodp) in grok_op_properties()
H A DChangeLog-1993546 (grok_op_properties): Don't assert !methodp for op new and op delete.