Home
last modified time | relevance | path

Searched refs:is_method (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/
H A Dsaved_model.pbtxt28710 is_method: true
28801 is_method: true
28892 is_method: true
28983 is_method: true
29054 is_method: true
29125 is_method: true
29196 is_method: true
29267 is_method: true
29351 is_method: true
29435 is_method: true
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1585 bool is_method, bool is_constructor, in dump_ada_function_declaration() argument
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration()
2956 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; in dump_ada_declaration() local
2999 if (DECL_ARTIFICIAL (t) || !is_method) in dump_ada_declaration()
3031 (buffer, t, is_method, is_constructor, is_destructor, spc); in dump_ada_declaration()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1585 bool is_method, bool is_constructor, in dump_ada_function_declaration() argument
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration()
3012 bool is_method = TREE_CODE (TREE_TYPE (t)) == METHOD_TYPE; in dump_ada_declaration() local
3054 if (DECL_ARTIFICIAL (t) || !is_method) in dump_ada_declaration()
3091 (buffer, t, is_method, is_constructor, is_destructor, spc); in dump_ada_declaration()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc1989 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; in cxx_omp_clause_apply_fn() local
2039 i - is_method, tf_warning_or_error); in cxx_omp_clause_apply_fn()
2074 i - is_method, tf_warning_or_error); in cxx_omp_clause_apply_fn()
H A Dcall.cc9219 int is_method = 0; in build_over_call() local
9542 is_method = 1; in build_over_call()
9591 val = convert_like_with_context (conv, arg, fn, i - is_method, in build_over_call()
9608 fn, i - is_method, in build_over_call()
H A Dtypeck.cc4202 int is_method; in cp_build_function_call_vec() local
4259 is_method = (TYPE_PTR_P (fntype) in cp_build_function_call_vec()
4263 || is_method in cp_build_function_call_vec()
H A DChangeLog-20051614 * pt.c (type_unification_real): Add is_method argument. Use it
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c2171 bool is_method = TREE_CODE (TREE_TYPE (fn)) == METHOD_TYPE; in cxx_omp_clause_apply_fn() local
2221 i - is_method, tf_warning_or_error); in cxx_omp_clause_apply_fn()
2254 i - is_method, tf_warning_or_error); in cxx_omp_clause_apply_fn()
H A Dcall.c8504 int is_method = 0; in build_over_call() local
8828 is_method = 1; in build_over_call()
8877 val = convert_like_with_context (conv, arg, fn, i - is_method, in build_over_call()
8894 fn, i - is_method, in build_over_call()
H A Dtypeck.c3941 int is_method; in cp_build_function_call_vec() local
3998 is_method = (TYPE_PTR_P (fntype) in cp_build_function_call_vec()
4002 || is_method in cp_build_function_call_vec()