Searched refs:methodp (Results 1 – 4 of 4) sorted by relevance
13196 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); local13279 if (methodp)13286 if (methodp)13296 if (! methodp || DECL_STATIC_FUNCTION_P (decl))13414 if (methodp)13425 if (methodp)13440 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)13463 if (methodp)13473 if (methodp)
9391 (grok_op_properties): Don't assert !methodp for op new and op delete.
9193 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); in grok_op_properties() local9295 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()9437 if (methodp) in grok_op_properties()9448 if (methodp) in grok_op_properties()9464 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE) in grok_op_properties()9487 if (methodp) in grok_op_properties()9498 if (methodp) in grok_op_properties()
546 (grok_op_properties): Don't assert !methodp for op new and op delete.