Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c13196 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); local
13279 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)
H A DChangeLog.19391 (grok_op_properties): Don't assert !methodp for op new and op delete.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c9193 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); in grok_op_properties() local
9295 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()
H A DChangeLog-1993546 (grok_op_properties): Don't assert !methodp for op new and op delete.