Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c11059 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); in grok_op_properties() local
11164 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
11317 if (methodp) in grok_op_properties()
11328 if (methodp) in grok_op_properties()
11344 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE) in grok_op_properties()
11367 if (methodp) in grok_op_properties()
11378 if (methodp) in grok_op_properties()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c13198 bool methodp = TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE; in grok_op_properties() local
13286 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
13370 error (methodp in grok_op_properties()
13382 error (methodp in grok_op_properties()
13393 error (methodp in grok_op_properties()
13403 error (methodp in grok_op_properties()
13498 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE) in grok_op_properties()