HomeSort by: relevance | last modified time | path
    Searched defs:is_method (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1580 IS_METHOD indicates whether FUNC is a C++ method.
1587 bool is_method, bool is_constructor,
1686 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
3059 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; local
3101 if (DECL_ARTIFICIAL (t) || !is_method)
3138 (buffer, t, is_method, is_constructor, is_destructor, spc);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 2476 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE;
2526 i - is_method, tf_warning_or_error);
2561 i - is_method, tf_warning_or_error);
2475 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; local
typeck.cc 4382 int is_method;
4439 is_method = (TYPE_PTR_P (fntype)
4443 || is_method
4376 int is_method; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1578 IS_METHOD indicates whether FUNC is a C++ method.
1585 bool is_method, bool is_constructor,
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
3012 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; local
3054 if (DECL_ARTIFICIAL (t) || !is_method)
3091 (buffer, t, is_method, is_constructor, is_destructor, spc);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 1990 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE;
2040 i - is_method, tf_warning_or_error);
2075 i - is_method, tf_warning_or_error);
1989 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; local
typeck.cc 4226 int is_method;
4283 is_method = (TYPE_PTR_P (fntype)
4287 || is_method
4220 int is_method; local
call.cc 9219 int is_method = 0; local
9542 is_method = 1;
9591 val = convert_like_with_context (conv, arg, fn, i - is_method,
9608 fn, i - is_method,

Completed in 56 milliseconds